Side Projects
writing software for the iPhone platform
by Nico Tranquilli on Nov.21, 2009, under Mobile, Side Projects
Dec 02 2009 UPDATE: this is now freely available on the App Store
Dec 04 2009 UPDATE: It’s 4th on the top free applications for the travel category (Italian App Store)
Dec 17 2009 UPDATE: updated version (1.1) now available (includes georeferenced webcams and Last.fm events)

Main application screen
Lately I spent some time learning how to write iPhone applications.
Having been an avid C programmer for so many years it wasn’t difficult to start writing code in Objective-C (a powerful yet simple OOP language based on C);
a good book and the standard Apple docs that come with the SDK did the rest for the Cocoa touch API and the iPhone SDK in general
Finally, a couple of hours ago I managed to submit a first application to the App Store; nothing original but it still can handle maps, gps data, tables and scroll views, images, graphical transitions, REST API calls and results parsing for different webservices (yr.no weather data, geonames, flickr, panoramio, bing, yahoo search, google maps, upcoming.org) mostly through asynchronous network calls. Almost 7K lines of code.


testing the SuckRSS module (Postinjector) for facebook
by Nico Tranquilli on Jun.13, 2009, under Side Projects

I’m releasing a new Facebook application: PostInjector.
PostInjector can post your Flickr images collected by the SuckRSS engine to your Facebook profile or page, along with a thumbnail and relevant Exif data (focal length, exposure, metering mode, gps coordinates, etc). A link to a map and a reverse geocoded place name are provided for georeferenced images, as usual.
The application uses the new Open Stream API and has already been whitelisted by Facebook.
Exif data is now shown along with images
by Nico Tranquilli on Apr.21, 2009, under Side Projects
This is a quick post just to let you know a thing related to my SuckRSS software. From now on, the “HTML generation” module will retrieve EXIF data and automatically add information on some of the camera settings (exposure, aperture, metering mode, gps position and altitude, etc) for ‘educational’ purposes.
I’ve reprocessed some of the past postings.
RSS Feed URL Update (walking away from FeedBurner)
by Nico Tranquilli on Apr.16, 2009, under Side Projects
I’m no longer using FeedBurner. I activated a 30 day redirection but unfortunately
some feed readers (including Google Reader) forget about permanent HTTP redirects and don’t update the subscription URL.
Please make sure you’re pointing to the correct RSS URL:
http://www.tranquilli.org/feed/
The old one will stop working soon. – Thanks!.


