Final Project Website Resources: Appendices A & B Create a website with your choice of theme that contains the requirements listed in the appendix. Submit your HTML file to the Assignments tab. Post a message with the URL of the website you created.

profilemrston
it_238_r3_appendix_b.doc

Appendix B

IT/238 Version 3

1

Associate Level Material

Appendix B

Final Project Design Document

Complete the following document after thoughtful consideration of the final project’s requirements. Other requirements that must be considered include the following:

· Proper HTML and JavaScript™ structures

· Being error-free

· All pages and images properly saved and uploaded to your web space

Requirement

Detailed Response

Dynamic HTML menu with links from and to all pages

· Describe the exact menu layout.

· What is the text for each item?

· What is the URL of the link for each item?

Use of a cookie to save and retrieve data

· What purpose will you use a cookie?

· What page will it be on?

Form validation by use of a JavaScript™ function and event, including the following:

· Required text in the text field

· Required numeric value in the text field

· Radio button selected

· At least one item selected from a list

· Check box selected

· List every control you add to the form.

· What validation is associated with each control?

· What is the page name for this form?

Repeating logic included with while, do…while, or for statements

· Will you use while, do…while, or for statements?

· What will you use repeating logic for?

· What page will it be on?

Decision logic included, using if…else or case statements

· Will you use if…else or case statements?

· What will you use decision logic for?

· What page will it be on?

One built-in JavaScript™ class used: date, number, math, or string

· What class will you use?

· What will you use this class for?

· What page will it be on?