You’ve all seen this sucker before:

The venerable Heinz ketchup packet above has been around since 1968. Forty-two years later, they finally got around to a re-design. The new packet holds…
You’ve all seen this sucker before:

The venerable Heinz ketchup packet above has been around since 1968. Forty-two years later, they finally got around to a re-design. The new packet holds…
There is a CSS selector, really a pseudo-selector, called nth-child. Here is an example of using it:
ul li:nth-child(3n+3) { color: #ccc;
}
What the above CSS does, is select every third list item…
Sometimes you are coding a template and you need to refer to the same method chain over and over. For example, you’re coding a template that summarizes activity on recent messages. You iterate…
Looking for someone to code your app? Check out TheyMakeApps.com. Look at it as the Yellow Pages for iPhone Developers.
(thank you olivier)
I love my iPhone and I love Apple (cue images of flag pins and “I love muh countray!”), but I believe they’re blowing it with the App Store gate keeping. That’s of course not a new opinion….