Ever get annoyed when you encounter a text input field with a default value and are forced to clear the default text before you enter your own value?
Here's a small piece of code that I use to help solve the common UI annoyance.
A couple of days ago I wrote a lengthy tutorial about creating scrolling tables with fixed headers. I thought I could take the exercise a step further by creating a jQuery plugin to keep the code contained in one location and allow users to call the "chromatable()" method on any table, or many tables on the same page.
The alpha version of Drupal 7 has been available to try out for some time now. I have been ultra curious about this release for many months after learning about significant UI enhancements that were planned. This weekend I finally had a chance to upload it to my server and take it for a spin and I was not disappointed!
Getting started
Wireframing can be one of the most rewarding phases in software development. It is a time for laying the groundwork of figuring out where things should live and how things should work.

