The following examples from the in-class demonstration are available:
In each case, right-click and view source to see how the code works
- Empty Template - an empty template used to add code to for the other examples
- Interactive Feedback Form A form that validates user input, and also forces number-only entries to one box
- CSS Based Menu A menu along the top of the screen with CSS only (no javascript involved)
- Javascript Menu A menu that floats along the side of the screen, and slides in and out at the click of a button
- Tic Tac Toe A tic tac toe game, including the algorithm used to plan it
- Javascript Gallery a rotating image gallery
- Javascript menu A static menu that changes other things on the page as the mouse passes over menu items.