This is really useful and really simple. Run the following
sudo apt-get install giplet
Then choose “Add To Panel” and find giplet in the list of items.
Screenshot

For those of you who love the ‘Aero Snap’ feature in Windows 7 but are unfortunate enough to be stuck with Vista for the time being!
http://aerosnap.de/download/aerosnap/current_version/aerosnap_0_61_setup.exe
Note: If you didn’t know already you can use Windows Key+Arrows to dock windows without the mouse!
I found this tool today which allows you to use a webUI to design a database table, and will then generate you the SQL code to create that table at runtime.
http://ondras.zarovi.cz/sql/demo/
I used this to design a table to use with sqlite3 and although the code generated is intended for use with mysql, a few minor adjustments allowed me to execute this on a sqlite3 database with no problems.