Moderated Liveblog

A moderated liveblog or chat room application that can be hosted on any LAMP environment. Makes heavy use of AJAX and JSON, with PHP endpoints used to interact with the database.

Continue Reading...

jQuery Persist Plugin

A plugin of my own design that seamlessly selects and implements the best available persistent event handler depending on the version of jQuery in use. Complatible back to jQuery 1.0.

Continue Reading...

Hostable Secure Proxy

Host a proxy service on your own server to allow JavaScript access to data otherwise unavailable due to the same origin policy. Protect this service using AES encryption.

Continue Reading...