Design And Implementation Of A Web Forum - CI Syst

1y ago
157 Views
21 Downloads
943.83 KB
10 Pages
Last View : 8d ago
Last Download : 3m ago
Upload by : Noelle Grant
Transcription

Design and Implementation of a Web ForumAngelina C. RotundoAbstractForum as termed in the American Heritage Dictionary is a “public place or medium for open discussion [1].” Webforums are very important in today’s society and are becoming increasingly prevalent in businesses as a commontool for communication. As the internet began to grow and advance significantly in the early 1990’s so did theuse of Web 2.0 standards. The standard “forum” of physically meeting in a common location is being replacedby the web forum. This project proposal is to develop a web forum for the Society of Computational Science(SCS) website. The forum will allow users to start and participate in online communication by creating topics ofdiscussion called threads and replying to messages within each thread topic. This paper discusses the design andimplementation of a web forum using XHTML, PHP and MySQL.Index Terms - Apache Server, Attributes, Cascading Style Sheets (CSS), Database, Database Design, Entity,Entity Set, Entity-Relationship (E-R) Diagram, Forum, HTML, Internet Forum, Message Board, MySQL, PHP,Posts, Primary Key, Relational Database Management System (RDMS), Relationship, Structured QueryLanguage (SQL), Thread, Web Forum.—————————— ——————————1. IntroductionA Web Forum, also referred to as an internet forum, is atype of online discussion site similar to a message board[2]. It is usually placed on a website where users of thesite can share information. Information on a web forum isorganized in a hierarchal structure by topic or subject.Users post messages under topics called threads. Thethreads can be created by either the administrator of thesite or users accessing the site. Messages can be posted aseither replies to existing threads or messages or posted asnew threads. The site administrator monitors the site toensure that the thread topics are relevant to the forum.Some websites may have multiple forums. Each forumtherefore can have multiple threads posted by multipleusers. Web forums can therefore range from very simpleto quite complex depending on how many forums andfeatures are included.The design and implementation of a web forum consistsof three key components which are 1) the forum design,which consists of the overall forum design layout andfunctionality; 2) the forum database, which stores themessages and user information; and 3) the webapplication pages, which consist of HTML and PHP code.This paper provides a detailed overview of designing aweb forum with an emphasis on the forum structure andtools needed such as PHP and MySQL.2. Forum Design & ImplementationProcess OverviewDesigning and implementing a web forum requires athorough understanding of the three componentsmentioned earlier. The first component, the forum design,is the first step to the process because it involvesdetermining what the forum will look like, what itspurpose is, and how it will behave or interact with theusers. The forum design therefore consists of the overallforum layout and functionality. The second component isthe forum database, which stores all of the informationsuch as messages, threads, user names, etc. Designingthe database involves numerous steps which we willdiscuss in section 3. Having a good database design iscritical to the forum because it is where the forum goes toretrieve and store messages. Without the database, theforum could not exist. The third component is the webapplication pages, which consist of HTML and aprogramming language called PHP that communicatesPage 1

