Feeds RSS Reader Released for iPhone and iPod Touch
Feeds, a native iPhone and iPod Touch application was given the OK by Apple yesterday and is available in the App Store as of this writing. Feeds is the native version of Prime31′s iPhone web-based RSS feed reader called iFeeder (http://iFeeder.prime31.com from your iPhone or iPod Touch). You can view Feeds in the App Store [...]
SVN Command Line Cheat Sheet
Here is a short list of handy SVN commands. This list is in no way exhaustive but it does contain the most used commends (by me at least). #—————– # start svn server #—————– sudo -u www /sw/bin/svnserve -d -r /Users/al/svnrepo #——————- # checkout a project #——————- svn checkout svn://localhost/project1 #————— # basic commands #————— [...]