General Overview
Session Overview | Detailed Example Instructions
Sessions generally follow a format that includes a presentation, lecture, and demos of topic materials. Also included is a set of examples that can be experimented with, to see the effect that changes to the code cause. The best way to learn the course material is to experiment with the examples, and also to complete the final project - I.E. hands-on experience.
Session Overview
| 6:00 - 7:30 (All times are approximate) |
|
| 7:30 - 7:40 |
|
| 7:40 - 9:00 |
|
Detailed Example Instructions
Each session includes an examples page covering all of the topics explained in the session. Follow these steps to use the examples:
- Start Notepad
- Notepad is located in Start / Programs / Accessories.
- Type or copy the HTML block from the example page
- Left-click and drag over the code included in the HTML block.
- Right-click and copy (or ctrl-c) to copy to the clipboard.
- Paste into a new notepad document
- Right-click and paste (or ctrl-v) to paste into notepad.
- Save the file on your desktop with an htm file extension
- On the file menu, select "save as", then browse to your desktop and enter the file name. Make sure to use ".htm" as your file extension.
- Some examples require a specific filename; these are specified in the code where applicable.
- Open Internet Explorer to view your file
in one of the following ways
- Double-click the file on your desktop to automatically launch IE
- Open IE, then under the file menu, click "open" and browse to your document.