with the database to store and retrieve the messages andother information.The paper walks through the process of designing andimplementing a web forum focusing on the followingsteps: Forum Designo Purposeo Functionality – user interactivity, layout, andfeatureso Styles – colors, look and feel, etc. Databaseo Tools Needed / Set Up (Apache Server, PHP,and MySQL)o Forum Structure (Hierarchical Structure ofMessages)o Database Design – Storing and retrievingmessages in the databaseo Database Implementation - SQL script withattributes Web Application Pageso PHP pageso HTML pageso Forum Structure (Hierarchical Structure ofMessages)o Database Design – Storing and retrievingmessages in the databaseo Database Implementation - SQL script withattributes2.1 Forum Design (Purpose)The purpose of the Forums is to allow users of the Societyof Computational Science to communicate and shareinformation on subjects relevant to the site such asAcademics, Algorithms, Imager and Events.2.2 Forum Design (Functionality)SCS Forum was designed with ease of use andfunctionality in mind. The goal was to design the forumin a way where users could navigate easily through theforum and post messages intuitively. SCS forums can beaccessed by clicking the “Forums” link on the mainnavigation menu of the SCS site. The SCS Forumshomepage is shown below in Figure 1. Most of theinformation the user needs can be accessed from this mainforums page.Figure 1. Forum HomeThe SCS Forums layout consists of a left navigation menuwhich contains the main links for the forum includinglinks for creating forums, selecting forums, and viewingforum threads and messages. When the “View ForumThreads” link is selected, the available threads within theselected forum are displayed on the right as shown inFigure 2 below. Each thread has a subject, email of theperson who posted it, date the thread was posted, date ofthe last post, and number of replies made to the thread.By using the forum, users can do more than just downloadand read documents and information posted on the site.Computational Science is a broad category so having aforum will give users the ability to communicate aboutdifferent topics within the computational science subject.SCS Forums will give users the additional advantage ofcommunicating directly with other users of the site. Italso allows the Society of Computational Science toreceive feedback and input from users which can be usedto customize the site to the user needs and preferences.Figure 2. View Forum ThreadsPage 2

As mentioned earlier, some web forums consist of onlyone forum. SCS Forums was designed with multipleforums in mind so users can choose from a selection ofdifferent forums rather than being limited to only one.The available forums can be viewed by using the dropdown list under “Choose a Forum” as shown in Figure 3.If a specific forum topic is not in the list of forums thenthe user can create a new forum specifically for that topic.Figure 5. View New Forum in Drop-down ListFigure 3. Choose a Forum Drop-down ListIf a user wants to create their own forum rather thanchoosing from a pre-existing list, they can do so byselecting the “Create a New Forum” link. Figure 4 belowshows the screen for creating a new forum.When a new forum is created, the list of threads on theright will be empty so a new thread will have to becreated as shown in Figure 6 below. A new thread can becreated by selecting the “Create a New Thread” link. Itshould be pointed out that this link for creating a newthread is not listed on the SCS Forums home page and isonly available when the user is on the page for viewingforum threads.Figure 6. Empty Thread ListFigure 4. Create New ForumThe forum name and user information will have to beprovided. Once the new forum is created it will appear inthe drop-down list as shown in Figure 5. In this example,we created a new forum called “New Forum.” As youcan see in Figure 5, “New Forum” is in the list ofavailable forums.Once the “Create a New Thread” link is selected, a usercan create a new thread by filling in the form as shown inFigure 7. In this example, we created a new thread called,“New Thread for the New Forum.” After the form isfilled out and the information is processed, by clicking“View Forum Messages” link, we can see the new threadwe created as shown in Figure 8.Page 3

Figure 7. Create a New ThreadFigure 9. View Forum Thread DetailsFigure 8. View New ForumFigure 10. Add a Comment to Selected ThreadAs we discussed earlier, the list of available threadswithin a forum as shown in Figure 2 is the availablesubjects or conversations within the forum. By clicking athread subject, the list of messages within that particularthread will be displayed as shown in Figure 9 below. Atthe top of the page, the thread subject is listed. In thisexample, the thread is called, “Question aboutNormalization.” For each message within a thread, SCSForums will display the message body, the first name ofthe person who posted it, and the date and time it wasposted. At the bottom of this page there is a form forusers to add a comment to the thread subject as shown inFigure 10 below.If a user wants to reply to an individual message within athread, they can do so by clicking the “Reply” link next tothe message. As Figure 11 shows below, the user will beprompted to add their reply and click “Submit.”Figure 11. Post a Reply to a MessagePage 4

