People Site


http://people.rit.edu

This is a work project that uses MySQL and PHP. It is used to provide users at RIT with information on the new environment and creating their website on the new environment.

Getting Started Developed and organized information on most pages, including Home, Getting Started, Uploading Files, File Permissions, and Technical Information.
DreamweaverTutorial
Shell tutorial
Created tutorials for setting up a site on Dreamweaver, WinSCP, and using PuTTY to change file permissions. All tutorials include PHP script that serves as the shell for creating a tutorial. To make a tutorial, you just include this script along with declaring two arrays, one for images and one for description of steps.

tutorial.php - shell for all tutorials, nothing would need to be changed here

template.php - used to create new tutorials

Registration Created the People Directory where people can view users who have chosen to have their site listed in this directory. I also created the registration system for this directory. The directory uses PHP and MySQL.