All posts in Programming

Objective-C-Thumb
Latest
March 2, 2011, No comments

To generate an IBOutlet is fairly simple in Xcode 4 in comparison to Xcode 3. Open the xib up and make sure that you are in assistant editor mode with …

AS3-Thumb

Ternary shorthand for if/else statement

November 26, 2010, No comments

…can be written using a conditional, aka ternary, operator (?:), like this: var work:String = "monotonou"; if (work == "monotonous") { activity = "u ...

FDT-Thumb

Java memory setting for Ant

November 25, 2010, No comments

Something I always come across when I have a clean install of FDT is that my ant build fails due to compiling large swc’s. The answer is easy al ...

Animal-Pipeline-Thumb

Animal Pipeline Microsite

November 25, 2010, No comments

Just a quick project for animal who needed a microsite for a watch launch that came out last monday. Time was short on this one as the source files fo ...