Links for 14 March 2010
- Better command history browsing in Mac OS X Terminal The first I've heard of Control R but wish I'd heard about it ages ago
- Resize iPhone Screenshot using a Photoshop Action to get the image into the correct format for submission to the App Store
- Pro Git is an ebook covering using Git as your version control system. From basics through to the advanced.
- Dive Into Python 3 is a ebook covering using Python 3
- Log_Writer_Twitter for use in the Zend Framework. Nice way of chaining services together and probably something I need to look at for Log_Writer_Prowl
- FireUnit provides a simple JavaScript API for doing simple test logging and viewing within a new tab of Firebug.
- How to rename a project in Xcode 3.x 6 steps to follow which should get you to where you want to be.
- Getting Started with launchd on Mac OS X launchd takes over many tasks from cron, xinetd, mach_init, and init and is the preferred way of scheduling items on Mac OS X
- Display a local file in a UIWebView which could include items such as a PDF in your iPhone application
- setting a listview height when items are below it I've still not got this right and cannot seem to implement a footer in a ListView
- Custom ListView items and adapters details how to populate a list view with data from the Internet. Shows a nice layout and really reminds me of how nice Interface Builder is in XCode!
- WWW-WhoCallsMe One can always rely on CPAN for Perl modules where API's are not available. This time it's for the http://WhoCallsMe.com">WhoCallsMe.com service
- httpriot is a simple HTTP library that works on the iPhone and Cocoa Apps
- STHLM Traveling - travel in Stockholm with your Android phone Handy (if you're Swedish) application but more so it's open-source and a great tool for learning.
- Check for internet connection on Android Seems that ConnectivityManager is the way to go. Odd how on both the iPhone and Android SDK's is not a single simple method.
- Consuming a RESTful Service (bit.ly) in an iPhone Application
- Zend_Service_Prowl It never occurred to me that my Log_Writer_Prowl would probably better be served as a Zend_Service. Nice to see!
- Pulling Android Market Sales Data Programmatically Come on Apple take note of this one eh? How nice it is to have proper API's... Granted this is only for the Google Checkout portion and not the Android Marketplace stats but it's more than what we currently get from Apple.
- XML+XPath on Android using dom4j and Jaxen
- Appcelerator Titanium An interesting (open-source) project allowing one to build mobile apps for iPhone & Android and desktop apps for Windows, Mac OS X & Linux from Web technologies. Something to definitely look into.