The jQuery tableSorter script is one of those indispensable scripts for a web developer, as most applications have a need to display tabular data to the user at some place in their application. The problem is displaying this data in some sort of user friendly format.
The main problem is tables filled with data are commonly very long. Forcing the user to scroll around the page in search of the rows they are looking for is not an optimium situation.
The jQuery plugin tableSorter makes this process a lot easier, it is easy to include in your pages, its extendable, works on all the major browsers and allows client side sorting of the data by the end user on the columns of their choice.

Read the rest of this entry »
Adjusting the visibility of element within a web page comes in handy from time to time for features like tool tips, extending content after a short excerpt etc. This technique adds greatly to the user experience of your site and has been around for a long time but the 