After a user submits a reply or creates a new forum orthread, they are presented with a confirmation screen asshown in Figure 12 below which confirms that theirinformation has been processed successfully. If theinformation was not processed successfully then theywould receive an error message instead.code is embedded into the HTML pages and executeswhenever a user visits the HTML page. The “PHP codeis interpreted at the web server and generates HTML orother output that the visitor will see” [3]. The web serverapplication used for this project is Apache. PHP is opensource and has many advantages including the following[3]: Very fast Performance Scalability Interfaces to many database systems Built in libraries for common web tasks Easy to learn Strong object-oriented support Low costFigure 12. Post a Reply Confirmation Screen“In order for the PHP scripts to retrieve information froma database, it must have a database [3].” Databases areused to store, search, sort, and retrieve data [3]. A littlelater we will walk through the development of thedatabase for SCS Forums. MySQL is a relationaldatabase management system (RDMS). It is the mostpopular open-source database in the world [4]. Arelational database uses tables to store information.“Each table has multiple columns and each column has aunique name [6].” MySQL uses Structured QueryLanguage (SQL), which is the standard database querylanguage, to store and retrieve data from the database. Byusing PHP and MySQL we can quickly store and retrieveinformation submitted and requested on the SCS Forumsweb site pages.2.3 Forum Design (Styles)Once the purpose of the forum was determined and thefunctionality and basic layout decided on, the next stepwas to work on the forum styles. Adding styles to theSCS Forums consisted of designing the forum look andfeel. This process included adding the styles such ascolors, font sizes and styles, margin specifications, etc.The colors chosen for SCS Forums complement the colorsof the main Society of Computational Science website.Rather than including the styles in every PHP and HTMLpage, they are maintained in one file calledForumStyle.css. The extension .css stands for CascadingStyle Sheets (CSS) and is a quick and efficient way ofapplying and maintaining styles for a web site. If a styleneeds to be updated, it only needs to be updated in themain CSS file. This is why it is referred to as“cascading” because it cascades down to the other pages.In addition to creating the styles, a SCS Forums logo wasalso created, which ties in the original SCS logo to the“forum” concept of “multiple people communicatingacross the globe but in one central location.”3. DATABASE3.1 ToolsThe tools used to develop SCS Forums include PHP,MySQL, and Apache. PHP, which stands for PHPHypertext Preprocessor, is a server-side scriptinglanguage that is used for web development [4]. The PHP3.2 InstallationYou can install Apache, MySQL, and PHP individually ortogether. For this project, MAMP was used to do an allin-one installation of Apache, MySQL, and PHP on aMac OS X. MAMP is free software that stands for MacOS X, the operating system, Apache, the Web server, andMySQL, the database management system or databaseserver, and P for PHP used for the web development [2].3.3 Forum StructureThe structure of a forum usually depends on the specificsoftware requirements and user needs. There are manydifferent types available, where some are very complexand others are simple in nature. One of the first questionsto ask when designing a web forum is if there is a need tohave more than one forum. For example, suppose theinformation shared on the forum ranges across manyPage 5

