<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>ESL Essay, Writing World</title><link>http://www.englishforums.com/English/EslEssayWritingWorld/Forum9.htm</link><description>Post your essay, short story or composition here. Review, comment or just read for fun.</description><dc:language>en</dc:language><generator>CSMOD (Build: 3260.39585)</generator><item><title>Re: Proofreading essay</title><link>http://www.englishforums.com/English/ProofreadingEssay/gvvqx/post.htm#522220</link><pubDate>Mon, 02 Jun 2008 23:49:06 GMT</pubDate><guid isPermaLink="true">946f00bb-57d3-4b7b-a9a2-059b5341af52:522220</guid><dc:creator>Mister Micawber</dc:creator><slash:comments>0</slash:comments><comments>http://www.englishforums.com/English/ProofreadingEssay/gvvqx/post.htm#522220</comments><wfw:commentRss>http://www.englishforums.com/English/comments9-522220.xml</wfw:commentRss><description>.&lt;br /&gt;&lt;strong&gt;&lt;em&gt;I have crossed out inappropriate material and underlined some problem areas.&amp;nbsp; You have trouble with commas and with chatting:&lt;br /&gt;&lt;br /&gt;&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;span&gt;&lt;strike&gt;In taking upon my Senior Honors Project I have thrown myself over a ledge with the intention to climb back up. Through this year my drive, enthusiasm, and patience have been tested. However, I believe I am within an armâs reach of the top and, with one final grasp, I shall report my experience&lt;/strike&gt;.&lt;/span&gt;&lt;span&gt;I could not have completed my project without some very important &lt;strike&gt;outside&lt;/strike&gt; resources. One of these resources that greatly aided me was the PHP manual on php.net. This website holds information on all of the &lt;span style="text-decoration:underline;"&gt;built in&lt;/span&gt; PHP functions. On each &lt;span style="text-decoration:underline;"&gt;page users&lt;/span&gt; can post solutions to common problems &lt;span style="text-decoration:underline;"&gt;arisen by&lt;/span&gt; the function dedicated to it or &lt;span style="text-decoration:underline;"&gt;describe&lt;/span&gt; in more detail how to use them. Using this has cut down on development time by giving me answers to almost all of my &lt;span style="text-decoration:underline;"&gt;syntax and function related&lt;/span&gt; questions. If I had trouble remembering the name of a&lt;span style="text-decoration:underline;"&gt; function I&lt;/span&gt; could simply look it up on the site. Without&lt;span style="text-decoration:underline;"&gt; this I&lt;/span&gt; would either have to use a guess-and-check &lt;span style="text-decoration:underline;"&gt;type of finding&lt;/span&gt; the solution or type it into a &lt;span style="text-decoration:underline;"&gt;search-engine&lt;/span&gt; and rely on third-party sites. This resource also helped me discover new functions that made my coding easier; I would not have to âreinvent the wheelâ when a &lt;span style="text-decoration:underline;"&gt;built in&lt;/span&gt; function existed.&lt;/span&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;The conversations with my project mentor, Ed Sprenger, have also yielded great knowledge. The insight he has given me &lt;span style="text-decoration:underline;"&gt;on&lt;/span&gt; all my questions was very inform&lt;span style="text-decoration:underline;"&gt;ative and&lt;/span&gt; he has taught me what I would have otherwise never learned through basic research. Our topics of discussion ranged from future jobs, programming languages, and life in the computer science field to internet security and database advice. It has been very helpful to have someone to talk to who is in the computer science field and understands what I am doing. I &lt;span style="text-decoration:underline;"&gt;cannot imagine getting&lt;/span&gt; through this project with someone who didnât know a bit from a byte. Ed Sprenger was a valuable resource in my project and has taught me very well.&lt;/span&gt;&lt;span&gt; &lt;br /&gt;&lt;br /&gt;One of my objectives from the start of the project was to learn how to program in the &lt;span style="text-decoration:underline;"&gt;windows&lt;/span&gt; environment. &lt;strike&gt;I am now confident that I am very knowledgeable in this field.&lt;/strike&gt; Through use of the Windows API (Application Programming Interface) in my pr&lt;span style="text-decoration:underline;"&gt;oject I&lt;/span&gt; have learned all about programming &lt;span style="text-decoration:underline;"&gt;windows&lt;/span&gt; applications. Some of the main topics I &lt;span style="text-decoration:underline;"&gt;delved into&lt;/span&gt; were message controls and message handling. Controls are &lt;span style="text-decoration:underline;"&gt;the things that&lt;/span&gt; make up a dialog box or application window: edit boxes, &lt;span style="text-decoration:underline;"&gt;drop down&lt;/span&gt; boxes, and radio buttons. These, along with message handling, are all it takes to create a functional and effective Windows program. Message handling is a broad subject and was therefore &lt;strike&gt;a&lt;/strike&gt; difficult &lt;strike&gt;subject&lt;/strike&gt; to grasp and implement. Messages are data that &lt;span style="text-decoration:underline;"&gt;is&lt;/span&gt; sent to the main application, child dialog boxes, and controls. These messages range from telling the object it has been clicked upon to telling the object to destroy itself. There are many messages that could be potentially &lt;span style="text-decoration:underline;"&gt;sent and&lt;/span&gt; choosing &lt;strike&gt;which&lt;/strike&gt;&lt;strong&gt; the&lt;/strong&gt; ones to recognize and the handling of them is up to the programmer. Lu&lt;span style="text-decoration:underline;"&gt;ckily the&lt;/span&gt; Windows SDK Documentation outlines all the messages and their data.&lt;/span&gt;&lt;span&gt;The Windows SDK (Software Development Kit) Documentation and the online documentation at msdn.com &lt;strike&gt;both&lt;/strike&gt; helped me in the application programming aspect of my project. Since the documentation is straight from Microsoft, I can rely on it to tell me everything about the piece of information that I am looking up. It describes itself plainly and clearly and &lt;span style="text-decoration:underline;"&gt;cross references&lt;/span&gt; related &lt;span style="text-decoration:underline;"&gt;data that&lt;/span&gt; has&lt;span style="text-decoration:underline;"&gt; more than often&lt;/span&gt; helped me grasp the subject beyond a basic understanding.&lt;/span&gt;&lt;span&gt;&amp;nbsp; Every website needs a directory &lt;span style="text-decoration:underline;"&gt;chain; a&lt;/span&gt; way of organizing the folders that hold the files. I got my idea from a web programming job I held with Chad Furman two summers &lt;span style="text-decoration:underline;"&gt;back&lt;/span&gt;. &lt;strike&gt;I learned a lot from him, holding that job.&lt;/strike&gt; &lt;strike&gt;This directory tree was one thing that I remember&lt;/strike&gt;. I have one main folder that houses all of the main pages of the site. This includes the index page, the login page, and the report card &lt;span style="text-decoration:underline;"&gt;page among&lt;/span&gt; others. &lt;span style="text-decoration:underline;"&gt;From there&lt;/span&gt; I have a picture folder which houses all the pictures and a folder called âincludesâ. This âincludesâ folder contains all of the PHP helper files that process the HTML &lt;span style="text-decoration:underline;"&gt;forms along&lt;/span&gt; with some helper functions. Within lies another folder labeled âcla&lt;span style="text-decoration:underline;"&gt;ssesâ which&lt;/span&gt; contains the PHP classes of the project. Each class has its own &lt;span style="text-decoration:underline;"&gt;file which&lt;/span&gt; &lt;span style="text-decoration:underline;"&gt;is included by&lt;/span&gt; the different files in the âincludeâ folder. So an example design would be the report card &lt;span style="text-decoration:underline;"&gt;page including&lt;/span&gt; the report card include file (in the âincludeâ folder). This included file would then include the report card class file (in the âclassesâ folder). The design is not very co&lt;span style="text-decoration:underline;"&gt;mplex but&lt;/span&gt; it does a good job of organizing my files.&lt;/span&gt;&lt;span&gt;One aspect of the site that I &lt;span style="text-decoration:underline;"&gt;was&lt;/span&gt; very proud of is the system for logging in. What I have set up is an include file that is required by all pages that require &lt;span style="text-decoration:underline;"&gt;access to&lt;/span&gt; user validity or other user functions. This include file holds the user class which contains functions that deal with all aspects&lt;span style="text-decoration:underline;"&gt; to &lt;/span&gt;the user. Any page containing the file can check for user validity, log the user in, log them out, and access the userâs data. Parents, teachers, and administrators all use the same login page. How&lt;span style="text-decoration:underline;"&gt;ever when&lt;/span&gt; parents&lt;span style="text-decoration:underline;"&gt; login they&lt;/span&gt; only &lt;span style="text-decoration:underline;"&gt;in need of &lt;/span&gt;a password and not a &lt;span style="text-decoration:underline;"&gt;username&lt;/span&gt;. The database holds all the different types of usersâ data the same way and in the same table. &lt;strike&gt;I was lucky for the logging in system to turn out as good as it did&lt;/strike&gt;.&lt;/span&gt;&lt;span&gt;Upon logging in every user has a set of session variables. These variables are used &lt;span style="text-decoration:underline;"&gt;for keeping&lt;/span&gt; track of the &lt;span style="text-decoration:underline;"&gt;user and their&lt;/span&gt; credentials. They will hold their value for as long as the internet browser is open.&lt;span style="text-decoration:underline;"&gt; So &lt;/span&gt;a &lt;span style="text-decoration:underline;"&gt;user&lt;/span&gt; is logged in, even while surfing other pages, providing &lt;span style="text-decoration:underline;"&gt;they donât&lt;/span&gt; log &lt;span style="text-decoration:underline;"&gt;themselves&lt;/span&gt; out or close out of &lt;span style="text-decoration:underline;"&gt;their &lt;/span&gt;browser. This technique&lt;span style="text-decoration:underline;"&gt; trumps&lt;/span&gt; using browser cookies for a couple of reasons. The pro of using cookies to save data over multiple sessions &lt;span style="text-decoration:underline;"&gt;does hold&lt;/span&gt; value &lt;strike&gt;in my case&lt;/strike&gt;. No one user will be travelling the website often enough for this feature to be worth the trouble of implementing it. Session variables are fine for what I am setting out to do.&lt;/span&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;There are three basic sections that the end user has access to on the website. They are all accessed through the control panel, and depending on which type of user is requesting that &lt;span style="text-decoration:underline;"&gt;page depends on&lt;/span&gt; the control panel they see. The control panel checks the session âaccessâ variable, and depending on the value, displays the appropriate options to be linked on the control panel.&lt;/span&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;The most common type of user is the &lt;span style="text-decoration:underline;"&gt;parent.&lt;/span&gt; &lt;span style="text-decoration:underline;"&gt;Their&lt;/span&gt; control panel consists of one item; a link to see &lt;span style="text-decoration:underline;"&gt;their&lt;/span&gt; childâs report card. Clicking this takes&lt;span style="text-decoration:underline;"&gt; them&lt;/span&gt; to a table showing &lt;span style="text-decoration:underline;"&gt;their&lt;/span&gt; report card. Each entry contains the class, the teacher, and the grade. For a class descr&lt;span style="text-decoration:underline;"&gt;iption they&lt;/span&gt; can simply click on the class name and a pop-up window will &lt;span style="text-decoration:underline;"&gt;open containing&lt;/span&gt; the text. The only other option the parent has is to logout, which is on all the usersâ control panels.&lt;/span&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;The next type of user is the &lt;span style="text-decoration:underline;"&gt;teacher. They&lt;/span&gt; have considerable more options than the parent, as &lt;span style="text-decoration:underline;"&gt;they &lt;/span&gt;should. The first thing to be noted is the teacher panel. This page is where the teachers may access and edit the enrollment and grades of their class. They may add and remove students from their class and add, edit, and delete the grades of their students. This is where &lt;span style="text-decoration:underline;"&gt;the teacher&lt;/span&gt; will be spending most of &lt;span style="text-decoration:underline;"&gt;their&lt;/span&gt; time. The next thing &lt;span style="text-decoration:underline;"&gt;a teacher&lt;/span&gt; may do is view report cards. &lt;span style="text-decoration:underline;"&gt;They&lt;/span&gt; can see any childâs report card that is in &lt;span style="text-decoration:underline;"&gt;their&lt;/span&gt; class. Ho&lt;span style="text-decoration:underline;"&gt;wever the&lt;/span&gt; only grades that will be listed are the ones from classes that the viewing teacher teaches. So an English teacher will not be able to see the grade a student gets in a &lt;span style="text-decoration:underline;"&gt;Math&lt;/span&gt; class. The last thing on the teacher control panel is the class stats page. This page contains a list of all the grades in the class and the class mean, class median, and class range.&lt;/span&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;The last type of user is the &lt;span style="text-decoration:underline;"&gt;administrator. They&lt;/span&gt; have access to everything. Right from the control panel they can go into the admin &lt;span style="text-decoration:underline;"&gt;panel which&lt;/span&gt; lets them edit almost everything on the site. On this admin panel page there are the cat&lt;span style="text-decoration:underline;"&gt;egories: &lt;/span&gt;Student, Parent, Teacher, &lt;span style="text-decoration:underline;"&gt;Admin&lt;/span&gt;, Class, Enrollment, and Grade. Under each of these are the opt&lt;span style="text-decoration:underline;"&gt;ions: &lt;/span&gt;Add, Delete, and Edit. So under each of the categories they can add to them (e.g. adding a student), delete them (e.g. deleting a grade), and edit them (e.g. changing a classâs description). With &lt;span style="text-decoration:underline;"&gt;this they&lt;/span&gt; can &lt;span style="text-decoration:underline;"&gt;start from scratch&lt;/span&gt; and create a whole grading &lt;span style="text-decoration:underline;"&gt;system complete&lt;/span&gt; with classes, teachers, students, and grades. Along with this &lt;span style="text-decoration:underline;"&gt;power&lt;/span&gt;, the administrator can see all studentsâ report &lt;span style="text-decoration:underline;"&gt;cards complete&lt;/span&gt; with all classes and see all classesâ stats pages. The administrator is the person who must set everything up &lt;strike&gt;once&lt;/strike&gt;, and after &lt;span style="text-decoration:underline;"&gt;this the&lt;/span&gt; teachers and parents may use the site&lt;span style="text-decoration:underline;"&gt; to the max&lt;/span&gt;.&lt;/span&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;On every one of the pages that displays personal &lt;span style="text-decoration:underline;"&gt;data there&lt;/span&gt; is a security check &lt;span style="text-decoration:underline;"&gt;on each page refresh&lt;/span&gt;. This is done to prevent users from seeing what they shouldnât be seeing. This feature works by taking the user id session variable and/or the student id pertaining to that user and checks them against their respective &lt;span style="text-decoration:underline;"&gt;get&lt;/span&gt; variables. Without this security, a user could log in and then see other usersâ data. For example, a parent could log in and direct their browser to the report card page. Naturally, their childâs report card will show up. However if they change the user id âgetâ variable and refresh the page they will see another childâs grades. This is where my protection kicks in, preventing this and giving the user an &lt;span style="text-decoration:underline;"&gt;error&lt;/span&gt; explaining that they donât have access to the page they are trying to view.&lt;/span&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;With the database designed as it is, deleting data has become a little complicated. For example, when you delete a class, all the grades are still in the &lt;span style="text-decoration:underline;"&gt;database despite&lt;/span&gt; the fact that they have no class associated with them. &lt;span style="text-decoration:underline;"&gt;Also when&lt;/span&gt; a &lt;span style="text-decoration:underline;"&gt;student&lt;/span&gt; is &lt;span style="text-decoration:underline;"&gt;removed their&lt;/span&gt; grades stay behind &lt;strike&gt;to rot&lt;/strike&gt;. I have fixed this by allowing the administrator (the only one doing any deleting affected by this) the option to delete all &lt;span style="text-decoration:underline;"&gt;associative&lt;/span&gt; data relating to the entry being deleted. &lt;strike&gt;So now&lt;/strike&gt; (assuming the user chooses the option) when &lt;span style="text-decoration:underline;"&gt;a student is deleted their &lt;/span&gt;grades and &lt;span style="text-decoration:underline;"&gt;their&lt;/span&gt; parent user are also deleted. Also when a class is &lt;span style="text-decoration:underline;"&gt;deleted all&lt;/span&gt; the grades go along with it. This prevents old and needless data from piling up in the database and causing confusion &lt;span style="text-decoration:underline;"&gt;among&lt;/span&gt; the users.&lt;/span&gt; &lt;p&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Upon completion of my senior honors &lt;span style="text-decoration:underline;"&gt;project I &lt;/span&gt;am confident with my skills and am ready to go out into the world in search of a computer science career. &lt;strike&gt;Spending a lot of my free time in front of my computer and programming has put me through the ringer, and I liked it.&lt;/strike&gt; Before I started, I had no experience working on an organized project with a &lt;strike&gt;pre-existing&lt;/strike&gt; goal. &lt;strike&gt;Before, I have just worked on small projects that have not gone anywhere.&lt;/strike&gt; Now that I am done programming, I can see the product that I have made. I can see that it has been completed with success. I have taken my ideas and integrated them efficiently and successfully. I have learned a great deal this year.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Proofreading essay</title><link>http://www.englishforums.com/English/ProofreadingEssay/gvcqw/post.htm</link><pubDate>Sun, 01 Jun 2008 12:43:24 GMT</pubDate><guid isPermaLink="true">946f00bb-57d3-4b7b-a9a2-059b5341af52:521636</guid><dc:creator>Anonymous</dc:creator><slash:comments>1</slash:comments><comments>http://www.englishforums.com/English/ProofreadingEssay/gvcqw/post.htm</comments><wfw:commentRss>http://www.englishforums.com/English/comments9-521636.xml</wfw:commentRss><description>&lt;p&gt;This is a senior honors project essay about a programming job with PHP. I know it&amp;#39;s a lot of work but I need a grammar check done.&lt;/p&gt;
&lt;p&gt;Here it is::&lt;/p&gt;&lt;span&gt;In taking upon my Senior Honors Project I have thrown myself over a ledge with the intention to climb back up. Through this year my drive, enthusiasm, and patience have been tested. However, I believe I am within an armâs reach of the top and, with one final grasp, I shall report my experience.&lt;/span&gt;&lt;span&gt;I could not have completed my project without some very important outside resources. One of these resources that greatly aided me was the PHP manual on php.net. This website holds information on all of the built in PHP functions. On each page users can post solutions to common problems arisen by the function dedicated to it or describe in more detail how to use them. Using this has cut down on development time by giving me answers to almost all of my syntax and function related questions. If I had trouble remembering the name of a function I could simply look it up on the site. Without this I would either have to use a guess-and-check type of finding the solution or type it into a search-engine and rely on third-party sites. This resource also helped me discover new functions that made my coding easier; I would not have to âreinvent the wheelâ when a built in function existed.&lt;/span&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;The conversations with my project mentor, Ed Sprenger, have also yielded great knowledge. The insight he has given me on all my questions was very informative and he has taught me what I would have otherwise never learned through basic research. Our topics of discussion ranged from future jobs, programming languages, and life in the computer science field to internet security and database advice. It has been very helpful to have someone to talk to who is in the computer science field and understands what I am doing. I cannot imagine getting through this project with someone who didnât know a bit from a byte. Ed Sprenger was a valuable resource in my project and has taught me very well.&lt;/span&gt;&lt;span&gt;One of my objectives from the start of the project was to learn how to program in the windows environment. I am now confident that I am very knowledgeable in this field. Through use of the Windows API (Application Programming Interface) in my project I have learned all about programming windows applications. Some of the main topics I delved into were message controls and message handling. Controls are the things that make up a dialog box or application window: edit boxes, drop down boxes, and radio buttons. These, along with message handling, are all it takes to create a functional and effective Windows program. Message handling is a broad subject and was therefore a difficult subject to grasp and implement. Messages are data that is sent to the main application, child dialog boxes, and controls. These messages range from telling the object it has been clicked upon to telling the object to destroy itself. There are many messages that could be potentially sent and choosing which ones to recognize and the handling of them is up to the programmer. Luckily the Windows SDK Documentation outlines all the messages and their data.&lt;/span&gt;&lt;span&gt;The Windows SDK (Software Development Kit) Documentation and the online documentation at msdn.com both helped me in the application programming aspect of my project. Since the documentation is straight from Microsoft, I can rely on it to tell me everything about the piece of information that I am looking up. It describes itself plainly and clearly and cross references related data that has more than often helped me grasp the subject beyond a basic understanding.&lt;/span&gt;&lt;span&gt;Every website needs a directory chain; a way of organizing the folders that hold the files. I got my idea from a web programming job I held with Chad Furman two summers back. I learned a lot from him, holding that job. This directory tree was one thing that I remember. I have one main folder that houses all of the main pages of the site. This includes the index page, the login page, and the report card page among others. From there I have a picture folder which houses all the pictures and a folder called âincludesâ. This âincludesâ folder contains all of the PHP helper files that process the HTML forms along with some helper functions. Within lies another folder labeled âclassesâ which contains the PHP classes of the project. Each class has its own file which is included by the different files in the âincludeâ folder. So an example design would be the report card page including the report card include file (in the âincludeâ folder). This included file would then include the report card class file (in the âclassesâ folder). The design is not very complex but it does a good job of organizing my files.&lt;/span&gt;&lt;span&gt;One aspect of the site that I was very proud of is the system for logging in. What I have set up is an include file that is required by all pages that require access to user validity or other user functions. This include file holds the user class which contains functions that deal with all aspects to the user. Any page containing the file can check for user validity, log the user in, log them out, and access the userâs data. Parents, teachers, and administrators all use the same login page. However when parents login they only in need of a password and not a username. The database holds all the different types of usersâ data the same way and in the same table. I was lucky for the logging in system to turn out as good as it did.&lt;/span&gt;&lt;span&gt;Upon logging in every user has a set of session variables. These variables are used for keeping track of the user and their credentials. They will hold their value for as long as the internet browser is open. So a user is logged in, even while surfing other pages, providing they donât log themselves out or close out of their browser. This technique trumps using browser cookies for a couple of reasons. The pro of using cookies to save data over multiple sessions does hold value in my case. No one user will be travelling the website often enough for this feature to be worth the trouble of implementing it. Session variables are fine for what I am setting out to do.&lt;/span&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;There are three basic sections that the end user has access to on the website. They are all accessed through the control panel, and depending on which type of user is requesting that page depends on the control panel they see. The control panel checks the session âaccessâ variable, and depending on the value, displays the appropriate options to be linked on the control panel.&lt;/span&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;The most common type of user is the parent. Their control panel consists of one item; a link to see their childâs report card. Clicking this takes them to a table showing their report card. Each entry contains the class, the teacher, and the grade. For a class description they can simply click on the class name and a pop-up window will open containing the text. The only other option the parent has is to logout, which is on all the usersâ control panels.&lt;/span&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;The next type of user is the teacher. They have considerable more options than the parent, as they should. The first thing to be noted is the teacher panel. This page is where the teachers may access and edit the enrollment and grades of their class. They may add and remove students from their class and add, edit, and delete the grades of their students. This is where the teacher will be spending most of their time. The next thing a teacher may do is view report cards. They can see any childâs report card that is in their class. However the only grades that will be listed are the ones from classes that the viewing teacher teaches. So an English teacher will not be able to see the grade a student gets in a Math class. The last thing on the teacher control panel is the class stats page. This page contains a list of all the grades in the class and the class mean, class median, and class range.&lt;/span&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;The last type of user is the administrator. They have access to everything. Right from the control panel they can go into the admin panel which lets them edit almost everything on the site. On this admin panel page there are the categories: Student, Parent, Teacher, Admin, Class, Enrollment, and Grade. Under each of these are the options: Add, Delete, and Edit. So under each of the categories they can add to them (e.g. adding a student), delete them (e.g. deleting a grade), and edit them (e.g. changing a classâs description). With this they can start from scratch and create a whole grading system complete with classes, teachers, students, and grades. Along with this power, the administrator can see all studentsâ report cards complete with all classes and see all classesâ stats pages. The administrator is the person who must set everything up once, and after this the teachers and parents may use the site to the max.&lt;/span&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;On every one of the pages that displays personal data there is a security check on each page refresh. This is done to prevent users from seeing what they shouldnât be seeing. This feature works by taking the user id session variable and/or the student id pertaining to that user and checks them against their respective get variables. Without this security, a user could log in and then see other usersâ data. For example, a parent could log in and direct their browser to the report card page. Naturally, their childâs report card will show up. However if they change the user id âgetâ variable and refresh the page they will see another childâs grades. This is where my protection kicks in, preventing this and giving the user an error explaining that they donât have access to the page they are trying to view.&lt;/span&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;With the database designed as it is, deleting data has become a little complicated. For example, when you delete a class, all the grades are still in the database despite the fact that they have no class associated with them. Also when a student is removed their grades stay behind to rot. I have fixed this by allowing the administrator (the only one doing any deleting affected by this) the option to delete all associative data relating to the entry being deleted. So now (assuming the user chooses the option) when a student is deleted their grades and their parent user are also deleted. Also when a class is deleted all the grades go along with it. This prevents old and needless data from piling up in the database and causing confusion among the users.&lt;/span&gt; 
&lt;p&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Upon completion of my senior honors project I am confident with my skills and am ready to go out into the world in search of a computer science career. Spending a lot of my free time in front of my computer and programming has put me through the ringer, and I liked it. Before I started, I had no experience working on an organized project with a pre-existing goal. Before, I have just worked on small projects that have not gone anywhere. Now that I am done programming, I can see the product that I have made. I can see that it has been completed with success. I have taken my ideas and integrated them efficiently and successfully. I have learned a great deal this year.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;span&gt;I appreciate any help with this, thank you.&amp;nbsp;&lt;/span&gt; 
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>