February 2012
7 posts
4 tags
Logging with Nose (Python) →
You can turn off consumption of log messages in nose.
3 tags
Little Known Mac OS X Airport Utility →
Quite nice!
3 tags
There is no class, then, in America which passes to its descendants the love of...
– Democracy in America
3 tags
Sync Multiple Google Calendars with the iPhone and...
Simply navigate to http://www.google.com/calendar/iphoneselect and enable the calendars you wish to sync!
From a UX standpoint, I find it a bit odd that Google Calendar doesn’t automatically sync all calendars, but this may be an attempt to avoid overwhelming the user.
4 tags
Java Enum names should be singular
Java Enums represent a type not a collection so the Enum name should be singular.
3 tags
An Interface is a Contract
In OOP, an interface is quite simply a contract. If we examine the definition of a traditional contract we can begin to see the similarities:
A written or spoken agreement, esp. one concerning employment, sales, or tenancy, that is intended to be enforceable by law.
In particular, notice the word agreement which is the essence of a contract. When you specify an interface in Java, Objective-C,...
3 tags
Neven Mrgan's tumbl: All the sizes of iOS app... →
Let’s say you’re working on an icon for an iOS app. The app is universal, so it should run on all iPhones (and iPod touches), and on the iPad. As a designer, you’re used to drawing icons at various sizes; this is a big part of what “icon design” is (as opposed to other types of illustration).
…