different topics. In this case, grouping this informationinto categories or separate forum topics is probably goingto be more beneficial. By creating separate forum topics,we can provide the users with faster access time andincrease their ease of use in finding information.The structure of messages in the SCS Forum can bedescribed as a hierarchy structure with Forums at the topof the hierarchy. The forums are simply separate topicswhich are like containers that organize the messages. Asmentioned earlier, SCS Forums allows users to select aforum from a drop down menu. In this way, we can havemultiple forums each with completely different topics.Rather than having different topics all mixed together, itis much more efficient to store the different topics inseparate Forums. For example, SCS Forums begins withsome test Forums called Algorithms, Database, Forums,Normalization, PHP, and Science. Within each Forum,users can post messages, which begin as Threads.Threads are the next level down from Forum and aresubjects or topics. More simply put, each forum is furtherorganized into separate threads or topics. The next leveldown from Threads is Posts, which are the messages.Each thread can have multiple posts, which are commentsor messages to each thread. The last level is Children,which are posts that are also replies. The logic is fairlystraightforward as described in Figure 13.Post 1Child 2Thread 1Forum 1Child 1Child 1Post 2Child 1Child 1Child 1Child 2Child 1Child 1Thread 2Post 1Child 1Child 1Child 2Child 2Child 1Post 1Forum 2Child 2Thread 1Post 2Child 1Child 2Child 3Figure 13. Structure of Messages in SCS ForumChild 13.4 Database DesignDesigning the forum database begins with identifying thetables and attributes and how they work together to storeand retrieve messages. When users post replies and createthreads, the data is stored into a database. When usersview the forum page, messages are retrieved from thedatabase and displayed onto the screen.3.4.1 Database OverviewThe SCS Forums database consists of 4 tables: 1) forums;2) threads; 3) posts; and 4) users. The forum topics willbe stored in the forums table. The thread informationwhich includes the title and message body will be storedinto two tables. The threads table stores the thread title orsubject. The posts table stores the actual message body.Storing the thread information into two tables in this wayprovides the benefit of locating thread data easily and notbogging down the threads table with message text.Furthermore, we want the users to provide their name andemail address when posting topics so a table called userswas created to store the user information.One of the nice features of SCS Forums is that it allowsusers to select and create forums. In order to allow usersto select and create forums, a table called forums had tobe created, which stores the forum information. The onlyforum information we want to store is the forum name sowe have an attribute called forum name. When a usercreates a new forum, the forum name is stored in Tableforums and the forum is automatically assigned a newforum id. Each time a new forum is created the forum idautomatically increments. In this way, the forum id is aunique attribute referred to as the primary key of thedatabase table. The SCS Forums Administrator cancreate pre-existing forums, which the user can select via adrop-down list on the SCS Forums home page as shownin Figure 3.Each message is a post so all messages are stored in thetable called posts. When a message is posted to the poststable, it is automatically assigned a post id, which is alsothe primary key for the posts table.As mentioned earlier, the message hierarchy directlyunder the Forum level begins with Threads, which areinitial posts to the forum. Threads are subjects within aforum. Since only threads have subjects, rather thanassigning the threads to the posts table, it is more practicaland efficient to store them in their own table calledthreads, which will store only the subject of the threadand the user email. When a new thread is created,information is posted to three tables. The subject isPage 6

inserted into table threads, the user information is postedto the users table, and the body of the message is postedto table posts. Each thread is a post, but the body of themessage for a thread is stored in the posts table, whichallows for faster access time when searching through theposts table. The threads and posts tables are linkedtogether by the thread id, which is the primary key for thethreads table.Forum idForum nameForumsemailForum idThread idemailUsersLast namesubjectThreadsFirst namecreatesThe table called users contains user information. It storesa user’s first name, last name, and email. The email is theprimary key of table users, which relates to table threadsand table posts. Each time a user creates a post, their firstname, last name, and email information is stored in theusers table. SCS Forums does not require users toregister or login.Posted onbelongsPostsmessagePost idemailchildrenThread idParent idFigure 14. Entity-Relationship (E-R) Diagram3.4.2 Entity-Relationship DiagramDatabase design involves the design of the databaseschema, which is the overall design of the database [6].“An entity is a “thing” or “object” in the real world that isdistinguishable from all other objects [6].” For example,each user in SCS Forums is an entity. “An entity set is aset of entities of the same type that share the sameproperties, or attributes [6].” In our example, one entityset is users, which represents the set of all users in theSCS Forums. Another entity set is forums, whichrepresents the set of all forums within SCS Forums.“Attributes are descriptive properties possessed by eachmember of an entity set [6].” Each entity in an entity sethas a value for each attribute [6]. For example, theattributes for the forums entity set are forum id andforum name. The attributes for the users entity set areemail, last name, and first name.An entity-relationship (E-R) diagram is used tographically represent the database schema. The entityrelationship (E-R) diagram for the SCS Forums databaseis shown below in Figure 14. As the E-R diagram shows,the database tables or entities each have primary keys,which are underlined. As mentioned earlier, primary keysare unique attributes of an entity set. The tables arelinked to each other by these primary keys and byrelationships. A relationship is an association amongseveral entities [6]. In this example, we use tworelationships: 1) creates; and 2) belongs. The users createforums, threads, and posts. Each post belongs to a thread,which belongs to a forum.3.4.3 Message Storage StructureTable 1 below shows the attributes of the posts table andhow a message can have a parent and children. When amessage is created it is assigned a post id, which is achronological auto incrementing integer. If the post is aninitial post, then its parent id will be zero since it doesn’thave a parent and the children attribute will also be zerosince it’s not a reply. However, if the post is a reply toanother post, then its parent id will be equal to thepost id of the post it’s replying to and the childrenattribute will increment by one. Table 1 provides a fewexamples. In this example, Post 1 has two children but aparent id of zero because it is the initial post. Post 5 hasa parent id of 4 because it is a reply to Post 4. Post 5 haszero children because no user replied to Post 5. It shouldalso be noted that every post is assigned a thread idbecause posts in the hierarchy structure are one levelbelow the thread level. Even if a post is a new thread, itwill still have a thread id. Every thread is in turn linkedto a specific forum.Table 1. Message Structurepost id thread id parent id children il.commessagePost 1's initial messagePost 2's initial messagePost 3's initial message,which is a Reply to Post 1Post 4's initial messagePost 5's initial message,which is a Reply to Post 4Post 6's initial message,which is a Reply to Post 1Post 7's initial message,which is a Reply to Post 4Post 8's initial messagePost 9's initial message,which is a Reply to Post 3Page 7

