merry christmas
21/12/2010I enjoyed my trip to New York City after I completed my internship in Regensburg.
Merry christmas, everyone !
I enjoyed my trip to New York City after I completed my internship in Regensburg.
Merry christmas, everyone !
Today I tested httpriot a simple REST library designed to make interacting with REST services on iOS much easier.
It’s pretty simple and works with JSON and XML.
[HRRestModel getPath:@"/person.json" withOptions:nil object:nil];NSDictionary *opts = [NSDictionary dictionaroyWithObject:[person JSONRepresentation] forKey:@"body"];[HRRestModel postPath:@"/person" withOptions:opts object:nil];NSDictionary *opts = [NSDictionary dictionaroyWithObject:[updatedPerson JSONRepresentation] forKey:@"body"];[HRRestModel putPath:@"/person" withOptions:opts object:nil];[HRRestModel deletePath:@"/person/1" withOptions:nil object:nil]I’m currently working as a iPhone- and iPad developer at Kupferwerk in Regensburg, Germany.
Tech specs: Ruby On Rails, AS3
Project members: Andreas Alfarè, Hubert Hölzl, Vera Mayrhofer
Yesterday I finished my flex-app for this semesters interactive-multimedia-programming course. We had to both design and code a flex application that reads the latest twitter posts. The aim was to make a nice looking application, with meaningful motion-effects and pretty skins. Here’s what I created: http://projects.alfare.it/twitter
I’m working on my twitter app for our Interactive-Multimedia-Programming-course but unfortunately twitter is down:
2 minutes later:
but the good thing: I like the illustrations
The new iPhone OS 3.1.3 enables tethering for factory unlocked devices. It’s awesome to be able to go online with your iPhone via bluetooth when you’re traveling or if you are at a place without Internet connection.
LocaNote is our final project in the 3rd semester at university of applied sciences in Salzburg.
With LocaNote you are able to store notes which have a geographical position attached to them. So whenever you check your notes, you will only be presented with the notes near you. Since it is a cloud service, you can access your notes from our web-application or – even better – you can check and edit your notes with your iPhone 3G and iPhone 3GS.
LocaNote has been developed in RubyOnRails and uses the authlogic gem for registration and authentification.
The iPhone Application uses Apple’s iPhone SDK and has been developed in XCode and Inteface Builder. For a easier communication to our API we used ObjectiveResource (www.iphoneonrails.com).
ObjectiveResource is an Objective-C port of Ruby on Rails’ ActiveResource. It provides a way to serialize objects to and from Rails’ standard RESTful web-services (via XML or JSON) and handles much of the complexity involved with invoking web-services of any language from the iPhone. With ObjectiveResource you’ll be able to implement your own Classes and it adds some methods for saving/destroying objects in your database.
As shown on the getting-started page of ObjectiveResource, you can simply call the method “saveRemote” to sync your data with your server. With calling the methode “findAllRemote” you’ll get all objects of the specified route.
The iPhone app will be available in the AppStore in February.