Category: 'Programming'

April 28, 2010

April 4, 2010

April 3, 2010

Text file dictionaries

I learned about this just last week: Linux/Unix/OSX operating systems have a built-in English dictionary text file located at /usr/share/dict/words.

March 31, 2010

March 28, 2010

The Opposite of Fitt’s Law

If we should make UI elements we want users to click on large, and ideally place them at corners or edges for maximum clickability – what should we do with UI elements we don’t want users to click on? Like, say, the “delete all my work” button?

A fantastic post, as usual.