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 …

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 …