If you’re doing iPhone development, setting NSZombieEnabled to YES is critical
to debugging. It allows you to see what deallocated instances …
Shopify
What a great, easy way to build an online store for anyone who doesn’t have
web design or technical skills! Shopify
Google Apps is awesome!
We’re using Google Apps for our business, and so far, we couldn’t be happier!
The Standard Edition is
free and allows up to 50 users on …
Sliding UITextFields around to avoid the keyboard
Great post on Cocoa with Love. I love this blog.
iPhone – Flipping a view
Pretty simple. This code
worked great for me, after I figured out that the front view and back view need to be on a
superview, which is what actually …
Why is my list black?
Great post
from the Android Developers Blog explaining how to resolve
the issue where a ListView turns black when the user scrolls.
Android XML include
Android’s XML include is a great way to reuse XML layouts. Check it out! Blogged from my iPad.
[UILabel sizeToFit]
This method is great for making a text label’s height and width fit the text
that’s inside it. CGRect frame = CGRectMake(0, 0, 320, 480 …
Essential Keyboard Shortcut for Numbers
Numbers just isn’t usable without a mouse if you don’t know this shortcut. To
paraphrase, Option-Return allows you to edit existing data …
Build script for iPhone ad-hoc distribution
Put this script in the root of your project directory, tweak for your project,
and run it to build your iPhone app for ad-hoc distribution. In case …