Finally, after hours of debugging and trying to get the session element to transfer over, I have finished the login page. I also incorperated the sitewidecss file. This means that the previous two benchmarks have been achieved. W00t!
Check it out:
This is what you see when you go to
http://ugasmis.org/admin.php (autocomplete fills in my saved info)
Once logged in, you can either view or add files. Ntice that it calls me
admin. This is because in the users table my id is associated with the 'position' value of admin.

Here we see upload dialogue...

When a file is uploaded text is shown comfirming the upload. here is an example:
File Untitled-4.jpg has been uploaded!
INSERT INTO uploads (file_name, file_size, file_type, description) VALUES ('Untitled-4.jpg', 56838, 'image/jpeg', 'one of the images i used to demonstrate that this works ')
Here we see uploaded files

Things that need to be done (color coded in terms of need):
- add links to the bottom of the pages so you dont have to click the back button as often
- on the view files form have a more detailed date secion so that you can see what time of day the file has been updated. right now the database stores the time and the date in a field, I am going to try to have it shown on this page
- sort the files by date, rather than by name -- this way the most recent files are listed first
- increase the description filed to allow more characters inside of it
- try to hide the view and add file sites by having the session check inside of them (right now anyone who knows the url of the add file page can access it)
the book does not specify how to do this, so this is all going to be fun guess work. however, this is not a big deal since the webiste is set so it does show open directories and there is a minimal security risk here - if time permits create a logout button, not a problem