Monthly Archives: April 2011
No Business Plan Survives First Contact With A Customer – The 5.2 billion dollar mistake. « Steve Blank
No Business Plan Survives First Contact With A Customer – The 5.2 billion dollar mistake. « Steve Blank. Re-reading this, good article.
Dynamically adding UIActionSheet buttons
Today’s useful Objective C resource, dynamic buttons on a UIActionSheet. Awesome. The UIActionSheet is a very useful class, and I use it frequently in my apps, but its initialisation method doesn’t allow you to add buttons from an array. Instead … Continue reading
alloc NSMutableArray and storing objects
Today’s interesting programming tidbit… If assigning an array to another NSMutable Array such as this: self.listData = [self userData]; You don’t need to alloc the listData array first, although i’m guessing it’s probably a good idea. However if you want … Continue reading
Objective C – iPhone Programming – FMDB/Sqlite
I’m in the process of learning Objective C with the goal of making iOS apps. I’ve come across some great resources so I figured I’d share them here as I go. Today I’m working with Sqlite databases. I used the … Continue reading
Web 3.0
Web 3.0 will be defined by the next newly minted billionaire. Speculating what that will be before it happens is simply a mental floss exercise.
Stop Panhandling your Ideas
When most people see panhandlers on the side of the road, we condescendingly think “Why don’t they get a job? You’re not going to get anywhere begging for money. Get to work!” Yet, this is what so many people do … Continue reading