<?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>/dev/null</title>
	<atom:link href="http://www.nulldevice.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nulldevice.de</link>
	<description>Elite is stupid. Back to the roots.</description>
	<lastBuildDate>Thu, 11 Mar 2010 08:04:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Reunion Sucrerie 1920&#215;1080</title>
		<link>http://www.nulldevice.de/2010/03/reunion-sucrerie-1920x1080/</link>
		<comments>http://www.nulldevice.de/2010/03/reunion-sucrerie-1920x1080/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 08:04:27 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.nulldevice.de/2010/03/reunion-sucrerie-1920x1080/</guid>
		<description><![CDATA[
.flickr-photo { border: solid 2px #000000; }
.flickr-yourcomment { }
.flickr-frame { text-align: left; padding: 3px; }
.flickr-caption { font-size: 0.8em; margin-top: 0px; }


	

	Reunion Sucrerie 1920&#215;1080, originally uploaded by Michael Zero Mayer.


	Just uploaded a new wallpaper from Reunion Island 
]]></description>
		<wfw:commentRss>http://www.nulldevice.de/2010/03/reunion-sucrerie-1920x1080/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The new Apple iPad</title>
		<link>http://www.nulldevice.de/2010/01/the-new-apple-ipad/</link>
		<comments>http://www.nulldevice.de/2010/01/the-new-apple-ipad/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 11:08:52 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://www.nulldevice.de/?p=1079</guid>
		<description><![CDATA[
]]></description>
		<wfw:commentRss>http://www.nulldevice.de/2010/01/the-new-apple-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Does the status of a developer matter to you?</title>
		<link>http://www.nulldevice.de/2009/09/does-the-status-of-a-developer-matter-to-you/</link>
		<comments>http://www.nulldevice.de/2009/09/does-the-status-of-a-developer-matter-to-you/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 09:41:25 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.nulldevice.de/?p=1051</guid>
		<description><![CDATA[Good morning^^
I feel &#8220;angry&#8221; about the IT community drifting away from each other. There are the hard-core professionals working on enterprise-scale projects, then there are the employed software engineers working at companies like Google or IBM, and last but not least there is an in-homogenous group consisting of Open Source developers, book authors, bloggers, and [...]]]></description>
		<wfw:commentRss>http://www.nulldevice.de/2009/09/does-the-status-of-a-developer-matter-to-you/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Chrome Bug Tester</title>
		<link>http://www.nulldevice.de/2009/09/chrome-bug-tester/</link>
		<comments>http://www.nulldevice.de/2009/09/chrome-bug-tester/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 16:06:50 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.nulldevice.de/?p=1027</guid>
		<description><![CDATA[What these tests do, is basically constructing Arrays and one Object (in the last test), and then output the data using a &#8220;for(var i in array)&#8221; loop. All browsers do handle objects and arrays as expected and return the data in the original order, just Google Chrome fails. That means there is no way to [...]]]></description>
		<wfw:commentRss>http://www.nulldevice.de/2009/09/chrome-bug-tester/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Object property ordering in Google Chrome</title>
		<link>http://www.nulldevice.de/2009/09/object-property-ordering-in-google-chrome/</link>
		<comments>http://www.nulldevice.de/2009/09/object-property-ordering-in-google-chrome/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 22:26:37 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Safari]]></category>

		<guid isPermaLink="false">http://www.nulldevice.de/?p=1021</guid>
		<description><![CDATA[Today, I prepared for the upcoming PHP/JS conferences and had a look at the mysterious bug #883 of Google Chrome and those related to it. Also I read though SquirrelFish source, which is used by Safari 4.
The reason for the odd behavior of Chrome seems to be a if/else construct that is repeated throughout the [...]]]></description>
		<wfw:commentRss>http://www.nulldevice.de/2009/09/object-property-ordering-in-google-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter: @lastzero</title>
		<link>http://www.nulldevice.de/2009/09/twitter-lastzero/</link>
		<comments>http://www.nulldevice.de/2009/09/twitter-lastzero/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 09:16:44 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.nulldevice.de/?p=1019</guid>
		<description><![CDATA[Wow, after years, I managed to create a twitter account this week. @williamluciw invited me. It&#8217;s much easier to write short tweets from time to time, than updating a blog with interesting content. On the other hand, it&#8217;s a waste of time.
The best use case I found so far, is to tell the world about [...]]]></description>
		<wfw:commentRss>http://www.nulldevice.de/2009/09/twitter-lastzero/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>c&#8217;t magazine: WebZwoNullTurbo, how to optimize JavaScript</title>
		<link>http://www.nulldevice.de/2009/08/ct-magazine-webzwonullturbo-how-to-optimize-javascript/</link>
		<comments>http://www.nulldevice.de/2009/08/ct-magazine-webzwonullturbo-how-to-optimize-javascript/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 11:36:17 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.nulldevice.de/?p=1010</guid>
		<description><![CDATA[There is an article about JavaScript optimization in the current issue of the German c&#8217;t magazine. I read it with great interest and there are some tips that need to be commented:
1) Declare local variables with the keyword var, to save time for searching it in the global namespace:
function foo () {
var bar = 'abc';
return [...]]]></description>
		<wfw:commentRss>http://www.nulldevice.de/2009/08/ct-magazine-webzwonullturbo-how-to-optimize-javascript/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Starbucks</title>
		<link>http://www.nulldevice.de/2009/07/starbucks/</link>
		<comments>http://www.nulldevice.de/2009/07/starbucks/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 11:21:21 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.nulldevice.de/?p=1003</guid>
		<description><![CDATA[This is how much money I spent each month for Starbucks coffee&#8230; other than expected, it&#8217;s more in summer and less in winter:

]]></description>
		<wfw:commentRss>http://www.nulldevice.de/2009/07/starbucks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Putpat rocks!</title>
		<link>http://www.nulldevice.de/2009/05/putpat-rocks/</link>
		<comments>http://www.nulldevice.de/2009/05/putpat-rocks/#comments</comments>
		<pubDate>Thu, 28 May 2009 22:23:51 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.nulldevice.de/?p=999</guid>
		<description><![CDATA[Just got my beta account for putpat.tv approved after just 52 minutes. Yes, this site is cool. It plays all your favourite music videos, just like M-TV or Viva did a couple of years ago, but based on what YOU like (last.fm integration *yeah*) and without ads for mobile phone ring tones. The only bug [...]]]></description>
		<wfw:commentRss>http://www.nulldevice.de/2009/05/putpat-rocks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScriptMVC 1.5 released</title>
		<link>http://www.nulldevice.de/2009/02/javascriptmvc-15-released/</link>
		<comments>http://www.nulldevice.de/2009/02/javascriptmvc-15-released/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 10:34:23 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JavaScriptMVC]]></category>

		<guid isPermaLink="false">http://www.nulldevice.de/?p=989</guid>
		<description><![CDATA[A new stable release of the JavaScriptMVC framework was released yesterday   Justin Meyer developed it, while working with us on a new Web application. Some features like the new custom events are direct results of this project. He did an excellent job!
New features include:

Env.js/Shrinksafe based compression: A custom env to simulate the browser. [...]]]></description>
		<wfw:commentRss>http://www.nulldevice.de/2009/02/javascriptmvc-15-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