3.5 Database ImplementationAfter the database design was decided on and the entityrelationship diagram was created, the SQL script to createthe database and generate the tables was created. Asmentioned earlier, SQL stands for structured querylanguage. In addition to querying a database, SQL candefine the structure of the data, modify the data in thedatabase, and specify security constraints [6]. The specifictool used to generate and manage the database is calledMySQL Workbench. MySQL Workbench is a unifiedtool used to design, model, generate, and managedatabases. There are other tools on the market, but thisone fit our needs primarily because it is free and easy touse.The SQL script for defining the four database tables isshown below in Figure 15. In this database all of theprimary keys auto increment except for the users tableprimary key, which is an email address.The SQL script also contains test data, which was used topopulate the tables so the SCS Forums could be tested.The test data was inserted into the tables using theMySQL INSERT INTO script. For example, we createdsome base forums and user information so the SQL scriptfor populating table forums and table users is shownbelow in Figure 16.CREATE TABLE users (first name VARCHAR(20) NOT NULL,last name VARCHAR(40) NOT NULL,email VARCHAR(80) NOT NULL,PRIMARY KEY (email));CREATE TABLE threads (thread id INT UNSIGNED NOT NULLAUTO INCREMENT,forum id TINYINT UNSIGNED NOTNULL,email VARCHAR(80) NOT NULL,subject VARCHAR(150) NOT NULL,PRIMARY KEY (thread id),INDEX (forum id),INDEX (email));CREATE TABLE posts (post id INT UNSIGNED NOT NULLAUTO INCREMENT,thread id INT UNSIGNED NOT NULL,parent id INT UNSIGNED NOT NULL,children int default 0 NOT NULL,email VARCHAR(80) NOT NULL,message TEXT NOT NULL,posted on DATETIME NOT NULL,PRIMARY KEY (post id),INDEX(parent id),INDEX(children),INDEX (thread id),INDEX (email));Figure 15. SQL Script for Creating forumSCS TablesINSERT INTO forums (forum name)VALUES('Algorithms'), ('PHP'), ('Forums'),('Database'), ('Science'), ('Normalization');INSERT INTO users (first name, last name,email) VALUES('Tom', 'Brown', 'tmb@forum.com'),('David', 'Jones', 'dj@forum.com'),('Gary', 'Brenan', 'gk@forum.com'),('Tim', 'Smith', 'tc@forum.com'),('Beth', 'Hayes', 'bh@forum.com');Figure 16. MySQL INSERT INTO for defining testdataOnce the SQL script was written it was executed togenerate the database and tables. The tables andcorresponding attributes are shown below in Figure 17.CREATE TABLE forums (forum id TINYINT UNSIGNED NOT NULLAUTO INCREMENT,forum name VARCHAR(60) NOT NULL,PRIMARY KEY (forum id),UNIQUE(forum name));Page 8

