Roger Johansson over at 456 Berea Street just posted a great little script to automatically populate text in a form input — using the input’s title attribute. The input’s title will appear in the input unless you enter something else. Very classy and unobtrusive. I like a lot. Check it out.

Tablecloth is a nifty little addition to your DOM scripting library that will automagically give your HTML tables a bit of flare. It highlights columns and rows as well as which cells you clicked in a well formatted table. The best part is that it does it all using class names on the table elements so that the style is extracted nicely to the CSS file, not the JavaScript. Check it out.