Google’s AppEngine is a very useful platform in the way it allows developers to have an application server up and running within 10 minutes. It leverages the Google infrastructure, too, offering high speed, high capacity, etc. Wow (Awesome!) However (Hmm), AE does not allow for the usual multi-threading mechanisms…
Monthly Archives: October 2012
Customizing the Facebook iOS SDK FBFriendPickerViewController; Adding a Search Bar
As Facebook integration into iOS comes along, it feels like all applications must integrate social features. Having the ability to review your Facebook friends list within your app is one of the most important social features. Sharing the app or posts from within the app with friends is one of the best ways to virally […]
Zend DB Config.ini for Oracle DB options
Anyone who has worked much with the Zend framework much will be familiar with the framework’s reliance on config files. I recently worked on a project where I needed to set some database configurations in a Zend config file and it took me some time to figure out the correct syntax for them.