IPhone 3G S: the ultimate mobile video blogging tool

OK, so I caved in and got an iPhone 3G S approximately half-a-day after it was released and not before bitching up a storm on Twitter about o2's upgrade policies (I finally ponied up for the pay-as-you-go version which means that I'm approximately £450 poorer now and will be living on beans for the ...
June 20th, 2009 by Aral - Comments (5)

Links for 2009-07-04

Mac Developer Network » Blog Archive » Core Data: Subclassing NSManagedObject Seasoned Objective-C developers are accustomed to certain ways of subclassing objects. While we definitely subclass objects less often th[...]

Links for 2009-06-20

PaulKinlan's vooices.us at master - GitHub A set of open Vooices.us API's and documentation to help you build vooice interactive pages (via @dalmaer) (tags: vooices voice control apps api open source) Vooi[...]

Links for 2009-06-19

andreyvit's ScrollingMadness at master - GitHub iPhone: advanced UIScrollView tricks everyone should know (and ZoomScrollView that encapsulates them) (tags: open source iphone uiscrollview tricks) [...]

Hex/HTML Color (RGBA, RGB) to UIColor

#define HEXCOLOR(c) [UIColor colorWithRed:((c>>24)&0xFF)/255.0 \ green:((c>>16)&0xFF)/255.0 \ [...][...]