Blogroll

Meta

Recent Posts

Recent Comments

Categories

Tags

 

February 2009
M T W T F S S
« Jan   Mar »
 1
2345678
9101112131415
16171819202122
232425262728  

Archives

Archive for February, 2009

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.
[...]

Providing an iPhone/iPod Touch Device Identifier to a Developer

February 24th, 2009 - iphone - No Comments

Since the web page I used to give out for this seems to have gone away, here is the information:
A (unique) device identifier is required (by Apple) to allow adhoc (or beta) testing of applications; the developer builds the version of the application provisioned for a given set of identifiers. This is mechanism is how [...]

iPhoneDevCampCO #3

February 23rd, 2009 - Colorado, Programming, iphone - No Comments

I attended iPhoneDevCampCO #3 on Saturday, and was pleased to see a bunch of new as well as old faces. Joe Pezillo (aka Metafy), Danny Newman, Kendall Gelner, and bunch of other good folk.
Many folks were there to learn about iPhone Development, some to learn about iPhone Developer marketing (how to promote one’s app), and [...]

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.