IT 280, Spring 2008. Homework 3 - Make a kids site. 30 points
In this homework, you will create a kids game site.
The pages
It should have three pages.
- A home page
- A "Barnyard Animals" page (with a form)
- A "Madlibs" page (with a form)
All three pages should be similar to the sample below, with a common navigation bar at the top and footer at the bottom. Decorative details are up to you, but it should be attracively styled.
Structure
Use one of the two PHP techniques introduced in class to modularize the three site pages.
Barnyard Animals
`
- The user will select the name of an animal from a pull-down menu (select list) and submit the form.
- The PHP handler will report what sound the animal makes.
-
- It will also redisplay the form so the user can select another animal.
- For example, if the user selects "cow", the returned page shows "A cow says moo." and and the form.
- You should provide at least four animal choices.
Madlibs
- The form should have several text inputs for the user to enter designated terms. [For example, a color, an item of clothing, a person's name.]
- When the user submits the form, the page displays a brief story with the terms filled in.
- It does not redisplay the form.
- You should use at least three terms.
- At least one of the terms must be used in at least two different places in the story.
Be sure to add an entry for the homework to your table of contents page and to complete the submission on Blackboard.