<?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/"
	>

<channel>
	<title>b-log - betriebsraum weblog</title>
	<atom:link href="http://www.betriebsraum.de/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.betriebsraum.de/blog</link>
	<description>Rich Internet Applications, Software Development, Human-Computer Interaction</description>
	<lastBuildDate>Fri, 30 Nov 2012 12:21:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Advanced Gesture Recognition in iOS</title>
		<link>http://www.betriebsraum.de/blog/2012/11/30/advanced-gesture-recognition-in-ios/</link>
		<comments>http://www.betriebsraum.de/blog/2012/11/30/advanced-gesture-recognition-in-ios/#comments</comments>
		<pubDate>Fri, 30 Nov 2012 12:21:25 +0000</pubDate>
		<dc:creator>felix</dc:creator>
				<category><![CDATA[iOS / Objective-C]]></category>

		<guid isPermaLink="false">http://www.betriebsraum.de/blog/?p=1506</guid>
		<description><![CDATA[DollarP-ObjC is an Objective-C port of the $P gesture recognizer to be used in iOS applications. What is $P? From the $P website: The $P Point-Cloud Recognizer is a 2-D gesture recognizer designed for rapid prototyping of gesture-based user interfaces. In machine learning terms, $P is an instance-based nearest-neighbor classifier with a Euclidean scoring function, [...]]]></description>
		<wfw:commentRss>http://www.betriebsraum.de/blog/2012/11/30/advanced-gesture-recognition-in-ios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tuio.js: Multitouch and tangible interaction in the web browser</title>
		<link>http://www.betriebsraum.de/blog/2012/05/24/tuio-js-multitouch-and-tangible-interaction-in-the-web-browser/</link>
		<comments>http://www.betriebsraum.de/blog/2012/05/24/tuio-js-multitouch-and-tangible-interaction-in-the-web-browser/#comments</comments>
		<pubDate>Thu, 24 May 2012 09:59:29 +0000</pubDate>
		<dc:creator>felix</dc:creator>
				<category><![CDATA[HCI]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://www.betriebsraum.de/blog/?p=1497</guid>
		<description><![CDATA[Tuio.js is a JavaScript implementation of the TUIO library for multitouch and tangible interaction in the web browser. It brings a 1:1 port of the original TUIO Java library. How it works TUIO is based on the OSC protocol and usually transferred via UDP. Tuio.js uses node.js and Websockets (Socket.IO) to push OSC/TUIO messages to [...]]]></description>
		<wfw:commentRss>http://www.betriebsraum.de/blog/2012/05/24/tuio-js-multitouch-and-tangible-interaction-in-the-web-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Facebook App Development is Seriously Flawed</title>
		<link>http://www.betriebsraum.de/blog/2011/08/24/why-facebook-app-development-is-seriously-flawed/</link>
		<comments>http://www.betriebsraum.de/blog/2011/08/24/why-facebook-app-development-is-seriously-flawed/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 21:55:52 +0000</pubDate>
		<dc:creator>felix</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Ruby / Rails]]></category>
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://www.betriebsraum.de/blog/?p=1485</guid>
		<description><![CDATA[Recently, the facebook API has been voted »Worst API« in a developer survey. Bad news first: It really is the worst API (or at least the worst API that we have worked with). Good news: It would be quite straightforward for facebook to drastically improve the overall app development experience by working on at least [...]]]></description>
		<wfw:commentRss>http://www.betriebsraum.de/blog/2011/08/24/why-facebook-app-development-is-seriously-flawed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Code Like You Mean It</title>
		<link>http://www.betriebsraum.de/blog/2011/03/09/code-like-you-mean-it/</link>
		<comments>http://www.betriebsraum.de/blog/2011/03/09/code-like-you-mean-it/#comments</comments>
		<pubDate>Wed, 09 Mar 2011 11:59:55 +0000</pubDate>
		<dc:creator>felix</dc:creator>
				<category><![CDATA[Reading]]></category>
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://www.betriebsraum.de/blog/?p=1466</guid>
		<description><![CDATA[Very good presentation by Dan North about »Deliberate Discovery: Code Like You Mean It«. »Ignorance is multivariate« and »We&#8217;re ignorant about our ignorance« &#8211; yes, based on past project experience, I guess I can confirm that! ;) He also mentions an interesting book called »A mind of its own: How Your Brain Distorts and Deceives«&#8230;]]></description>
		<wfw:commentRss>http://www.betriebsraum.de/blog/2011/03/09/code-like-you-mean-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript Development vs. Flex Development (and why today, web development sucks&#8230;)</title>
		<link>http://www.betriebsraum.de/blog/2011/02/08/javascript-development-vs-flex-development-and-why-today-web-development-sucks/</link>
		<comments>http://www.betriebsraum.de/blog/2011/02/08/javascript-development-vs-flex-development-and-why-today-web-development-sucks/#comments</comments>
		<pubDate>Tue, 08 Feb 2011 14:28:50 +0000</pubDate>
		<dc:creator>felix</dc:creator>
				<category><![CDATA[Flex/AS3]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[Ruby / Rails]]></category>
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://www.betriebsraum.de/blog/?p=1405</guid>
		<description><![CDATA[Blog post titles with »vs« in it are often quite controversial. Most of the time, eliminating bias in those posts is neither desired nor possible anyway. Same here. However, having worked on real-world projects both using Ruby on Rails/HTML/JavaScript and Flex/AS3, I think that I&#8217;m able to kind of compare these different ways of developing [...]]]></description>
		<wfw:commentRss>http://www.betriebsraum.de/blog/2011/02/08/javascript-development-vs-flex-development-and-why-today-web-development-sucks/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Outstanding Book on Software Development</title>
		<link>http://www.betriebsraum.de/blog/2011/01/03/outstanding-book-on-software-development/</link>
		<comments>http://www.betriebsraum.de/blog/2011/01/03/outstanding-book-on-software-development/#comments</comments>
		<pubDate>Mon, 03 Jan 2011 13:44:12 +0000</pubDate>
		<dc:creator>felix</dc:creator>
				<category><![CDATA[Reading]]></category>
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://www.betriebsraum.de/blog/?p=1365</guid>
		<description><![CDATA[The average software developer reads less than one job-related book per year. This may be true or may not be true. I have no proof for this claim, I just heard or read it »somewhere«. Making Software: What Really Works, and Why We Believe It does not have an answer either but sheds lights on [...]]]></description>
		<wfw:commentRss>http://www.betriebsraum.de/blog/2011/01/03/outstanding-book-on-software-development/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ruby Development on Windows</title>
		<link>http://www.betriebsraum.de/blog/2010/11/24/ruby-development-on-windows/</link>
		<comments>http://www.betriebsraum.de/blog/2010/11/24/ruby-development-on-windows/#comments</comments>
		<pubDate>Wed, 24 Nov 2010 17:42:56 +0000</pubDate>
		<dc:creator>felix</dc:creator>
				<category><![CDATA[Ruby / Rails]]></category>
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://www.betriebsraum.de/blog/?p=1299</guid>
		<description><![CDATA[Several months ago, I set a Ruby development environment up on Windows but quickly realised that people were right saying that it doesn&#8217;t work well: I had lots of crashes, installation of some gems was tricky, and the Ruby version didn&#8217;t play well with the Rails version at that time. So I installed VirtualBox and [...]]]></description>
		<wfw:commentRss>http://www.betriebsraum.de/blog/2010/11/24/ruby-development-on-windows/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How to be a Programmer</title>
		<link>http://www.betriebsraum.de/blog/2010/11/10/how-to-be-a-programmer/</link>
		<comments>http://www.betriebsraum.de/blog/2010/11/10/how-to-be-a-programmer/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 13:54:00 +0000</pubDate>
		<dc:creator>felix</dc:creator>
				<category><![CDATA[Reading]]></category>
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://www.betriebsraum.de/blog/?p=1284</guid>
		<description><![CDATA[»To be a good programmer is difficult and noble. The hardest part of making real a collective vision of a software project is dealing with one&#8217;s coworkers and customers.« When a book about programming starts with this software development truth, it&#8217;s a good sign that it is worth reading. Robert L Read&#8217;s short book »How [...]]]></description>
		<wfw:commentRss>http://www.betriebsraum.de/blog/2010/11/10/how-to-be-a-programmer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Asynchronous Callback Functions in FlexUnit</title>
		<link>http://www.betriebsraum.de/blog/2010/07/20/asynchronous-callback-functions-in-flexunit/</link>
		<comments>http://www.betriebsraum.de/blog/2010/07/20/asynchronous-callback-functions-in-flexunit/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 22:19:04 +0000</pubDate>
		<dc:creator>felix</dc:creator>
				<category><![CDATA[Flex/AS3]]></category>
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://www.betriebsraum.de/blog/?p=1239</guid>
		<description><![CDATA[FlexUnit provides support for asynchronous testing with the Async class. While this class works well for event driven tests, it doesn&#8217;t support callback functions like you might want it to. A typical event driven asynchronous test looks like this: &#91;Test&#40;async, description=&#34;Async Example&#34;&#41;&#93; public function testFancyInstanceFiresComplete&#40;&#41;:void &#123; var asyncHandler:Function = Async.asyncHandler&#40;this, doStuffComplete, 500&#41;; fancyInstance.addEventListener&#40;FancyEvent.COMPLETE, asyncHandler, false, [...]]]></description>
		<wfw:commentRss>http://www.betriebsraum.de/blog/2010/07/20/asynchronous-callback-functions-in-flexunit/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Excellent Book on Software Development</title>
		<link>http://www.betriebsraum.de/blog/2010/02/18/excellent-book-on-software-development/</link>
		<comments>http://www.betriebsraum.de/blog/2010/02/18/excellent-book-on-software-development/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 22:03:51 +0000</pubDate>
		<dc:creator>felix</dc:creator>
				<category><![CDATA[Reading]]></category>
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://www.betriebsraum.de/blog/?p=1209</guid>
		<description><![CDATA[Just want to quickly point out an excellent reading for all software developers, architects, team leads or project managers: »Leading Lean Software Development: Results Are not the Point« by Mary and Tom Poppendieck. Although there is a chapter about technical excellence that covers architecture, TDD, evolutionary development etc., you won&#8217;t any code in it (a [...]]]></description>
		<wfw:commentRss>http://www.betriebsraum.de/blog/2010/02/18/excellent-book-on-software-development/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
