|
Drop Down Menu Tutorial Version 2
|
A new version of the drop down menu tutoriual. This is still being written but code is available for download.
Go to Tutorial
|
|
|
JavaScript API
|
The JavaScript API used in the drop down menus and other scripts on this site.
Go to API Documentation
|
|
|
dHTML Drop Down Menus
|
Easy-to-use dHTML drop down menu system. This code is cross-browser and cross-platform and simple to set up.
Go to drop-down menu section
|
|
|
Drop Down Menu Tutorial
|
This tutorial will explain the basics if you want to build your own drop down menu system. We wouldn't recommend using the code from the tutorial in your site as it for demonstration purposes only. For a ready-made menu script use the dHTML drop down menu code.
Go to the tutorial
|
|
|
Slide-down Menus
|
An experiment to fill a rainy Saturday morning. It seems to work reasonably well on most browsers however.
I'll provide a download of the code one day soon.
find out more
|
|
|
ASP and JavaScript Quiz
|
A simple quiz program which loads 10 random questions from an Access database. The quiz uses to JavaScript to show the users' current score and to display the correct answers. Can be used without ASP, though the random generation is lost.
more info
|
|
|
Rollover Buttons
|
Two simple methods of providing rollover effects for buttons. One uses a background colour change, the other uses images.
find out more
|
|
|
Frame Killer
|
A code snippet to stop your pages being displayed in another sites frameset.
more info
|
|
|
Space-Saving Script
|
A demonstration of using document.write to repeat sections of code in a page. This script reduces the page size from 65 to 13KB
more info
|
|
|
Clickable Map
|
This script uses javascript to record and display "pins" in a map. The map can be moved around the page (if the page is resized, or if the test size changes) and the pin will follow.
more info & demo
|
|
|
JavaScript Form Validation
|
A simple example of form validation using JavaScript. This script performs checks on a simple form, advising the user when data has been entered incorrectly.
more info
|
|