Code Snippets

This is a small collection of small amounts of my code. If you find them useful, more power to you!

Javascript

I use the prototype framework (well the $() function anyway) in most of my javascript projects these days, so there may be some references to prototype functions buried in the code. I'm not motivated enough to go looking for them, so you can either include prototype or replace them with their longer equivalents.

Another extremely useful bit of code I employ often is this handy javascript/css include_once() function.