TableSort: custom sort rules

05 April 2008 // javascript. things.

Meritxell asked me how to use TableSort to sort a column based on a DOM attribute (checkbox "checked" value in that case). Well, in the original version it wasn't possible, but it was very easy to add.

more...

simple string interpolation in javascript

11 March 2008 // javascript. stuff.

two-liner that adds perl/php style string interpolation to javascript

more...

gcui: gui for google chart api

12 December 2007 // javascript.

Gcui is a browser-based tool for creating google chart API urls.

Current version is 0.1 β

The author is not affiliated with google. ;)

goto gcui

ajaxik, the tiny ajax

03 November 2006 // javascript. things.

Ajaxik is a tiny javascript library for basic ajax interaction, can also be used for "lazy" ajax (without javascript programming).

more...

table sort

23 October 2006 // javascript. things.

No, your eyes don't deceive you, this is Yet Another Javascript Table Sort script, designed to be unobtrusive, simple and flexible... (skipped 1000 lines of happy talk ;)

more...

js debug console

03 October 2006 // javascript. things.

Debug Console is a small utility for printing debug messages on the "console". Console is simply a textarea hanging in the corner of the page. No popups, no fancy formatting, but simple, clean and cross-browser.

Console also provides utility functions for printing stack trace and for measuring execution speed.

more...