DMA 207 : Digital Media Programming : Spring, 2007 : Project 3 : Dynamic Forms and Blog Design a form that will allow a user to enter a blog. When the user comes to http://dma.canisius.edu/~username/pr3, they will see a page that asks them for a username and password. If they enter the correct one, they will come to their blog page. On the blog page, they will see a form asking for the following info:
  • Date (fields for month, day, and year)
  • Title
  • Subtitle
  • Category (home, work, leisure)
  • Content
  • Availability (yes or no radio buttons)
  • Submit button
  • The page will also feature an list of arfchived entries in another div. The admin will be able to edit or delete any of those entries. You will use this form as the basis for your blog that you design for project 4.

    Procedure

    1. Design your blog template. Include the following divs:
      • login
      • main
      • archives
    2. Code your form into the main div. Make sure the form is well organized and easy to use.
    3. Create a MYSQL table in your database with the following query: (more to come)