Monthly Archives: April 2011

Review of Successful Project Management: Applying Best Practices and Real-World Techniques with Microsoft® Project | Bonnie Biafore

Okay, my first O’Reilly book that isn’t exactly a technical programmer’s book, but rather a management book. I think a programmer needs to know more than just how to use APIs, and this book introduces a new perspective to a … Continue reading

Posted in Book Reviews, General | Tagged | Leave a comment

Quick Tip: How to customise look of UITabBarController

A quickie, if you wanted to modify the look of a UITabBarController from the normal black colour, it’s quite simple. No need to subclass even, I prefer thecategories methodology, which you should read up on and get familiar with, since it is extremely … Continue reading

Posted in General, iOS | Tagged , | Leave a comment

XCode: “You have updates available for other accounts”

Did you install XCode 4 via App Store, rather than the Dev account? You may be one of quite a few people that see strange behaviour when they want to update their XCode (after seeing in their App Store purchase section, … Continue reading

Posted in General, iOS | Tagged , , | Leave a comment

App Review: TypeTool for iOS

TypeTool which can be found by clicking here is a locally brewed app, designed Vodafone’s AppLand, and is a great tool for iOS developers to have handy in their ‘pockets’ when designing pixel-perfect text for their applications. As a version 1.0, it … Continue reading

Posted in General | Tagged | Leave a comment

Quick Tip: Flex ArrayCollection filter in-line

A quick tip for those of you who want to do some ArrayCollection filtering, for let’s say duplicates. Rather than have two methods, do it all in-line: https://gist.github.com/921072

Posted in Adobe Technologies, General | Tagged , | Leave a comment

Quick Tip: How to remove a Git Submodule

I love working with git, since I started toying around with it a few months back, and find it to be a far superior version control system to subversion.  Anyhow, working with submodules, it’s quite easy to add, init and … Continue reading

Posted in General | Tagged , | Leave a comment

Sneak Peek of Flash Mobile 4.5, with one code for Android, iOS and RIM

Check out this great video from Adobe TV, showing the up and coming update to Flash Builder that will allow developers to code for all major mobile operating, systems, including iOS, Android and Blackberry RIM, all via Flash and with impressive … Continue reading

Posted in Adobe Technologies, General, iOS | Tagged , , , | Leave a comment

Review of ‘programming iOS 4’ Uncut

This is my first uncut book that I am reviewing, and despite having that label, having being released without being edited in this current rough form, I find it to be quite the contrary. I haven’t found any rough parts of … Continue reading

Posted in General, iOS | Tagged , | Leave a comment

“Java Space Error” Fix for Flex Developers

I thought I had to write this, at least for my benefit, but for others as well, who are trying to scour the internet to find the solution to this. The problem is, when using ANT and MXMLC, to compile your … Continue reading

Posted in Adobe Technologies, General | Tagged , , | Leave a comment