Projects
This page contains information about some of the projects that I have created lately.
- to_slug: a plugin for Ruby on Rails. This plugin adds a to_slug method to String instances. Slugs can be used for URLs, since all 'dangerous' characters have been filtered out.
- jQuery treeTable: a plugin for the jQuery JavaScript library. With this plugin you can display a data tree in a table, that can optionally be collapsible/expandable and manipulated using drag & drop.
- to-publish: The blog engine that this site uses. It is written in Ruby, using the Merb application framework.