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.
-
Form Field AutoComplete
Emulates the classic AutoComplete behaviour in HTML forms
-
zebraStriped Tables
Stripes a table with pre-defined CSS properties (external CSS file included).
-
selectExclusive options
Allows you to specify exclusive options in a
select multiplebox