These are just a jumble of odds and ends of javascraps. You might find some useful, some won't be. Please excuse my horrid lack of commenting the javascraps.. but when I can, I will go through and comment them up. Only if there is a demand for that sort of thing, mind you. So dive in, and hopefully they will be helpful.
Toybox Compartments:
    Top Lid  
    Marathon Stuff  
    Game Things  
    Animated Gifs  
    Webfolio  
    Javascraps  
    2 cents  






THE SCRAPS TO SNATCH
 
  Image Changer  
 
(moderate)
-Fm (oct'98)
Put buttons on a page that load in and change an image in a single spot. A more complex version of this is used on my Levels Description Pages for the slideshows. That one has just two buttons that do a forward or backward change.
 
  QuickLinks  
 
(complex)
-Fm (feb'98)
A script that allows you to make links that goto a page within a frameset and sets up the frames correctly and puts the linked html in the proper frame. This one gets complex if you mess with it.
 
  Rollovers  
 
(simple)
-Fm (jan apr may'96)
You know what these are right? You better. This has three ways to do good rollovers. Not like those crappy ones you see that keep loading in the image or sticking all over the damned place.
 
  Random Image  
 
(moderate)
-Fm (feb'98)
If you want an image to randomize when someone comes to your page, then this script is for you. This will randomly pick an image from however many you want, and put it where it needs to go. I use this on my designs page, and this toybox.
 
  Random Image 2  
 
(moderate)
-Fm (aug'02)
Same thing as Random Image, but this is done a bit more tastefully and cleaner. So, use whichever one you like most to deal with, they both work fine. Although this one happens to NOT load in all images into memory first before picking, it only loads in the one it picks.
 
  Custom Window Poperuper1  
 
(simple)
This script is for having custom sized windows open up for things like graphic display or banners, or navigation floaters. I use this on my designs area to bring up the image to look at without hitting the back button all the time.
 
  Custom Window Poperuper2  
 
(moderate)
-Fm (feb'98)
Ok, this is like the above, but this one will resize the window if the persons monitor is smaller than what you had choosen for the window size to be! I liked this one with my old 640x480 monitor.
 
  Custom Window Poperuper3  
 
(difficult)
-Fm (feb'98)
Now, THIS one brings in a single html by passing it a querystring and then that html uses java to determin what image to fill the window with, thus eliminating twice the ammount of files (one for the image, and one for the html). I use this final one on the Sketchbook in the Levels section.
 
  Change Image  
 
(moderate)
-Fm (feb'98)
If you want to change an image in another frame, from another frame, then this scriptwill help out. With some modifications, this script can be used to load an html in one frame, and change a graphic in another frame (like the header lights up for which html loaded in).
 
  Timed Messages  
 
(simple)
This is a simple thing to add to your pages to have different messages or whatever show up determined by what time of day it is. I use this on my main page.
 
  Table Textures?  
 
(simple)
If someone is using a browser lower than what supports Table Textures, then you page could seriously look horrible. This small additional scripting will allow you to code something else for those stupid people who don't upgrade.
 
  Crappy Colors?  
 
(simple)
-Fm (may'98)
This is like the above one, but this instead checks to see if the person is in less than 16bit colors. If they are, your page could look horrid with the nice graphics you are using. With the script, you can set a second set of graphics for use specifically under 256 colors. This can come in handy at times.