Common Requirements for All Web Pages
- The web pages must display correctly in all of the following: FireFox, Chrome, Safari, Internet Explorer.
- The links between the existing pages within the website cannot be broken.
- 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/- All images must contain a height, width, and alt property.
- All images and multimedia must be in a separate folder with a name of your choosing.
- JavaScript must execute without error. This will be tested using FireFox's Error Console.
- 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.
- All pages must include DOCTYPE, <meta> tag, and <html> tag information.
- The link to the web page in the submission area of the LMS must open the homepage in a new browser window.
- 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.
- The URLs in LMS's submission area must be a working link and it must open the assignment in a new browser window.
- 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.
- Uploading to the Apollo Server
- As mentioned above only the contents of the GlobalWeb folder must be uploaded to the server - not the entire folder.
- The homepage for the GlobalWeb website must be index.html
- Submitting the URL within the LMS
- In the LMS, use the submission area located in this week's folder
- In the text box, create a link to the website.
- The web pages must open in a new window.
Need help creating the link? Check out "Submitting an URL in the LMS" which is located in the Help Files, References, and Tutorials folder (inside the LMS)- Clicking on the http://apollo.occc.edu/user##### link must result in the home pages being displayed. If a listing of files/folders is displayed, there is an error. (user##### is to be replaced by your login).The GlobalWeb homepage must open in a new window.