Moleskine Harddrive

26 April, 2007 - 0 comments

Moleskine's are my favourite notebooks, I use them for notes, drawing and one is always with me while traveling.

And it looks like they can have other uses: someone decided to turn one into a harddrive casing, result is just brilliant:

Moleskine HDD

Read more about it here.

OS X style searchbox

23 April, 2007 - 2 comments

Found this nice web implementation of the Mac OS X searchbox: http://www.brandspankingnew.net/archive/2005/08/adding_an_os_x.html

For those who haven't seen one yet, it looks like this: OS X searchbox

Django newforms

19 April, 2007 - 0 comments

This a great article from the Big Nerd Ranch describing how the new Django forms library works: http://weblog.bignerdranch.com/?p=31

For those who don't know, Django is a great web development framework built in Python. It is still under active development, and some of the newer things are not yet well documented. This tutorial does a good job explaining the newforms component.