Because I a lot of sites I design are on servers where I don not have permissions to run serverside scripts I have had to
use client side scripts for every thing. Since I am a very good Java pogramer the natural choice for me had to be
to use Java Script.
The scripts below were all written by me (Bart Busschots) and are free to be used by anyone on their web pages.
All I ask in return is to get a credit on the page and a link to my main home page
(www.voyager.8m.net). You can't say fairer than that!
Enjoy the scripts and feel free to mail me back with any problems or comments you would like to make at
bart.busschots@physics.org.
The only way I can improve these scripts is if I get feed back!
Have you ever wished there was a way of centrally storing the structure of your site so that each page on your site
would just update it self everytime you changed the structure of your site. Well that's exactly the kind of freedom
this navigation system will give you. It stores all information about your site in a single file that each page in your
site includes as a JavaScript that then tells it what links to print!
The system has come a long way since it's initial design and has now become object oriented to make it more effective and
less likely to interfere with other Java Scripts you may have on your page. The new version is currently being used on
my main home page (www.voyager.8m.net) and the IFAS home page
(www.astro2.iwarp.com/IFAS) as well as many other sites.
The latest version now allows you to have sub menus and print out a "you are here" bar (like the one at the top and
bottom of this page) to make your site easier to navigate as well as having support for CSS style Sheets.
The download file contains the script and an example of how to use it.
This script can be used to insert a ramdom quote into a web page. To see an example check out the
Astro 2 Home Page.
The download file contains the script and an example of how to use it.
This script is designed to store a catagorised set of quotes and allow them to be viewed in a random order or catagory
by catagory. It also allows a random quote from the stored set be inserted in a web page just like the random quote
script. An example of both theses uses can be found on my home page and on the Omega Page.
The download file contains the script and html files for the browser, some simple instructions and 2 example of how to use
it. All the files in the zip file except Instructions.txt, index.html, Example1.html & Example2.html are needed to use
the script.