Getting the Picture I
Graphics take a long time to move over the Internet. Why not try caching them?
Getting the Picture II
Cached images can be used for smoother animation!
The Mobile Mouse I
When a user mouses over one of your links, make something happen! (Also works for Internet Explorer!)
The Mobile Mouse II
onMouseover is nice, but what about when the mouse leaves the link?
Don't Touch Me!
More fun with onMouseover and image arrays.
Dynamic Memory Crystals Game
This uses a big window! Dynamic HTML allows layering. Here's how to use the feature to do the memory game.
Reversing an Array
You don't need to write code to do it. JavaScript already knows how.
Sorting an Array
Let JavaScript sort it for you.
Joining an Array into a String
There's code to do this already on the CD, but JavaScript in Netscape can do it natively.