COURSE CALENDAR | WEEK 10 CLASS OUTLINE | HOMEWORK |
- XHTML files for your client site
- You should have a template page created for each level of your site, with properly structured, semantically correct XHTML.
- On each template page you should have a site title (h1), page heading (h2), copy (p, ul, a), global navigation list with links to all the main sections of your site (ul, li, a), subnavigation list (ul, li, a), a footer (p, a) and all necessary containers (div).
- You should have created a style sheet with rules for each main division and tested the page in Browser Cam before adding national rules.
- More Javascript:
- Additional Javascript References:
- Basic Javascript
- 3 steps to understanding JS
- Quirks mode javascript tutorial
- Image Gallery tutorials: A List Apart | Adactio |
Complete the Dropdown menu tutorial(s) in a separate page if you will not be using dropdown menu in your site.
By next class meeting your site should be functional (all pages in the site are accessible through global and/or local navigation links) and structured (all pages in the site should have a template page applied with the basic stylesheet.