Best Books of 2009

Date Arrow  February 24, 2010

Every year I’m doing the same post (well, in 2006 I completely forgot to do it) that starts more or less with the same phrase: “every year I like to read at least 6 new tech books, and to learn a new programming language.”
Last year’s language was Go, and the books, well, here we [...]

Tagged   Books · TechnologyComments  Add Your Comment 

Using Multiple Twitter Clients from your iPhone Application

Date Arrow  September 11, 2009

I love playing with iPhone URL schemes. And if you ask me, just like for Mail.app and Safari, I think there should be a “default” Twitter client URL scheme in the iPhone, with an interface in the Settings application allowing you to set the application that you prefer to tweet. Alas, this is not the [...]

Tagged   Open Source · Twitter · iPhoneComments  Add Your Comment 

Copenhagen Slides Available

Date Arrow  August 31, 2009

Another quick post to announce that I’ve published the slides (and sample application) I’ve shown last week in Copenhagen; feel free to download them from the projects section!
Remember that I’ll be hosting a similar talk on September 9th in Zürich! I look forward to see you there and to discuss about iPhone development.

Tagged   Papers · iPhoneComments  Add Your Comment 

Discovering a Hidden iPhone URL Scheme

Date Arrow  August 4, 2009

As an iPhone developer, one of the simplest and easiest mechanisms you have to interact with other applications is through the use of iPhone URL Schemes. These are so important that I’ve created a wiki page where I keep track of those I come across, including code samples that help me exchange data with them.

However, [...]

Tagged   Code · Software · iPhoneComments  Add Your Comment (2)

Random Quotes on Business and Software

Date Arrow  April 20, 2009

A Cooperative Organization:
(…) Gore has been a team-based, flat lattice organization that fosters personal initiative. There are no traditional organizational charts, no chains of command, nor predetermined channels of communication.
Instead, we communicate directly with each other and are accountable to fellow members of our multi-disciplined teams. We encourage hands-on innovation, involving those closest to a [...]

Tagged   Opinion · Quality · SoftwareComments  Add Your Comment (1)

NIBs or code? Why not both? Here’s nib2objc.

Date Arrow  March 17, 2009

(Somehow this project seems to me so simple, that I’m sure someone has done this before. Anyway). This is my feeble attempt to bring an answer to the eternal dichotomy between those arguing about the relative benefits of creating user interfaces via Interface Builder or via pure Objective-C code: let me introduce nib2objc.
Unbeknown to most [...]

Tagged   Cocoa · Code · iPhoneComments  Add Your Comment (7)

Asynchronous Loading of Images in a UITableView

Date Arrow  March 8, 2009

This is one of the most common scenarios for network- + UITableView-based applications; a UITableView instance whose contents come from the network; not only the text, but also the images! Somehow we all want to reproduce the behavior of the App Store (or of the iTunes) iPhone application, where the icons (or covers) of [...]

Tagged   Code · Open Source · iPhoneComments  Add Your Comment (18)

Going Github

Date Arrow  February 18, 2009

This is something I’ve been looking forward to do for some time. After praising git back in 2007, now I’m moving many of my personal projects to Github, which has an absolutely brilliant service! For the moment I’m using the free account, but I will most probably switch to a paid account soon. The only [...]

Tagged   Code · OpinionComments  Add Your Comment 

Objective-C REST Client Update

Date Arrow  January 19, 2009

I’ve uploaded (yet another) update to the Objective-C REST client I’ve blogged about previously. This time I’ve scanned the code with the excellent LLVM/Clang Static Analyzer and fixed a couple of memory leaks here and there. I strongly recommend to scan your own projects with this tool, it’s extremely simple to use:

Install it somewhere in [...]

Tagged   Cocoa · iPhoneComments  Add Your Comment (7)

Best books of 2008

Date Arrow  January 6, 2009

You might remember my beloved mantras: learning a new programming language and reading at least 6 relevant books every year. Following the 2007 edition, here’s the list of the 8 books I have enjoyed most in 2008, ordered by a purely subjective and absolutely irrational decreasing preference. I strongly recommend all of them!
Winner: Geekonomics: The [...]

Tagged   Books · Code · Project ManagementComments  Add Your Comment (3)