<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>andreas alfarè</title>
	<atom:link href="http://student.alfare.it/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://student.alfare.it</link>
	<description></description>
	<lastBuildDate>Thu, 08 Jul 2010 20:51:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>httpriot</title>
		<link>http://student.alfare.it/?p=208</link>
		<comments>http://student.alfare.it/?p=208#comments</comments>
		<pubDate>Thu, 08 Jul 2010 20:45:37 +0000</pubDate>
		<dc:creator>andi</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://student.alfare.it/?p=208</guid>
		<description><![CDATA[Today I tested httpriot a simple REST library designed to make interacting with REST services on iOS much easier.
It&#8217;s pretty simple and works with JSON and XML.
Some Examples:
Send a GET request:
[HRRestModel getPath:@"/person.json" withOptions:nil object:nil];
Send a POST request with JSON body data:
NSDictionary *opts = [NSDictionary dictionaroyWithObject:[person JSONRepresentation] forKey:@"body"];
[HRRestModel postPath:@"/person" withOptions:opts object:nil];
Send a PUT request:
NSDictionary *opts = [...]]]></description>
			<content:encoded><![CDATA[<p>Today I tested <a title="httpriot" href="http://labratrevenge.com/httpriot/">httpriot</a> a simple REST library designed to make interacting with REST services on iOS much easier.</p>
<p>It&#8217;s pretty simple and works with JSON and XML.</p>
<div id="_mcePaste"><strong>Some Examples:</strong></div>
<div id="_mcePaste"><strong>Send a GET request:</strong></div>
<div id="_mcePaste"><code>[HRRestModel getPath:@"/person.json" withOptions:nil object:nil];</code></div>
<div id="_mcePaste"><strong>Send a POST request with JSON body data:</strong></div>
<div id="_mcePaste"><code>NSDictionary *opts = [NSDictionary dictionaroyWithObject:[person JSONRepresentation] forKey:@"body"];</code></div>
<div id="_mcePaste"><code>[HRRestModel postPath:@"/person" withOptions:opts object:nil];</code></div>
<div id="_mcePaste"><strong>Send a PUT request:</strong></div>
<div id="_mcePaste"><code>NSDictionary *opts = [NSDictionary dictionaroyWithObject:[updatedPerson JSONRepresentation] forKey:@"body"];</code></div>
<div id="_mcePaste"><code>[HRRestModel putPath:@"/person" withOptions:opts object:nil];</code></div>
<div id="_mcePaste"><strong>Send a DELETE request:</strong></div>
<div id="_mcePaste"><code>[HRRestModel deletePath:@"/person/1" withOptions:nil object:nil]</code></div>
]]></content:encoded>
			<wfw:commentRss>http://student.alfare.it/?feed=rss2&amp;p=208</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Software Development Intern at Kupferwerk</title>
		<link>http://student.alfare.it/?p=197</link>
		<comments>http://student.alfare.it/?p=197#comments</comments>
		<pubDate>Thu, 08 Jul 2010 06:53:45 +0000</pubDate>
		<dc:creator>andi</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://student.alfare.it/?p=197</guid>
		<description><![CDATA[I&#8217;m currently working as a iPhone- and iPad developer at Kupferwerk in Regensburg, Germany.

]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently working as a iPhone- and iPad developer at <a title="Kupferwerk" href="http://www.kupferwerk.com" target="_blank">Kupferwerk</a> in Regensburg, Germany.</p>
<p style="text-align: center;"><a href="http://www.kupferwerk.com"><img class="aligncenter size-medium wp-image-198" title="Kupferwerk-logo" src="http://student.alfare.it/wp-content/uploads/2010/07/Kupferwerk-logo-300x65.png" alt="" width="300" height="65" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://student.alfare.it/?feed=rss2&amp;p=197</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url='http://student.alfare.it/wp-content/uploads/2010/07/Kupferwerk-logo-300x65.png' length ='14230'  type='image/jpg' />
		<media:thumbnail url="http://student.alfare.it/wp-content/uploads/2010/07/Kupferwerk-logo-150x135.png" />
		<media:content url="http://student.alfare.it/wp-content/uploads/2010/07/Kupferwerk-logo.png" medium="image">
			<media:title type="html">Kupferwerk-logo</media:title>
			<media:thumbnail url="http://student.alfare.it/wp-content/uploads/2010/07/Kupferwerk-logo-150x135.png" />
		</media:content>
	</item>
		<item>
		<title>lono&#8217;me &#8211; a music quiz</title>
		<link>http://student.alfare.it/?p=192</link>
		<comments>http://student.alfare.it/?p=192#comments</comments>
		<pubDate>Thu, 08 Jul 2010 06:38:42 +0000</pubDate>
		<dc:creator>andi</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Ruby On Rails]]></category>

		<guid isPermaLink="false">http://student.alfare.it/?p=192</guid>
		<description><![CDATA[
lono&#8217;me is a music quiz where have to listen to short music tracks and guess the artist and title of the song.
The project was developed during our 4th semester at Salzburg University of Applied Sciences. The idea of this project was inspired by a tv quiz show called &#8220;Name that Tune&#8221; in 1953. 2 players [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste">
<div id="_mcePaste">lono&#8217;me is a music quiz where have to listen to short music tracks and guess the artist and title of the song.</div>
<div id="_mcePaste">The project was developed during our 4th semester at Salzburg University of Applied Sciences. The idea of this project was inspired by a tv quiz show called &#8220;Name that Tune&#8221; in 1953. 2 players had to play against each other and had to guess the artist and title based of several tunes of the song.</div>
<p>Tech specs: Ruby On Rails, AS3<br />
Project members: Andreas Alfarè, Hubert Hölzl, Vera Mayrhofer</p>
<div><a href="http://www.lono.me"><img class="aligncenter size-medium wp-image-194" title="Screen shot 2010-06-10 at 10.21.53" src="http://student.alfare.it/wp-content/uploads/2010/07/Screen-shot-2010-06-10-at-10.21.53-300x224.png" alt="" width="300" height="224" /></a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://student.alfare.it/?feed=rss2&amp;p=192</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url='http://student.alfare.it/wp-content/uploads/2010/07/IMG_0038-300x225.jpg' length ='18089'  type='image/jpg' />
		<media:thumbnail url="http://student.alfare.it/wp-content/uploads/2010/07/Screen-shot-2010-06-10-at-10.21.53-150x150.png" />
		<media:content url="http://student.alfare.it/wp-content/uploads/2010/07/Screen-shot-2010-06-10-at-10.21.53.png" medium="image">
			<media:title type="html">Screen shot 2010-06-10 at 10.21.53</media:title>
			<media:thumbnail url="http://student.alfare.it/wp-content/uploads/2010/07/Screen-shot-2010-06-10-at-10.21.53-150x150.png" />
		</media:content>
	</item>
		<item>
		<title>Twitter public timeline flex-app</title>
		<link>http://student.alfare.it/?p=178</link>
		<comments>http://student.alfare.it/?p=178#comments</comments>
		<pubDate>Sun, 21 Feb 2010 20:24:37 +0000</pubDate>
		<dc:creator>andi</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://student.alfare.it/?p=178</guid>
		<description><![CDATA[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&#8217;s what I created: http://projects.alfare.it/twitter

]]></description>
			<content:encoded><![CDATA[<p>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&#8217;s what I created: <a href="http://projects.alfare.it/twitter" target="_blank">http://projects.alfare.it/twitter</a></p>
<p><a href="http://student.alfare.it/wp-content/uploads/2010/02/Screen-shot-2010-02-21-at-21.06.05.png"><img class="aligncenter size-medium wp-image-181" title="twitter-app-1" src="http://student.alfare.it/wp-content/uploads/2010/02/Screen-shot-2010-02-21-at-21.06.05-300x293.png" alt="" width="300" height="293" /></a><a href="http://student.alfare.it/wp-content/uploads/2010/02/Screen-shot-2010-02-21-at-21.05.43.png"><img class="aligncenter size-medium wp-image-180" title="twitter-app-2" src="http://student.alfare.it/wp-content/uploads/2010/02/Screen-shot-2010-02-21-at-21.05.43-300x86.png" alt="" width="300" height="86" /></a><a href="http://student.alfare.it/wp-content/uploads/2010/02/Screen-shot-2010-02-21-at-21.05.19.png"><img class="aligncenter size-medium wp-image-179" title="twitter-app-3" src="http://student.alfare.it/wp-content/uploads/2010/02/Screen-shot-2010-02-21-at-21.05.19-300x276.png" alt="" width="300" height="276" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://student.alfare.it/?feed=rss2&amp;p=178</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url='http://student.alfare.it/wp-content/uploads/2010/02/Screen-shot-2010-02-21-at-21.05.19-300x276.png' length ='55936'  type='image/jpg' />
		<media:thumbnail url="http://student.alfare.it/wp-content/uploads/2010/02/Screen-shot-2010-02-21-at-21.06.05-150x150.png" />
		<media:content url="http://student.alfare.it/wp-content/uploads/2010/02/Screen-shot-2010-02-21-at-21.06.05.png" medium="image">
			<media:title type="html">twitter-app-1</media:title>
			<media:thumbnail url="http://student.alfare.it/wp-content/uploads/2010/02/Screen-shot-2010-02-21-at-21.06.05-150x150.png" />
		</media:content>
		<media:content url="http://student.alfare.it/wp-content/uploads/2010/02/Screen-shot-2010-02-21-at-21.05.43.png" medium="image">
			<media:title type="html">twitter-app-2</media:title>
			<media:thumbnail url="http://student.alfare.it/wp-content/uploads/2010/02/Screen-shot-2010-02-21-at-21.05.43-150x150.png" />
		</media:content>
		<media:content url="http://student.alfare.it/wp-content/uploads/2010/02/Screen-shot-2010-02-21-at-21.05.19.png" medium="image">
			<media:title type="html">twitter-app-3</media:title>
			<media:thumbnail url="http://student.alfare.it/wp-content/uploads/2010/02/Screen-shot-2010-02-21-at-21.05.19-150x150.png" />
		</media:content>
	</item>
		<item>
		<title>Flex Twitter App</title>
		<link>http://student.alfare.it/?p=173</link>
		<comments>http://student.alfare.it/?p=173#comments</comments>
		<pubDate>Mon, 15 Feb 2010 23:13:55 +0000</pubDate>
		<dc:creator>andi</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://student.alfare.it/?p=173</guid>
		<description><![CDATA[I&#8217;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  
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working on my twitter app for our Interactive-Multimedia-Programming-course but unfortunately twitter is down:</p>
<p><a href="http://student.alfare.it/wp-content/uploads/2010/02/Screen-shot-2010-02-16-at-00.07.21.png"><img class="aligncenter size-medium wp-image-174" title="twitter down" src="http://student.alfare.it/wp-content/uploads/2010/02/Screen-shot-2010-02-16-at-00.07.21-300x204.png" alt="" width="300" height="204" /></a></p>
<p>2 minutes later:</p>
<p><a href="http://student.alfare.it/wp-content/uploads/2010/02/Screen-shot-2010-02-16-at-00.11.32.png"><img class="aligncenter size-medium wp-image-175" title="twitter tech problems" src="http://student.alfare.it/wp-content/uploads/2010/02/Screen-shot-2010-02-16-at-00.11.32-300x159.png" alt="" width="300" height="159" /></a></p>
<p>but the good thing: I like the illustrations <img src='http://student.alfare.it/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://student.alfare.it/?feed=rss2&amp;p=173</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url='http://student.alfare.it/wp-content/uploads/2010/02/Screen-shot-2010-02-16-at-00.07.21-300x204.png' length ='59875'  type='image/jpg' />
		<media:thumbnail url="http://student.alfare.it/wp-content/uploads/2010/02/Screen-shot-2010-02-16-at-00.07.21-150x150.png" />
		<media:content url="http://student.alfare.it/wp-content/uploads/2010/02/Screen-shot-2010-02-16-at-00.07.21.png" medium="image">
			<media:title type="html">twitter down</media:title>
			<media:thumbnail url="http://student.alfare.it/wp-content/uploads/2010/02/Screen-shot-2010-02-16-at-00.07.21-150x150.png" />
		</media:content>
		<media:content url="http://student.alfare.it/wp-content/uploads/2010/02/Screen-shot-2010-02-16-at-00.11.32.png" medium="image">
			<media:title type="html">twitter tech problems</media:title>
			<media:thumbnail url="http://student.alfare.it/wp-content/uploads/2010/02/Screen-shot-2010-02-16-at-00.11.32-150x150.png" />
		</media:content>
	</item>
		<item>
		<title>Classics</title>
		<link>http://student.alfare.it/?p=168</link>
		<comments>http://student.alfare.it/?p=168#comments</comments>
		<pubDate>Wed, 03 Feb 2010 21:06:23 +0000</pubDate>
		<dc:creator>andi</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://student.alfare.it/?p=168</guid>
		<description><![CDATA[Excellent user interface and user experience!


]]></description>
			<content:encoded><![CDATA[<p>Excellent user interface and user experience!</p>
<p><a href="http://student.alfare.it/wp-content/uploads/2010/02/p_480_320_EABAEC21-AF13-4860-8039-9FA7AB3B7F61.jpeg"><img src="http://student.alfare.it/wp-content/uploads/2010/02/p_480_320_EABAEC21-AF13-4860-8039-9FA7AB3B7F61.jpeg" alt="" width="200" height="300" class="alignnone size-full wp-image-364" /></a></p>
<p><a href="http://student.alfare.it/wp-content/uploads/2010/02/p_480_320_C5D5AF15-5317-4F2E-9861-97BC991F5B46.jpeg"><img src="http://student.alfare.it/wp-content/uploads/2010/02/p_480_320_C5D5AF15-5317-4F2E-9861-97BC991F5B46.jpeg" alt="" width="200" height="300" class="alignnone size-full wp-image-364" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://student.alfare.it/?feed=rss2&amp;p=168</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url='http://student.alfare.it/wp-content/uploads/2010/02/p_480_320_EABAEC21-AF13-4860-8039-9FA7AB3B7F61-200x300.jpg' length ='23420'  type='image/jpg' />
		<media:thumbnail url="http://student.alfare.it/wp-content/uploads/2010/02/p_480_320_EABAEC21-AF13-4860-8039-9FA7AB3B7F61.jpeg" />
		<media:content url="http://student.alfare.it/wp-content/uploads/2010/02/p_480_320_EABAEC21-AF13-4860-8039-9FA7AB3B7F61.jpeg" medium="image" />
		<media:content url="http://student.alfare.it/wp-content/uploads/2010/02/p_480_320_C5D5AF15-5317-4F2E-9861-97BC991F5B46.jpeg" medium="image" />
	</item>
		<item>
		<title>iPhone tethering</title>
		<link>http://student.alfare.it/?p=161</link>
		<comments>http://student.alfare.it/?p=161#comments</comments>
		<pubDate>Wed, 03 Feb 2010 15:40:59 +0000</pubDate>
		<dc:creator>andi</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://student.alfare.it/?p=161</guid>
		<description><![CDATA[The new iPhone OS 3.1.3 enables tethering for factory unlocked devices. It&#8217;s awesome to be able to go online with your iPhone via bluetooth when you&#8217;re traveling or if you are at a place without Internet connection.

]]></description>
			<content:encoded><![CDATA[<p>The new iPhone OS 3.1.3 enables tethering for factory unlocked devices. It&#8217;s awesome to be able to go online with your iPhone via bluetooth when you&#8217;re traveling or if you are at a place without Internet connection.</p>
<p><a href="http://student.alfare.it/wp-content/uploads/2010/02/p_480_320_171B465D-5D05-455F-BE84-5CFC4ACF3769.jpeg"><img class="alignnone size-full wp-image-364" src="http://student.alfare.it/wp-content/uploads/2010/02/p_480_320_171B465D-5D05-455F-BE84-5CFC4ACF3769.jpeg" alt="" width="200" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://student.alfare.it/?feed=rss2&amp;p=161</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://student.alfare.it/wp-content/uploads/2010/02/p_480_320_171B465D-5D05-455F-BE84-5CFC4ACF3769.jpeg" />
		<media:content url="http://student.alfare.it/wp-content/uploads/2010/02/p_480_320_171B465D-5D05-455F-BE84-5CFC4ACF3769.jpeg" medium="image" />
	</item>
		<item>
		<title>LocaNote &#8211; The location-based notes service</title>
		<link>http://student.alfare.it/?p=148</link>
		<comments>http://student.alfare.it/?p=148#comments</comments>
		<pubDate>Fri, 22 Jan 2010 23:14:37 +0000</pubDate>
		<dc:creator>andi</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://student.alfare.it/?p=148</guid>
		<description><![CDATA[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 [...]]]></description>
			<content:encoded><![CDATA[<p><a title="LocaNote" href="http://www.locanote.org" target="_blank">LocaNote</a> is our final project in the 3rd semester at university of applied sciences in Salzburg.</p>
<p>With <a title="LocaNote" href="http://www.locanote.org" target="_blank">LocaNote</a> 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 &#8211; even better &#8211; you can check and edit your notes with your iPhone 3G and iPhone 3GS.</p>
<p><a title="LocaNote" href="http://www.locanote.org" target="_blank">LocaNote</a> has been developed in RubyOnRails and uses the authlogic gem for registration and authentification.</p>
<p>The iPhone Application uses Apple&#8217;s iPhone SDK and has been developed in XCode and Inteface Builder. For a easier communication to our API we used ObjectiveResource (<a title="Objective Resource" href="http://www.iphoneonrails.com" target="_blank">www.iphoneonrails.com</a>).</p>
<p>ObjectiveResource is an Objective-C port of Ruby on Rails&#8217; <a style="text-decoration: none; color: #6694ff; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #e9edf5; padding: 0px; margin: 0px;" href="http://api.rubyonrails.org/classes/ActiveResource/Base.html">ActiveResource</a>. It provides a way to serialize objects to and from Rails&#8217; 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&#8217;ll be able to implement your own Classes and it adds some methods for saving/destroying objects in your database.</p>
<p>As shown on the getting-started page of ObjectiveResource, you can simply call the method &#8220;saveRemote&#8221; to sync your data with your server. With calling the methode &#8220;findAllRemote&#8221; you&#8217;ll get all objects of the specified route.</p>
<p><a href="http://student.alfare.it/wp-content/uploads/2010/01/Screen-shot-2010-01-23-at-00.08.30.png"><img class="aligncenter size-medium wp-image-152" title="or1" src="http://student.alfare.it/wp-content/uploads/2010/01/Screen-shot-2010-01-23-at-00.08.30-300x114.png" alt="or1" width="300" height="114" /></a></p>
<p><a href="http://student.alfare.it/wp-content/uploads/2010/01/Screen-shot-2010-01-23-at-00.09.09.png"><img class="aligncenter size-medium wp-image-154" title="or2" src="http://student.alfare.it/wp-content/uploads/2010/01/Screen-shot-2010-01-23-at-00.09.09-300x204.png" alt="or2" width="300" height="204" /></a></p>
<p>The iPhone app will be available in the AppStore in February.</p>
]]></content:encoded>
			<wfw:commentRss>http://student.alfare.it/?feed=rss2&amp;p=148</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url='http://student.alfare.it/wp-content/uploads/2010/01/Screen-shot-2010-01-23-at-00.08.30-300x114.png' length ='39007'  type='image/jpg' />
		<media:thumbnail url="http://student.alfare.it/wp-content/uploads/2010/01/Screen-shot-2010-01-23-at-00.08.30-150x150.png" />
		<media:content url="http://student.alfare.it/wp-content/uploads/2010/01/Screen-shot-2010-01-23-at-00.08.30.png" medium="image">
			<media:title type="html">or1</media:title>
			<media:thumbnail url="http://student.alfare.it/wp-content/uploads/2010/01/Screen-shot-2010-01-23-at-00.08.30-150x150.png" />
		</media:content>
		<media:content url="http://student.alfare.it/wp-content/uploads/2010/01/Screen-shot-2010-01-23-at-00.09.09.png" medium="image">
			<media:title type="html">or2</media:title>
			<media:thumbnail url="http://student.alfare.it/wp-content/uploads/2010/01/Screen-shot-2010-01-23-at-00.09.09-150x150.png" />
		</media:content>
	</item>
		<item>
		<title>new books arrived</title>
		<link>http://student.alfare.it/?p=140</link>
		<comments>http://student.alfare.it/?p=140#comments</comments>
		<pubDate>Tue, 15 Dec 2009 10:01:57 +0000</pubDate>
		<dc:creator>andi</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://student.alfare.it/?p=140</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="Practices of an Agile Developer: Working in the Real World (Pragmatic Programmers)" src="http://ecx.images-amazon.com/images/I/41lyydC4MnL._SS500_.jpg" alt="" width="300" height="300" /><img style="border: 0px initial initial;" title="Programming Ruby 1.9: The Pragmatic Programmers Guide (Facets of Ruby)" src="http://ecx.images-amazon.com/images/I/41VTePQJN0L._SS500_.jpg" alt="" width="300" height="300" /><img class="alignnone" title="Agile Web Development with Rails, Third Edition" src="http://ecx.images-amazon.com/images/I/51uSFcfO6bL._SS500_.jpg" alt="" width="300" height="300" /></p>
]]></content:encoded>
			<wfw:commentRss>http://student.alfare.it/?feed=rss2&amp;p=140</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:thumbnail url="http://ecx.images-amazon.com/images/I/41lyydC4MnL._SS500_.jpg" />
		<media:content url="http://ecx.images-amazon.com/images/I/41lyydC4MnL._SS500_.jpg" medium="image">
			<media:title type="html">Practices of an Agile Developer: Working in the Real World (Pragmatic Programmers)</media:title>
		</media:content>
		<media:content url="http://ecx.images-amazon.com/images/I/41VTePQJN0L._SS500_.jpg" medium="image">
			<media:title type="html">Programming Ruby 1.9: The Pragmatic Programmers Guide (Facets of Ruby)</media:title>
		</media:content>
		<media:content url="http://ecx.images-amazon.com/images/I/51uSFcfO6bL._SS500_.jpg" medium="image">
			<media:title type="html">Agile Web Development with Rails, Third Edition</media:title>
		</media:content>
	</item>
		<item>
		<title>it&#8217;s done</title>
		<link>http://student.alfare.it/?p=110</link>
		<comments>http://student.alfare.it/?p=110#comments</comments>
		<pubDate>Tue, 09 Jun 2009 09:16:44 +0000</pubDate>
		<dc:creator>andi</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://student.alfare.it/?p=110</guid>
		<description><![CDATA[I finally presented my first version of my game iParcheesi. There are still some features missing but I&#8217;ll implement it so that I can share it on the AppStore.
Here is a link to our university portfolio (german): MediaCube Portfolio
]]></description>
			<content:encoded><![CDATA[<p>I finally presented my first version of my game iParcheesi. There are still some features missing but I&#8217;ll implement it so that I can share it on the AppStore.</p>
<p>Here is a link to our university portfolio (german): <a href="http://portfolio.mediacube.at/Werk/2009/iParcheesi">MediaCube Portfolio</a></p>

<a href='http://student.alfare.it/?attachment_id=113' title='picture-11'><img width="150" height="150" src="http://student.alfare.it/wp-content/uploads/2009/06/picture-11-150x150.png" class="attachment-thumbnail" alt="" title="picture-11" /></a>
<a href='http://student.alfare.it/?attachment_id=111' title='picture-9'><img width="150" height="150" src="http://student.alfare.it/wp-content/uploads/2009/06/picture-9-150x150.png" class="attachment-thumbnail" alt="" title="picture-9" /></a>
<a href='http://student.alfare.it/?attachment_id=112' title='picture-10'><img width="150" height="150" src="http://student.alfare.it/wp-content/uploads/2009/06/picture-10-150x150.png" class="attachment-thumbnail" alt="" title="picture-10" /></a>

]]></content:encoded>
			<wfw:commentRss>http://student.alfare.it/?feed=rss2&amp;p=110</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url='http://student.alfare.it/wp-content/uploads/2009/06/picture-9-300x161.png' length ='54628'  type='image/jpg' />
		<media:thumbnail url="http://student.alfare.it/wp-content/uploads/2009/06/picture-11-150x150.png" />
		<media:content url="http://student.alfare.it/wp-content/uploads/2009/06/picture-11.png" medium="image">
			<media:title type="html">picture-11</media:title>
			<media:thumbnail url="http://student.alfare.it/wp-content/uploads/2009/06/picture-11-150x150.png" />
		</media:content>
		<media:content url="http://student.alfare.it/wp-content/uploads/2009/06/picture-9.png" medium="image">
			<media:title type="html">picture-9</media:title>
			<media:thumbnail url="http://student.alfare.it/wp-content/uploads/2009/06/picture-9-150x150.png" />
		</media:content>
		<media:content url="http://student.alfare.it/wp-content/uploads/2009/06/picture-10.png" medium="image">
			<media:title type="html">picture-10</media:title>
			<media:thumbnail url="http://student.alfare.it/wp-content/uploads/2009/06/picture-10-150x150.png" />
		</media:content>
	</item>
	</channel>
</rss>
