... part of the Web Site of George North -- Back to BlackBoard
Webpage Design and Development, CPST-240-10
Fall 2008

Assignment - Week of Monday, Oct 20
Due 11:59 PM, Sunday, Oct 26

Mid-Term Exam
Case Problem 4
Key Terms
News

Tutorial 5 - Designing a Web Page with Frames

This is a graded assignment. You will:
    1). complete Case Problem 4 from Tutorial 5 - Warner Peripherals.



Readings from the Text
You should be complete reading Tutorial 5. If you also worked Case Problems 1, 2, and 3, then you are well prepared for this assignment.



There are sixteen (16) files needed for this assignment. You should have already downloaded these files. See Data Files for Students for more information.



BlackBoard Discussions
0 Points Maximum
There are NO Forums setup in the Discussion Board section of BlackBoard to be used during the week of Oct 20rd.



Tutorial 5, Case Problem 4 - Warner Peripherals
200 Points Maximum
Click here to see the requirements for this Case Problem.

Please note that this week the Document Type Declaration for one of the pages you will write is different. For the frames set page ONLY ... use
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
For all the other pages, use the normal Document Type Declaration ... which is
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
It is important to get this correct, otherwise your pages will not pass W3C validation.

Grading Rubric
  • 20 points - HTML decorated with comments that describe how you met each graded element
  • 60 points - your WebSite is constructed with a minimum of 3 frames, (1) a header frame with title text and/or logo graphics, (2) a menu frame with links to all product pages, and (3) a frame for display of product or other information
  • 28 points - website well designed and easy to navigate, as judged by George, best designed page will receive 28 points, others less
  • 27 points - HTML is error free as certified by W3C, your website will be a minimum of 9 pages, each page must be error free (9*3 = 27)
  • 35 points - Menu links properly to the (7 minimum) products pages (5 points each) 5*7pages=35 points
  • 20 points - 2 points for each link to external resources, max 20 points (i.e. a link from your site back to our WebSite Assignments page, and links to fellow student's websites, among others) External links DO NOT open inside your site's frames.
  • 10 points - Use a noframes element (for web browsers that don't support frames)
  • -----------------------------------------------------
    200 points - TOTAL



    Be advised, it is your responsibility to include comments in your HTML that point to every graded element included in your pages. When I grade your work, I will ONLY look at HTML elements that you point out with comments. In other words, I will not go looking through your HTML code trying to find graded elements myself. Point me to them, PLEASE.