Valextra Italian Handcrafted iPhone 4 Case
Atlantis World’s Fair - http://lostworldsfairs.com/atlantis/
What iPad apps do you recommend for web development?
YUI Compressor: Textmate Bundle
Compress Javascript and CSS with YUI Compressor from within Textmate. A very handy resource.
Springloops V2 is live!
Springloops delivered an absolutely awesome upgrade to their service. Best of all it now offers private GIT hosting. It’s definitely worth signing up for one of their reasonably priced plans.
iPhoneTracker
This open-source application maps the information that your iPhone is recording about your movements. It doesn’t record anything itself, it only displays files that are already hidden on your computer.
How to strip a project of all hidden .svn files.
More often then I’d like to admit I need to strip an entire project of it’s SVN folders and files. Instead of going in each folder individually, I use this useful terminal command.
cd /some/of/your/folders/
rm -rf `find . -type d -name .svn`
Canada Post’s typographically inspired newly redesigned mailboxes.
Gotham Serif for the 2012 Obama re-election campaign.
Ceaser: CSS Animation Tool
An awesome CSS easing tool by @matthewlein that uses the classic @robpenner easing equations. (via cameronmoll)