Monthly Archives: October 2008

TextLimiter - A little JavaScript class to… limit your text-areas!

 This is a small Javascript class I wrote a while ago. It hooks up to a text-area or a text input and limits the amount of characters you can write in it while displaying a count-down of the remaining characters… It is cross-browser and uses a custom event to check for changes in the text […]

MooDataTable - A Data Table Class for MooTools 1.2

Well, here’s the first version of my MooDataTable class… basically it’s a paginated, column-sorting data table that works with a JSON dataset. So far it features:

 Smart Pagination
Column Sorting
Request data via Ajax, one page at a time
Works with any Server Side scripting language, as long as it returns JSON data
Easy to style and customize

An example of […]