Budapest Table Sorting Plugin
Budapest is a jQuery plugin that allows for simple table sorting. It allows the developer to have full control over the sorting. Basic usage: $("table").budapest(); Advanced usage: $("table").budapest({ headers: { 0: { sortable: true}, 1: { sortable: true}, 2: { sortable: true} }, sortIndex: 2, sortDirection: "asc", onSort: function(index, val1, val2, direction){ //provide your own [...]
Simple Mockup Generator – Balsamiq
Lately I have been using Balsamiq Mockups for all of my general mockup needs. They offer both a desktop version and a web version. I have focused mainly on the web version, and I am liking it. While it is simply a demo, it has all of my needs. While you cannot save in the [...]

