Client-side Table Sorting
Matt Raible has a very cool demo of using Javascript and the DOM (Document Object Model) to create tables of data that can be sorted on the client side (without a separate trip to the server). Very nicely done.