Home Perl JavaScript ASP Flash Helpful Misc Pics SteveCam
# Name Description
1 TimeCard
TimeCard.htm
Accepts the amount of time you want to work, your arrival time, and the length of your lunch and tells you when you can leave work (15 min intervals). Logic is flawed.
2 Figure Hours
time9.htm
Enter the time you arrived at work, time spent on lunch and breaks, and time you left. Script calculates hours you worked (15 min intervals). Logic problems with this script as well.
3 Folder Style Navigation
menu6.htm, Header.htm, ToggleFolder.htm, HomePage.htm
A frames based navigation system which Sam Powell and I rewrote for the BMD SSC. If you have a bunch of links and you have to use frames - this is a great script. See the script generator for this I coded in the Perl section.
4 DHTML Menu
dhtml_menu42.html
Currently only works in IE. Click on one of the images, and a menu is pulled from left to right for the user to choose from. This turned into a cross-browser nightmare, so I never finished it.
5 Fixed Background
if_IE_fixedBG.htm
Cross-browser (degrades in NS 4.x) fixed-background script.
6 Select Text Box
selectAll.htm
Selects text inside of a text box or textarea form element by clicking on a link.
7 Alternate Link Text
altText.htm
Triggered by onMouseOver set inside a link, this scripts positions a layer next to your mouse. Inside the layer, a table is rendered which has text about the link in it. Neat effect - a very popular script at the BMD SSC.
8 Redirect Script
redirect.htm
Redirects a user based on their screen size. If the width of your screen is not 1024 pixels, then you will be redirected. Nothing happens if your screen width is "correct".
9 Jumping Browser
java_jump.htm
Makes your browser randomly move all over your screen. If you view the example, you may have to hit Alt-F4 to close the window.
10 Crash Win9x
CrashWin9x.htm
Causes Windows machines to crash by trying to make the following invalid write to the system:
<img src="c:\con\con">
11 Freeze IE
freeze.htm
If you're using IE, this will freeze your browser. If you're using Netscape you'll get an interesting flashing effect.
12 Browser Resize
resizeWin2.htm
Cross-browser window resize.
13 Image Rollover
imgMouseOver.htm
If you want to forget WYSIWYG and script your own.
14 Calculate GPA
gpa_static6.htm
My first JavaScript ever! Included here for nostalgic reasons - or if you want to figure your college style GPA.
15 Calculate Fuel Savings
calcFuel.htm
Calculates fuel savings based on user input and an equation some guy gave me when he asked me to write the script. I think this was for use on a site that sold cars in Europe...I can't seem to figure out a good use for it, but it has some error checking and other useful examples in it, so I keep it around.
16 Set Home Page
SetHomePage.htm
Set this page as your home page (IE only?).
17 Status Bar Clock
StatusBarTimer.htm
A status bar clock.
18

Autotype Text
Autotype.htm

Done in DW3 by adding a white layer to the timeline and moving it across some text. Gives the allusion of typing text. Also a CSS example with blink (NS only) and the "TITLE" attribute (IE only).