Author Archive
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 than developers of other languages, it is still necessary in many cases.
When it comes to the NSManagedObject, the rules for subclassing are a bit different.
(tags: subclass core [...]
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)
Vooices.us - Control Games, Applications, Anything With Your Voice
Vooices is a Phone Controlled, RealTime, MultiPlayer Application Platform for Screens in Public Spaces or for Games on the [...]
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 rest [...]
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 \
[...]

Subscribe to my blog





