René Nyffenegger's collection of things on the web
René Nyffenegger on Oracle - Most wanted - Feedback -
 

JavaScript

Preloading images. This example shows how to wait for all images to be loaded.
Hiding a column in a table
Search and replace
Checking if JavaScript is enabled
Dynamically creating style sheets
A javascript menu for Internet Explorer (that is: not cross browser)
Elements (Accessing and Manipulating Elements (nodes) in the DOM)

Links

Pseudo Classes Fix for Internet Explorer': Simulating :hover and :active with behaviours.
Claus Madsen(?) has a page with right mouse click handler that opens an "own" window.
Using the XML HTTP Request object: Internet Explorer on Windows and Mozilla provide a method for client side javascript to make HTTP requests. This allows you to make HEAD requests to see when a resource was last modified, or to see if it even exists. It makes your scripting options more flexible allowing for POST requests without having the page change, and opens up the possibility of using PUT, DELETE etc.
(Re)-introduction to JavaScript by Simon Willison.