Figure 17. SCS Forums Database Tables4. Web Application Pages (PHP)Having a forum design and database is only one part ofcreating a web forum. In addition to the layout anddatabase design, the forum requires application pageswhich are comprised of the HTML and PHP code.4.1 PHPWith PHP installed, your web server will be able to runPHP scripts that can do tasks such as retrieving up-to-theminute information from a database and using it togenerate a web page on the fly before sending it to thebrowser that requested it [3]. The PHP pages used in SCSForums allow users to view, post, and reply to messages.It also allows them to create new forums. SCS forumsconsist of the following PHP pages. Each page has itsown specific function. forum.php – Displays the threads in the forumselected; access it by clicking “View ForumMessages”index.php – SCS Forums home pagemysqli connect.php – Establishes a connectionto the databasepost.php – Processes the message post anddisplays the form for creating a new threadpost form.php – Displays the form for postingthreadspost form reply.php – Displays the form forreplying to postspost reply.php – Processes post form reply.phppost Forum form.php – Displays the form forcreating new forumpost Forum.php – Processespost Forum form.phpread.php – Displays the threads and posts in aforumread reply.php – Displays the replies in a forumval functions.php – Contains data validationfunctionsview functions.php – Contains functions fordisplaying the datainclude functions.php – Includes the functionsOne of the most important PHP pages listed above is themysqli connect.php page because it establishes thedatabase connection. It does this by connecting to theMySQL server with PHP using a built-in function calledmysqli connect. The mysqli connect function is writtenas follows:mysqli connect (hostname, username, password)The other important part of the PHP pages is the SQLqueries that are used within the PHP code to retrieve thedata and display the results or store the data to thedatabase when it is submitted. For example, the read.phppage uses a SQL query to display the threads in a forum.The post.php page processes the data when a message issubmitted. This page uses a SQL INSERT INTOstatement to insert the data into the database tables. ThePHP code uses a “POST” message to receive theinformation when it is submitted and a “GET” message toretrieve the information when it is requested. The PHPcode in conjunction with the Apache Server stores andretrieves the information in the MySQL database tables.This allows users to submit information and viewinformation within the forums.4.2 HTMLIn addition to the PHP pages listed above, the main siteweb pages were also included as special include fileswithin the PHP pages themselves. By including theHTML pages as header and footer includes, we avoid theneed to retype the HTML code for the entire site on theforum pages. The header include includes all sitePage 9

