Overview

I like to develop website and interactive webpages. While normally I like to use Ruby on Rails and their integrated AJAX support, I don't always get to use it. Sometimes I feel the need to develop my own javascript libraries to do other things which I may need. This page is dedicated to those things.

Countdown

My friend Steve asked me one day a couple years ago for a way to display a realtime countdown clock until a a certain event. Being quick to answer his call, I hacked out a pretty ugly procedural way of doing it. It worked, and I later used it for some other things. When it came down to it though, it seriously needed a revamp. So I rewrote it in a nice neat object that can be easily integrated into your own site.

Demonstration Please

You can see a demonstration of this on my csserver site. here

Documentation

I'll write it soon enough...