Links for 10 December 2011
- In iOS UITableViews can be indexed and Create Indexed UITableView and Implementing UITableView Sections from an NSArray of NSDictionary Objects both provide a few good tips on how to accomplish this
- Ray Wenderlich has put together a couple of great iOS tutorials including Beginning Storyboards in iOS 5 Part 1 and some general iOS 5 tutorails
- If you're finding yourself stuck on how to solve a SQL problem in MySQL then check out Common MySQL Queries which may just have what you're looking for
- Even though iTunes Match isn't yet available in the UK How to upgrade tracks to iTunes Match will be extremely useful once it does arrive
- Creating a Graph With Quartz 2D over 5 parts 1, 2, 3, 4 and 5
- iPhone Backup Extractor allows you to take a look at what's inside your backup files and extract items
- Not sure what prompted this but iPhone Tutorial Two — Combining UITabBarControllers, UITableViews and UINavigationControllers using Storyboard provided some useful assistance for an issue I ran into with Storyboarding
- First came the HTML5 Boilerplate which has since lead us to the Mobile Boilerplate
- Mou describes itself as "The missing Markdown editor for web developers". It provides you with a clean text editor with a great Markdown preview
- Did you know that fatal errors cannot be trapped in PHP when using set_error_handler? PHP Trick: Catching fatal errors (E_ERROR) with a custom error handler details a nifty way around that by using register_shutdown_function
- The Complete List of Objective-C 2.0 @ Compiler Directives
- There are an amazingly different number of iOS icons required and Technical Q&A QA1686 lists 'em all
- EasyVPN looks to be a useful bit of software to enable VPN services on Mac OS X Lion - it's only $5
- Smooth CoffeeScript - an introduction to CoffeeScript programming with an emphasis on clarity, abstraction and verification