The greatest operating system ever built.
Thursday, May 6th, 2010

I created a dedicated browser for Google Voice on the Mac.
It’s nothing to fancy, just a WebKit view in a simple window. The best part is that it will update the badge icon in the dock so you don’t have to keep the window open.
Refreshing from the menu will refresh like it does when you click the refresh link rather than reload the entire page.
Download Google Voice Browser
Wednesday, September 9th, 2009
I titled this post as such because I am hoping to help others that are in the situation I was in. Go ahead and Google “CGInsetRect”. When I did, I got 0 results. Not a single page has anything on it. The reason? While on Mac OS X you would call NSInsetRect, on iPhone you use CGRects. They are almost identical including having the same function set. The catch? NSRects functions all use the naming convention NSFunctionRect. CGRects on the other hand, as I forgot, use CGRectFunction.
Read More »