information except for the footer and is placed at the topof the PHP page. The footer works the same way as theheader, but contains the footer HTML information anddisplays the web site footer. The include statements forthe header and footer HTML files are written as follows:include ('includes/footer.html');include ('includes/header.html');5. ResultsSCS Forums was implemented using HTML (localhost)web page, Apache Server, PHP, and MySQL. TheForums pages were tested thoroughly to ensure that thePHP code was working by getting user input, storing it inthe database, and displaying it on the screen. Ensuringthat the database connection was established was veryimportant, otherwise, the forum PHP pages would not beable to POST and GET data from the database. Thedatabase design process required some careful planning toensure that messages were getting stored into the databasetables and the correct message hierarchy was being usedas shown in Table 1.6. ConclusionWeb forums are very instrumental tools used to shareinformation. By setting up a web forum, users fromacross the world can share information in one centrallocation. SCS Forums was designed to allow the users ofthe Society of Computational Science share information.Because SCS Forums has the advantage of using multipleforums, the administrator of SCS Forums as well as theusers can create forums according to their needs. Byorganizing SCS Forums into separate forums users caneasily find the information they are looking since theinformation is organized by subject. Allowing users tocommunicate in a web forum is an excellent and valuableaddition to any web site, business or personal.References[1] The American Heritage Dictionary. 4th ed. NewYork: New York: Dell Publishing, p 221, 2001.[2] “Internet Forum,” Wikepedia, 2010. ernet forum.[Accessed: November 1, 2010][3] Luke Welling, Laura Thompson, PHP and MySQLWeb Development. 4th ed. New York: New York:Pearson Education, Inc., p. 3. 2009.[4] Larry Ullman, PHP 6 and MySQL for Dynamic WebSites. Berkeley: California: Peachpit Press, 2008.[5] “MAMP,” Wikepedia, 2010. [Online] Available:http://en.wikipedia.org/wiki/MAMP. [Accessed:November 1, 2010][6] A. Silberschatz, H. Korth, S. Sudarshan, DatabaseSystem Concepts. 6th ed. New York: New York:McGraw-Hill Companies, Inc., pp. 3, 16. 2011.[7] Kevin Yank, Build Your Own Database Driven WebSite Using PHP & MYSQL, 4th ed. Collingwood, Vic:Australia: SitePoint.[8] “PHP,” The PHP Group, 2001. [Online] Available:http://www.php.net. [Accessed: November 1, 2010][9] “Database Design, Implementation, andNormalization,” Society of Computational Science,2010. [Online] Available: Society of alscience.org.[Accessed: July 22, 2010]BiographyAngelina C. Rotundo is a graduate student at FloridaInstitute of Technology, Orlando Graduate Center. Sheworks as an engineer for the Space Shuttle Programlocated at the Kennedy Space Center, Florida. Herresearch interest is in web development and databasedesign.Page 10

2. Forum Design & Implementation Process Overview Designing and implementing a web forum requires a thorough understanding of the three components mentioned earlier. The first component, the forum design, is the first step to the process because it involves determining what the forum will look like, what its

Related Documents:

Collectively make tawbah to Allāh S so that you may acquire falāḥ [of this world and the Hereafter]. (24:31) The one who repents also becomes the beloved of Allāh S, Âَْ Èِﺑاﻮَّﺘﻟاَّﺐُّ ßُِ çﻪَّٰﻠﻟانَّاِ Verily, Allāh S loves those who are most repenting. (2:22

akuntansi musyarakah (sak no 106) Ayat tentang Musyarakah (Q.S. 39; 29) لًََّز ãَ åِاَ óِ îَخظَْ ó Þَْ ë Þٍجُزَِ ß ا äًَّ àَط لًَّجُرَ íَ åَ îظُِ Ûاَش

during the implementation of CBEST. The data were collected through observation during the implementation of CBEST and interview with teacher and headmaster. The result of this study reveals that the implementation of CBEST has its own benefits and limitations in relation to aspect of economy, implementation and test administration and test design.

Corrective action design and implementation . Petroleum Remediation Program . 1.0 Corrective action design approval process . The CAD approval process is completed in two phases: the design phase and the implementation phase. Figure 1 outlines the general CAD approval process. The design

design, implementation of the database design, implementation of the user interface for the database, and some issues for the migration of data from an existing legacy database to a new design. I will provide examples from the context of natural history collections information. Plan ahead. Good design involves not just solving the task at

Keywords: Design-Based Implementation Research, Design-Implementation Research, Instructional Systems Design, Intelligent Tutoring Systems, Participatory Design, Research Partnerships, Writing Pal INTRODUCTION With each new school year, the list of available educational technologies expands dramatically, along with

Legal Design Service offerings Legal Design - confidential 2 Contract design Litigation design Information design Strategy design Boardroom design Mastering the art of the visual Dashboard design Data visualization Legal Design What is especially interesting in the use of visual design in a p

implementation and sustainability framework to assist and support implementing agencies and communities. The TPI Implementation Framework (the TPI Framework) is adapted from current evidence-based implementation models including RE-AIM (Glasgow, Vogt & Boles, 1999) and the National Implementation Research Network (NIRN) (Fixsen, Blasé et al.,