Create a page that has a sample footer containing the elements listed in
the PPT presentation. Try using the JavaScript to create some of the footer
elements dynamically.
Review the site stats outlined in the demo PPT slides. Go to the main page
that has listings of stats for the past years. Note the trends of browser,
resolution, etc. from the period 1996-1998.
Create three pages: gateway.htm, lowres.htm, and hires.htm. The gateway
page will automatically determine the browser resolution and send the user
to lowres if they have 640x480. If they are 800x600 or higher, they will be
transferred to the hires page.
Download the BrowserSizer software noted in the PPT slides and try using
it to adjust for screen resolutions.
Review WebMonkey article "Sizing up the Browsers" (noted in
slides).