Tag Archives: Software Development

Joshua Kaufman interviews Loren Brichter on Tweetie’s reload gesture. A good, non-technical read on finding the right way to present a feature, adding a custom gesture, and providing feedback.

Posted on by Steven Fisher | Comments Off

Learning a new programming language

It took me a while to learn Objective-C. I started at the most basic level, wondering at the language. What are these brackets? What’s with the @ signs? What’s the difference between a – and a +? These aren’t hard … Continue reading

Posted in Technology | Tagged , , | 2 Comments

The secret to enjoying Xcode

One of the things that made me like Xcode more and become more efficient with it is realizing that while all coders are insane, me and Xcode’s designers are insane in different ways. By that, I mean that aside from … Continue reading

Posted in Technology | Tagged , , , | Comments Off

On skins and plugins

I started this post over six months ago, but never quite got around to finishing it. It might never be finished. But this is a thorn to me, so I’m just going to post it as is. Should your new … Continue reading

Posted in Technology | Tagged , , , , , | Comments Off

Xcode and iPhone OS 3.0.1

To get Xcode 3.1.3 working with iPhone OS 3.0.1, you’ll need to teach Xcode how to target iPhone OS 3.0.1. Xcode will automatically recognize iPhone OS 3.0.1 and look for a new SDK at a set path. The problem is … Continue reading

Posted in Technology | Tagged , , | 26 Comments

Brent Simmons (NetNewsWire): Anatomy of a feature. How a simple feature grows. (via incanus77.)

Posted on by Steven Fisher | Comments Off

Matt Gallagher: Rules to avoid retain cycles

Posted on by Steven Fisher | Comments Off

James Thomson (PCalc): How to make your iPhone application start faster

Posted on by Steven Fisher | Comments Off

Wade Cosgrove (Panic): Developer Color Picker. Copy colors from the picker as a [UIColor initWithRed:green:blue:alpha:] sequence.

Posted on by Steven Fisher | Comments Off

Custom Google Search: iPhone reference library search. Slightly less annoying than crashing Xcode, also slightly less annoying than just using Google search.

Posted on by Steven Fisher | Comments Off