I am happy to announce that I am now co-hosting a show (Coder Radio)3 on software development with Chris Fisher on Jupiter Broadcasting. The show will air live every Monday at noon EST and be available for download shortly after. I hope the show is a resource for...
Programming Pitfalls: Bit in the ARC
Apple’s ARC (automatic reference counting) for Mac and iOS devices is intended to make Cocoa development easier. For the most part it does. However, in using it I have encountered a bit of a pitfall: by default the compiler does not optimize your code in debugging but...
Programming Pitfalls: NSAutorelease Pools on iOS 4.X
iOS 5 has brought a lot of quality of life improvements in terms of memory management and the general iOS development workflow, assuming you are on the latest tooling. However, nothing is free and there seems to be a little bit of a pitfall that you might hit if you...
Phonegap the Bad and the Ugly
Times are tough and development budgets seem to be getting smaller and smaller, assuming that you are not Draw Something or Instagram. My experience has been that clients who are interested in supporting both Android and iOS do not generally want to develop two native...
Warning: Google Drive and Git Don’t Play Nice
When Google’s GDrive was finally made available to the public, I was thrilled to see that the pricing structure would allow me to get double the space for the same amount of money I was paying Dropbox. Reading the description, it seemed that GDrive had all of the...
Know Your Class: How to Determine an Object’s Class in Objective-C
Programming in Objective-C is a pleasure. Its dynamic messaging systems allows us to do a lot of little messaging tricks that we could not do in other languages. However, when it comes down to it Objective-C code will crash if you send a message to an object that does...
More from Mike:
ZMQ Setup for Qt Dev on Windows
Currently, I am...
Pallet Town: Async / Await
If you've ever had...
MSHub == FOSS Love?
It looks like the...
Unplugging From The Grid
As a developer...