Blogroll

Meta

Recent Posts

Recent Comments

Categories

Tags

 

September 2010
M T W T F S S
« Aug    
 12345
6789101112
13141516171819
20212223242526
27282930  

Archives

Bugs I found during beta/adhoc testing…

March 3rd, 2009 - Programming, Technology, iphone - No Comments

Here are a some of bugs/things I found after the application had been released to adhoc (beta) users. All good reasons to spend as much time in this phase as possible/neccessary:
1) I failed to ‘retain’ a property that happened to be the one locating the website. It seemed to work at start-up but (for many [...]

FMDB (Flying Meat DB wrapper for sqlite3) for iPhone

February 26th, 2009 - iphone - No Comments

Yesterday I started a simple application and decides to utilize FMDB wrappers sqlite3. Why?

sqlite3 function calls are low level C, and binding between Object-C types and these C function calls is a little cumbersome and ugly (converting to/from UTF8 string and such.)
The more code, the more clutter/change for bugs & maintenance headache. Less is more.
[...]

Installing Adhoc (Beta) iPhone Applications via iTunes on Microsoft Windows

February 19th, 2009 - Programming, Technology, Uncategorized, iphone - No Comments

How to install Adhoc (Beta) iPhone Applications via iTunes on Microsoft Windows.

iPhone Development for Mac Development Newbies

January 18th, 2009 - Programming, Technology, Work, iphone - 1 Comment

I recently switched to a Mac platform (for pleasure) and started developing on it, and even more recently started iPhone application development. I’d never seen (or heard of) xcode, cocoa, and those things. I’ve found the experience at times trivially easy (e.g. download/run/launch a sample in seconds, then learn from it’s code. Awesome) and sometimes [...]