CS2413: Web Site Development
WSD14: Final Project

Objective:

Point Value:

Specifics

Common Requirements for All Web Pages

    1. The web pages must display correctly in all of the following: FireFox, Chrome, Safari, Internet Explorer.
    2. The links between the existing pages within the website cannot be broken.
    3. All HTML and CSS code must be well documented, properly indented, and easy to read. The CSS files must contain documentation regarding the colors and typefaces used in the site.
      http://css-tricks.com/examples/CleanCode/Beautiful-HTML.png
      http://coding.smashingmagazine.com/2008/05/02/improving-code-readability-with-css-styleguides/
    4. All images must contain a height, width, and alt property.
    5. All images and multimedia must be in a separate folder with a name of your choosing.
    6. JavaScript must execute without error. This will be tested using FireFox's Error Console.
    7. All formatting must be done using an external style sheet. No inline or embedded styles.

Mandatory Requirements

Failure to adhere to and/or include the following items will prevent the assignment from being graded.

  1. All pages must include DOCTYPE, <meta> tag, and <html> tag information.
  2. The link to the web page in the submission area of the LMS must open the homepage in a new browser window.
  3. All web pages must validate (HTML5 and CSS) without errors using the Web Developer Tool Bar in FireFox or Google Chrome. Validate for CSS3. Errors related to -moz or -webkit are acceptable. Others are not.
  4. The URLs in LMS's submission area must be a working link and it must open the assignment in a new browser window.
  5. The homepage for GlobalWeb must display when the link in the LMS submission is clicked. (no additional clicks to locate the homepage). To accomplish this all web pages must be correctly posted to the Apollo server.

Assignment Submission:

There are two parts to submitting the assignment: uploading the website to the Apollo server and submitting the URL within the LMS.