Monthly Archives: February, 2010

2010 Winter Olympics on NBC – Fail

what a mess. NPR shares our frustration. And I quote, since I live in LA, “West-coast residents have been particularly incensed that they wait an additional three hours after the East coast gets whatever “live” coverage there actually is in prime time, even though they are in the time zone where the Olympics actually are. What [...]

iPhone SDK Alternatives

Besides xCode, here are couple alternate iPhone SDKs. At first glance/installation, Corona makes it dead simple to create flash like games/interactions. It uses a simple LUA scripting language. The Unity 3D for the iPhone is a subset of the larger Unity 3D engine but definitely worth a look if you are building a game or [...]

OS X Tip: Show Full Paths in Finder Windows

Type this in a terminal then restart the Finder. defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES