<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>The World of Hjarnaa</title>
	<atom:link href="http://hjarnaa.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://hjarnaa.wordpress.com</link>
	<description>When you have done everything right, people won't know you have done anything at all...</description>
	<lastBuildDate>Sun, 17 Apr 2011 13:19:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='hjarnaa.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>The World of Hjarnaa</title>
		<link>http://hjarnaa.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://hjarnaa.wordpress.com/osd.xml" title="The World of Hjarnaa" />
	<atom:link rel='hub' href='http://hjarnaa.wordpress.com/?pushpress=hub'/>
		<item>
		<title>New Arduino project</title>
		<link>http://hjarnaa.wordpress.com/2009/06/19/new-arduino-project/</link>
		<comments>http://hjarnaa.wordpress.com/2009/06/19/new-arduino-project/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 15:51:41 +0000</pubDate>
		<dc:creator>Hjarnaa</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Automation]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[RC car]]></category>

		<guid isPermaLink="false">http://hjarnaa.wordpress.com/?p=163</guid>
		<description><![CDATA[I found myself a new Arduino project - an automated car! Well how to go about this. My best approach was to get a cheap RC toy car from the local toy store, not a real RC car from a hobby store, but one of those really cheap ones. I will probably scrap the electronics any [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hjarnaa.wordpress.com&amp;blog=453297&amp;post=163&amp;subd=hjarnaa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I found myself a new Arduino project - an automated car!</p>
<p><a href="http://hjarnaa.files.wordpress.com/2009/06/img_0544.jpg"><img class="size-thumbnail wp-image-164 alignright" title="The 4x4 wheel RC Truck" src="http://hjarnaa.files.wordpress.com/2009/06/img_0544.jpg?w=150&#038;h=112" alt="The 4x4 wheel RC Truck" width="150" height="112" /></a>Well how to go about this. My best approach was to get a cheap RC toy car from the local toy store, not a real RC car from a hobby store, but one of those really cheap ones. I will probably scrap the electronics any way. So I found my self the proud owner of 4&#215;4 wheel cool truck, with rubber wheels large enough to driver both outdoor and over my doorsteps.</p>
<p><a href="http://hjarnaa.files.wordpress.com/2009/06/img_0548.jpg"><img class="alignright size-thumbnail wp-image-166" title="The old electronics - Only H-bridge stearing - CRAP!" src="http://hjarnaa.files.wordpress.com/2009/06/img_0548.jpg?w=150&#038;h=112" alt="The old electronics - Only H-bridge stearing - CRAP!" width="150" height="112" /></a>Next was to get the Truck disassembled and find out if any of the electronics could be reused. When opened I could see from the layout of the components that it was build around an H-Bridge with four transistors for the motor control. This means that it can only control the direction of the motor (Forward / Backwards) and not the speed &#8211; not ideal.</p>
<p><a href="http://hjarnaa.files.wordpress.com/2009/06/img_0546.jpg"><img class="alignright size-thumbnail wp-image-165" title="Gearing for left/right control - CRAP!" src="http://hjarnaa.files.wordpress.com/2009/06/img_0546.jpg?w=150&#038;h=112" alt="Gearing for left/right control - CRAP!" width="150" height="112" /></a>Also the wheel turning was based on the same Principe with only all the way to the left or all the way to the right (a small motor with gearing controlled this).</p>
<p>So OUT WITH THE CRAPPY ELECTRONICS!</p>
<p>Then how to control it with the Arduino?</p>
<p><a href="http://hjarnaa.files.wordpress.com/2009/06/img_0549.jpg"><img class="alignright size-thumbnail wp-image-167" title="The old helicopter partly disasembled" src="http://hjarnaa.files.wordpress.com/2009/06/img_0549.jpg?w=150&#038;h=112" alt="The old helicopter partly disasembled" width="150" height="112" /></a>Well one way is to use servos and power controls (acts like servos) and the Servo lib.</p>
<p>And I accidentally had this lying from an old helicopter I crashed some years ago &#8211; newer throw anything away right! <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<div class="mceTemp">So this adds up the all these peaces in the below picture.</div>
<ul>
<li>
<div class="mceTemp">We have the disassembled truck with body and covers etc.</div>
</li>
<li>
<div class="mceTemp">We have a couple of mini servos from the old chopper</div>
</li>
<li>
<div class="mceTemp">And the speed regulator from the same servo</div>
</li>
<li>
<div class="mceTemp">A Charger (not shown) and a battery pack</div>
</li>
<li>
<div class="mceTemp">AND off course not to forget the Arduino Duomille board</div>
</li>
</ul>
<p class="mceTemp"><a href="http://hjarnaa.files.wordpress.com/2009/06/img_0554.jpg"><img class="aligncenter size-full wp-image-168" title="All the neat pieces layed out nicely" src="http://hjarnaa.files.wordpress.com/2009/06/img_0554.jpg?w=450&#038;h=337" alt="All the neat pieces layed out nicely" width="450" height="337" /></a></p>
<p class="mceTemp">That&#8217;s all for tonight, I will continue with the assembling this weekend if I get the time.</p>
<p class="mceTemp">AND naturally keep you posted!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hjarnaa.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hjarnaa.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hjarnaa.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hjarnaa.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hjarnaa.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hjarnaa.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hjarnaa.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hjarnaa.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hjarnaa.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hjarnaa.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hjarnaa.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hjarnaa.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hjarnaa.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hjarnaa.wordpress.com/163/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hjarnaa.wordpress.com&amp;blog=453297&amp;post=163&amp;subd=hjarnaa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hjarnaa.wordpress.com/2009/06/19/new-arduino-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e059e328b0405a2b5daedc9e8241d39f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hjarnaa</media:title>
		</media:content>

		<media:content url="http://hjarnaa.files.wordpress.com/2009/06/img_0544.jpg?w=150" medium="image">
			<media:title type="html">The 4x4 wheel RC Truck</media:title>
		</media:content>

		<media:content url="http://hjarnaa.files.wordpress.com/2009/06/img_0548.jpg?w=150" medium="image">
			<media:title type="html">The old electronics - Only H-bridge stearing - CRAP!</media:title>
		</media:content>

		<media:content url="http://hjarnaa.files.wordpress.com/2009/06/img_0546.jpg?w=150" medium="image">
			<media:title type="html">Gearing for left/right control - CRAP!</media:title>
		</media:content>

		<media:content url="http://hjarnaa.files.wordpress.com/2009/06/img_0549.jpg?w=150" medium="image">
			<media:title type="html">The old helicopter partly disasembled</media:title>
		</media:content>

		<media:content url="http://hjarnaa.files.wordpress.com/2009/06/img_0554.jpg" medium="image">
			<media:title type="html">All the neat pieces layed out nicely</media:title>
		</media:content>
	</item>
		<item>
		<title>The Challenge 2008 – Win some nice prizes</title>
		<link>http://hjarnaa.wordpress.com/2009/01/06/the-challenge-2008-%e2%80%93-win-some-nice-prizes/</link>
		<comments>http://hjarnaa.wordpress.com/2009/01/06/the-challenge-2008-%e2%80%93-win-some-nice-prizes/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 13:45:34 +0000</pubDate>
		<dc:creator>Hjarnaa</dc:creator>
				<category><![CDATA[Hello]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://hjarnaa.wordpress.com/?p=158</guid>
		<description><![CDATA[With this somewhat of an outdated title, I would like to inform all of you about the Microsoft game competition running this month. The competition utilizes the Messenger API, to write simple games to be played from within Messenger. You can write your own game in flash, Silverlight or pure html, and via JavaScript communicate [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hjarnaa.wordpress.com&amp;blog=453297&amp;post=158&amp;subd=hjarnaa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin:0;"><span style="font-size:12pt;" lang="EN-GB"><span style="font-family:Calibri;">With this somewhat of an outdated title, I would like to inform all of you about the Microsoft game competition running this month. The competition utilizes the Messenger API, to write simple games to be played from within Messenger. You can write your own game in flash, Silverlight or pure html, and via JavaScript communicate with your Messenger client to make it a multiplayer game.</span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:12pt;" lang="EN-GB"><span style="font-family:Calibri;"> </span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:12pt;" lang="EN-GB"><span style="font-family:Calibri;">I have been chosen by Microsoft to be one of the judges – bribes are not accepted – but I encourage all to participate in the game development tournament this month. </span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:12pt;" lang="EN-GB"></span><span style="font-size:12pt;" lang="EN-GB"><span style="font-family:Calibri;"> </span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:12pt;" lang="EN-GB"><span style="font-family:Calibri;">Read all about it at </span><a href="http://www.thechallenge2008.dk/"><span style="color:#800080;font-family:Calibri;">www.thechallenge2008.dk</span></a><span style="font-family:Calibri;"><span>  </span></span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:12pt;" lang="EN-GB"><span style="font-family:Calibri;"> </span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:12pt;" lang="EN-GB"><span style="font-family:Calibri;">I think I will make a little game of my own, but naturally I can not participate in the tournament. I will keep you posted about the progress.</span></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hjarnaa.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hjarnaa.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hjarnaa.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hjarnaa.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hjarnaa.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hjarnaa.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hjarnaa.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hjarnaa.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hjarnaa.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hjarnaa.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hjarnaa.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hjarnaa.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hjarnaa.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hjarnaa.wordpress.com/158/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hjarnaa.wordpress.com&amp;blog=453297&amp;post=158&amp;subd=hjarnaa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hjarnaa.wordpress.com/2009/01/06/the-challenge-2008-%e2%80%93-win-some-nice-prizes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e059e328b0405a2b5daedc9e8241d39f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hjarnaa</media:title>
		</media:content>
	</item>
		<item>
		<title>Back from Mauritius</title>
		<link>http://hjarnaa.wordpress.com/2008/11/02/back-from-mauritius/</link>
		<comments>http://hjarnaa.wordpress.com/2008/11/02/back-from-mauritius/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 18:29:04 +0000</pubDate>
		<dc:creator>Hjarnaa</dc:creator>
				<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://hjarnaa.wordpress.com/2008/11/02/back-from-mauritius/</guid>
		<description><![CDATA[So we are back from Mauritius. What a great 14 days. It was a bit hard to get on any wifi so the blog has not been updated frequently as promished but here are some pictures for you to enjoy.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hjarnaa.wordpress.com&amp;blog=453297&amp;post=157&amp;subd=hjarnaa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So we are back from Mauritius. What a great 14 days. It was a bit hard to get on any wifi so the blog has not been updated frequently as promished but here are some pictures for you to enjoy. </p>
<p><a href="http://hjarnaa.files.wordpress.com/2008/11/l-640-480-32850cfe-2232-4007-8ccd-32afa4a07883.jpeg"><img src="http://hjarnaa.files.wordpress.com/2008/11/l-640-480-32850cfe-2232-4007-8ccd-32afa4a07883.jpeg?w=300&#038;h=225" alt="" width="300" height="225" class="alignnone size-full wp-image-364" /></a></p>
<p><a href="http://hjarnaa.files.wordpress.com/2008/11/p-640-480-ad5f46f3-6d20-44ce-9446-14f11c2566b7.jpeg"><img src="http://hjarnaa.files.wordpress.com/2008/11/p-640-480-ad5f46f3-6d20-44ce-9446-14f11c2566b7.jpeg?w=225&#038;h=300" alt="" width="225" height="300" class="alignnone size-full wp-image-364" /></a></p>
<p><a href="http://hjarnaa.files.wordpress.com/2008/11/l-640-480-92dccb45-b76b-4799-8ffd-a525769b69d0.jpeg"><img src="http://hjarnaa.files.wordpress.com/2008/11/l-640-480-92dccb45-b76b-4799-8ffd-a525769b69d0.jpeg?w=300&#038;h=225" alt="" width="300" height="225" class="alignnone size-full wp-image-364" /></a></p>
<p><a href="http://hjarnaa.files.wordpress.com/2008/11/p-640-480-cc6c5a78-a813-4da7-b615-4505f75f5a25.jpeg"><img src="http://hjarnaa.files.wordpress.com/2008/11/p-640-480-cc6c5a78-a813-4da7-b615-4505f75f5a25.jpeg?w=225&#038;h=300" alt="" width="225" height="300" class="alignnone size-full wp-image-364" /></a></p>
<p><a href="http://hjarnaa.files.wordpress.com/2008/11/p-640-480-ec91862e-6d8a-47de-880c-365c7fb9a31e.jpeg"><img src="http://hjarnaa.files.wordpress.com/2008/11/p-640-480-ec91862e-6d8a-47de-880c-365c7fb9a31e.jpeg?w=225&#038;h=300" alt="" width="225" height="300" class="alignnone size-full wp-image-364" /></a></p>
<p><a href="http://hjarnaa.files.wordpress.com/2008/11/l-640-480-189ed2bc-1b29-46ff-b3c9-180d50fa1023.jpeg"><img src="http://hjarnaa.files.wordpress.com/2008/11/l-640-480-189ed2bc-1b29-46ff-b3c9-180d50fa1023.jpeg?w=300&#038;h=225" alt="" width="300" height="225" class="alignnone size-full wp-image-364" /></a></p>
<p><a href="http://hjarnaa.files.wordpress.com/2008/11/p-640-480-e1752749-f7c1-4aac-aab8-dd23a0eaa1fa.jpeg"><img src="http://hjarnaa.files.wordpress.com/2008/11/p-640-480-e1752749-f7c1-4aac-aab8-dd23a0eaa1fa.jpeg?w=225&#038;h=300" alt="" width="225" height="300" class="alignnone size-full wp-image-364" /></a></p>
<p><a href="http://hjarnaa.files.wordpress.com/2008/11/p-640-480-4122dfe3-9fee-4b33-b986-cdc729e12ad8.jpeg"><img src="http://hjarnaa.files.wordpress.com/2008/11/p-640-480-4122dfe3-9fee-4b33-b986-cdc729e12ad8.jpeg?w=225&#038;h=300" alt="" width="225" height="300" class="alignnone size-full wp-image-364" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hjarnaa.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hjarnaa.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hjarnaa.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hjarnaa.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hjarnaa.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hjarnaa.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hjarnaa.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hjarnaa.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hjarnaa.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hjarnaa.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hjarnaa.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hjarnaa.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hjarnaa.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hjarnaa.wordpress.com/157/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hjarnaa.wordpress.com&amp;blog=453297&amp;post=157&amp;subd=hjarnaa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hjarnaa.wordpress.com/2008/11/02/back-from-mauritius/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e059e328b0405a2b5daedc9e8241d39f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hjarnaa</media:title>
		</media:content>

		<media:content url="http://hjarnaa.files.wordpress.com/2008/11/l-640-480-32850cfe-2232-4007-8ccd-32afa4a07883.jpeg" medium="image" />

		<media:content url="http://hjarnaa.files.wordpress.com/2008/11/p-640-480-ad5f46f3-6d20-44ce-9446-14f11c2566b7.jpeg" medium="image" />

		<media:content url="http://hjarnaa.files.wordpress.com/2008/11/l-640-480-92dccb45-b76b-4799-8ffd-a525769b69d0.jpeg" medium="image" />

		<media:content url="http://hjarnaa.files.wordpress.com/2008/11/p-640-480-cc6c5a78-a813-4da7-b615-4505f75f5a25.jpeg" medium="image" />

		<media:content url="http://hjarnaa.files.wordpress.com/2008/11/p-640-480-ec91862e-6d8a-47de-880c-365c7fb9a31e.jpeg" medium="image" />

		<media:content url="http://hjarnaa.files.wordpress.com/2008/11/l-640-480-189ed2bc-1b29-46ff-b3c9-180d50fa1023.jpeg" medium="image" />

		<media:content url="http://hjarnaa.files.wordpress.com/2008/11/p-640-480-e1752749-f7c1-4aac-aab8-dd23a0eaa1fa.jpeg" medium="image" />

		<media:content url="http://hjarnaa.files.wordpress.com/2008/11/p-640-480-4122dfe3-9fee-4b33-b986-cdc729e12ad8.jpeg" medium="image" />
	</item>
		<item>
		<title>Breakfaste at the Blacksteer</title>
		<link>http://hjarnaa.wordpress.com/2008/10/23/breakfaste-at-the-blacksteer/</link>
		<comments>http://hjarnaa.wordpress.com/2008/10/23/breakfaste-at-the-blacksteer/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 05:12:18 +0000</pubDate>
		<dc:creator>Hjarnaa</dc:creator>
				<category><![CDATA[Travel]]></category>
		<category><![CDATA[diving]]></category>
		<category><![CDATA[kite]]></category>
		<category><![CDATA[mauritius]]></category>

		<guid isPermaLink="false">http://hjarnaa.wordpress.com/2008/10/23/breakfaste-at-the-blacksteer/</guid>
		<description><![CDATA[Third day at Mauritius. We have been keit surfing the last two days but today there is zero wind, so we are going to explorer the island a bit. Mauritius is wonderfull, a very warm mix of indian and african people, beautifull nature and nice beaches with white sand, coralriefs and crowdes of little fish [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hjarnaa.wordpress.com&amp;blog=453297&amp;post=148&amp;subd=hjarnaa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Third day at Mauritius. We have been keit surfing the last two days but today there is zero wind, so we are going to explorer the island a bit.<br />
Mauritius is wonderfull, a very warm mix of indian and african people, beautifull nature and nice beaches with white sand, coralriefs and crowdes of little fish at the rief. The local bier is the phoenix and its not too bad either.<br />
Monday we are going on a shark dive with Ruvan and a dive instructor &#8211; exiting.<br />
Tonight we have a bbq planed at the kite place together our german instructor Ninja. Strange name for a girl, but hey my name means different in german so&#8230;  </p>
<p><a href="http://hjarnaa.files.wordpress.com/2008/10/l-640-480-d2ab78d6-9fd2-43f4-b7b6-0bd833aa14a6.jpeg"><img src="http://hjarnaa.files.wordpress.com/2008/10/l-640-480-d2ab78d6-9fd2-43f4-b7b6-0bd833aa14a6.jpeg?w=300&#038;h=225" alt="" width="300" height="225" class="alignnone size-full wp-image-364" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hjarnaa.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hjarnaa.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hjarnaa.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hjarnaa.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hjarnaa.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hjarnaa.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hjarnaa.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hjarnaa.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hjarnaa.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hjarnaa.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hjarnaa.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hjarnaa.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hjarnaa.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hjarnaa.wordpress.com/148/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hjarnaa.wordpress.com&amp;blog=453297&amp;post=148&amp;subd=hjarnaa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hjarnaa.wordpress.com/2008/10/23/breakfaste-at-the-blacksteer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e059e328b0405a2b5daedc9e8241d39f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hjarnaa</media:title>
		</media:content>

		<media:content url="http://hjarnaa.files.wordpress.com/2008/10/l-640-480-d2ab78d6-9fd2-43f4-b7b6-0bd833aa14a6.jpeg" medium="image" />
	</item>
		<item>
		<title>Now at Mauritius</title>
		<link>http://hjarnaa.wordpress.com/2008/10/20/now-at-mauritius/</link>
		<comments>http://hjarnaa.wordpress.com/2008/10/20/now-at-mauritius/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 05:37:22 +0000</pubDate>
		<dc:creator>Hjarnaa</dc:creator>
				<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://hjarnaa.wordpress.com/2008/10/20/now-at-mauritius/</guid>
		<description><![CDATA[Now at Mauritius.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hjarnaa.wordpress.com&amp;blog=453297&amp;post=146&amp;subd=hjarnaa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Now at Mauritius. </p>
<p><a href="http://hjarnaa.files.wordpress.com/2008/10/l-640-480-77149597-5280-47cf-bfa1-c2b4e13b2428.jpeg"><img src="http://hjarnaa.files.wordpress.com/2008/10/l-640-480-77149597-5280-47cf-bfa1-c2b4e13b2428.jpeg?w=300&#038;h=225" alt="" width="300" height="225" class="alignnone size-full wp-image-364" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hjarnaa.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hjarnaa.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hjarnaa.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hjarnaa.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hjarnaa.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hjarnaa.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hjarnaa.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hjarnaa.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hjarnaa.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hjarnaa.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hjarnaa.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hjarnaa.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hjarnaa.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hjarnaa.wordpress.com/146/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hjarnaa.wordpress.com&amp;blog=453297&amp;post=146&amp;subd=hjarnaa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hjarnaa.wordpress.com/2008/10/20/now-at-mauritius/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e059e328b0405a2b5daedc9e8241d39f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hjarnaa</media:title>
		</media:content>

		<media:content url="http://hjarnaa.files.wordpress.com/2008/10/l-640-480-77149597-5280-47cf-bfa1-c2b4e13b2428.jpeg" medium="image" />
	</item>
		<item>
		<title>Microsoft pushes for Silverlight on G1 and iPhone</title>
		<link>http://hjarnaa.wordpress.com/2008/10/18/microsoft-pushes-for-silverlight-on-g1-and-iphone/</link>
		<comments>http://hjarnaa.wordpress.com/2008/10/18/microsoft-pushes-for-silverlight-on-g1-and-iphone/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 19:58:23 +0000</pubDate>
		<dc:creator>Hjarnaa</dc:creator>
				<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://hjarnaa.wordpress.com/?p=136</guid>
		<description><![CDATA[Microsoft pushes for Silverlight on G1 and iPhone: “Microsoft reportedly wants to push Silverlight onto the iPhone, PC World reports. (Via Macworld.)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hjarnaa.wordpress.com&amp;blog=453297&amp;post=136&amp;subd=hjarnaa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://rss.macworld.com/click.phdo?i=f43779f77181de52c99ac0508dbde460">Microsoft pushes for Silverlight on G1 and iPhone</a>: “Microsoft reportedly wants to push Silverlight onto the iPhone, PC World reports.</p>
<p>(Via <a href="http://www.macworld.com/">Macworld</a>.)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hjarnaa.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hjarnaa.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hjarnaa.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hjarnaa.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hjarnaa.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hjarnaa.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hjarnaa.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hjarnaa.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hjarnaa.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hjarnaa.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hjarnaa.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hjarnaa.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hjarnaa.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hjarnaa.wordpress.com/136/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hjarnaa.wordpress.com&amp;blog=453297&amp;post=136&amp;subd=hjarnaa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hjarnaa.wordpress.com/2008/10/18/microsoft-pushes-for-silverlight-on-g1-and-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e059e328b0405a2b5daedc9e8241d39f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hjarnaa</media:title>
		</media:content>
	</item>
		<item>
		<title>Turn off your phone</title>
		<link>http://hjarnaa.wordpress.com/2008/10/16/turn-off-your-phone/</link>
		<comments>http://hjarnaa.wordpress.com/2008/10/16/turn-off-your-phone/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 15:16:39 +0000</pubDate>
		<dc:creator>Hjarnaa</dc:creator>
				<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://hjarnaa.wordpress.com/2008/10/16/turn-off-your-phone/</guid>
		<description><![CDATA[&#8230;and they did. Or anyway they turned it on silent mode. But now I constantly get buged with the sweet humm of the iPhones buzzing on the table in the conference room. Today I spent all day at a management seminar, and had the pleasure of siting next to Soren Kenner, if you dont know [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hjarnaa.wordpress.com&amp;blog=453297&amp;post=135&amp;subd=hjarnaa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#8230;and they did. Or anyway they turned it on silent mode. But now I constantly get buged with the sweet humm of the iPhones buzzing on the table in the conference room. Today I spent all day at a management seminar, and had the pleasure of siting next to Soren Kenner, if you dont know him picture a really buzy guy, with the natural consequence of a red hot glowing phone.<br />
Anyhow today was no different, his and other phones constantly buzzed on the table. Thats ok but why the hell dont they do anything about it? I know! You dont want the other guy to know you dont want to speak with him right now, so it will be better to leave him in tbe beleive that you did not hear the phone. </p>
<p>So here it is&#8230; Normal phones will terminate the call if you hit the hang-up button or the power off button. But not the iPhone! It will just turn off the vibration but let the call continue untill it rings out. Thats smart thinking by Apple! You did react on the call but you made it clear that you for some reason cant answer right now. You can continue your work, the people arround you wont get bothered, and the guy in the other end wont know you didnt want to talk to him.<br />
I love my iPhone!</p>
<p>So in the future please use this nice small feature.  </p>
<p>- sent from some bar through my iPhone</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hjarnaa.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hjarnaa.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hjarnaa.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hjarnaa.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hjarnaa.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hjarnaa.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hjarnaa.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hjarnaa.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hjarnaa.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hjarnaa.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hjarnaa.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hjarnaa.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hjarnaa.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hjarnaa.wordpress.com/135/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hjarnaa.wordpress.com&amp;blog=453297&amp;post=135&amp;subd=hjarnaa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hjarnaa.wordpress.com/2008/10/16/turn-off-your-phone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e059e328b0405a2b5daedc9e8241d39f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hjarnaa</media:title>
		</media:content>
	</item>
		<item>
		<title>Google Street view is coming to your iPhone</title>
		<link>http://hjarnaa.wordpress.com/2008/10/07/google-street-view-is-coming-to-your-iphone/</link>
		<comments>http://hjarnaa.wordpress.com/2008/10/07/google-street-view-is-coming-to-your-iphone/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 13:33:38 +0000</pubDate>
		<dc:creator>Hjarnaa</dc:creator>
				<category><![CDATA[iphone]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://hjarnaa.wordpress.com/?p=128</guid>
		<description><![CDATA[Macrumors has looked at the upcoming iPhone Software 2.2., and according to them the controversial Google service Google Street View is on its way to the iPhone. In addition to the Google Street View the new software update is expected to have support for &#8220;background push”, as an alternative to background processes. Also it is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hjarnaa.wordpress.com&amp;blog=453297&amp;post=128&amp;subd=hjarnaa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Macrumors has looked at the upcoming iPhone Software 2.2., and according to them the controversial Google service Google Street View is on its way to the iPhone.</p>
<p>In addition to the Google Street View the new software update is expected to have support for &#8220;background push”, as an alternative to background processes. Also it is expected to have a feature where the user can turn off the built-automatic spell checker, a feature more than 20,000 irritated users has requested.</p>
<p>Look out for the 2.2 firmware in iTunes soon.</p>
<p><a href="http://hjarnaa.files.wordpress.com/2008/10/10-15-07-iphone1.jpg"><img class="alignnone size-full wp-image-129" title="iPhone" src="http://hjarnaa.files.wordpress.com/2008/10/10-15-07-iphone1.jpg?w=440&#038;h=305" alt="" width="440" height="305" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hjarnaa.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hjarnaa.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hjarnaa.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hjarnaa.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hjarnaa.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hjarnaa.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hjarnaa.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hjarnaa.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hjarnaa.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hjarnaa.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hjarnaa.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hjarnaa.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hjarnaa.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hjarnaa.wordpress.com/128/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hjarnaa.wordpress.com&amp;blog=453297&amp;post=128&amp;subd=hjarnaa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hjarnaa.wordpress.com/2008/10/07/google-street-view-is-coming-to-your-iphone/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e059e328b0405a2b5daedc9e8241d39f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hjarnaa</media:title>
		</media:content>

		<media:content url="http://hjarnaa.files.wordpress.com/2008/10/10-15-07-iphone1.jpg" medium="image">
			<media:title type="html">iPhone</media:title>
		</media:content>
	</item>
		<item>
		<title>Spore</title>
		<link>http://hjarnaa.wordpress.com/2008/10/05/spore/</link>
		<comments>http://hjarnaa.wordpress.com/2008/10/05/spore/#comments</comments>
		<pubDate>Sun, 05 Oct 2008 11:56:51 +0000</pubDate>
		<dc:creator>Hjarnaa</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://hjarnaa.wordpress.com/2008/10/05/spore/</guid>
		<description><![CDATA[Try out the new iPhone Spore game from EA games. Its really a time ribber, I&#8217;m at level 19 now. So when its raining in Copenhagen you can always play Spore from the couch.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hjarnaa.wordpress.com&amp;blog=453297&amp;post=127&amp;subd=hjarnaa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Try out the new iPhone Spore game from EA games. Its really a time ribber, I&#8217;m at level 19 now. So when its raining in Copenhagen you can always play Spore from the couch.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hjarnaa.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hjarnaa.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hjarnaa.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hjarnaa.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hjarnaa.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hjarnaa.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hjarnaa.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hjarnaa.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hjarnaa.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hjarnaa.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hjarnaa.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hjarnaa.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hjarnaa.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hjarnaa.wordpress.com/127/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hjarnaa.wordpress.com&amp;blog=453297&amp;post=127&amp;subd=hjarnaa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hjarnaa.wordpress.com/2008/10/05/spore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e059e328b0405a2b5daedc9e8241d39f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hjarnaa</media:title>
		</media:content>
	</item>
		<item>
		<title>Pocket projector &#8211; I want one</title>
		<link>http://hjarnaa.wordpress.com/2008/10/02/pocket-projector-i-want-one/</link>
		<comments>http://hjarnaa.wordpress.com/2008/10/02/pocket-projector-i-want-one/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 16:02:08 +0000</pubDate>
		<dc:creator>Hjarnaa</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://hjarnaa.wordpress.com/?p=123</guid>
		<description><![CDATA[The American company 3M has made a mini-projector that can blast a picture at 50” 4:3 format picture. The size is very pocket compatible, only 11 x 5 x 2 centimetre, and 152 grams. At a price of only 2800 DKK, I want one! – Don’t know for what thou! Read about it (in danish)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hjarnaa.wordpress.com&amp;blog=453297&amp;post=123&amp;subd=hjarnaa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The American company 3M has made a mini-projector that can blast a picture at 50” 4:3 format picture.<br />
The size is very pocket compatible, only 11 x 5 x 2 centimetre, and 152 grams. At a price of only 2800 DKK, I want one! – Don’t know for what thou!</p>
<p><a href="http://gear.comon.dk/news/kob.en.lommeprojektor.i.dag_16329.html" target="_blank">Read about it (in danish)</a></p>
<div class="wp-caption aligncenter" style="width: 186px"><img src="http://gear.comon.dk/gfx/news/inline//mpro110.jpg" alt="MPro110" width="176" height="176" /><p class="wp-caption-text">MPro110</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hjarnaa.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hjarnaa.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hjarnaa.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hjarnaa.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hjarnaa.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hjarnaa.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hjarnaa.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hjarnaa.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hjarnaa.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hjarnaa.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hjarnaa.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hjarnaa.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hjarnaa.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hjarnaa.wordpress.com/123/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hjarnaa.wordpress.com&amp;blog=453297&amp;post=123&amp;subd=hjarnaa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hjarnaa.wordpress.com/2008/10/02/pocket-projector-i-want-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e059e328b0405a2b5daedc9e8241d39f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hjarnaa</media:title>
		</media:content>

		<media:content url="http://gear.comon.dk/gfx/news/inline//mpro110.jpg" medium="image">
			<media:title type="html">MPro110</media:title>
		</media:content>
	</item>
	</channel>
</rss>
