Friday, November 13, 2009

assignment7/message board

Please click HERE to review my message board.

Currently, my message board features are:

1. Login page
Page features:
a. basic data validation (currently only one user. login credentials hard-coded in php)

2. Home page with list of all messages
Page features:
a. Edit message (includes basic data validation)
b. Delete message (includes basic data validation)

3. Add a Message
Page features:
a. Upload a file
b. confirmation/error message after action

4. Registration Page
Page features:
a. basic data validation (i.e. all fields must be filled out. password1 must match password2).

Features still to come:

1. Users table in MySQL to enable full validation
3. CSS styles
4. Enabling pictures feature as requested in design spec -- status complete

I plan to continue to work on this assignment and will keep my blog post up-to-date as my message board is developed further. Thanks!

No comments:

Post a Comment