Javascript
Various things I have done in Javascript will be added here, most of them useless :D.
News Fader
Originally wrote for ProBoards.com to be used on their free remotely hosted forums.
Zelda Game
It’s not finished, and is only really supported in Mozilla Firefox, I had a lot of fun doing it even though it is no where near finished.
Tabs In Textareas
Probably not that useful, but thought I would write a script to allow you to use the tab key inside textareas, useful if you were posting code and needed to format it.
Persistent Data Storage Class
A simple class to save and load persistent data, an example is shown on the page.
Firefox outerHTML
A script I done ages ago to improve my Javascript and learn a bit of the Range object. This works like Internet Explorer’s outerHTML object.
Switch It
A simple text switch it script that makes use of the createTreeWalker method.
UBBC Wrapper
Another script I wrote for ProBoards.com. Simple UBBC tag wrapping.
Circle Animations
No idea why I wrote this, it is useless. Just a simple script to create circle animations.
Images On The Fly
Another one that I is useless. Basically using binary you can create images, I think this script is a little buggy.
Overlay
Simple script to add an overlay to the page and show a loading animation while content loads.
Link Scroller
A script to scroll to links on the page, it’s buggy I think, lol.