<?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>Narnio</title>
	<atom:link href="http://www.narnio.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.narnio.com</link>
	<description>A day in the life of a software engineer</description>
	<lastBuildDate>Sat, 07 Apr 2012 19:18:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Microsoft Touch Mouse</title>
		<link>http://www.narnio.com/2012/03/13/microsoft-touch-mouse/</link>
		<comments>http://www.narnio.com/2012/03/13/microsoft-touch-mouse/#comments</comments>
		<pubDate>Tue, 13 Mar 2012 18:49:52 +0000</pubDate>
		<dc:creator>Jongerius</dc:creator>
				<category><![CDATA[General Rant]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[touch mouse]]></category>

		<guid isPermaLink="false">http://www.narnio.com/?p=642</guid>
		<description><![CDATA[A little while ago I decided it was time to buy a new mouse to work with. My last mouse is a 5 year old Logitech mouse that works sorta, but is starting to show its age. Whilst there are many different mice which you could select I opted to buy a Microsoft Touch mouse. [...]]]></description>
			<content:encoded><![CDATA[<p><a  href="http://www.narnio.com/wp-content/uploads/2012/03/microsoft_touch_mouse.jpg" class="thickbox no_icon" rel="gallery-642" title="microsoft_touch_mouse"><img class="alignright size-medium wp-image-643" title="microsoft_touch_mouse" src="http://www.narnio.com/wp-content/uploads/2012/03/microsoft_touch_mouse-300x224.jpg" alt="" width="300" height="224" /></a>A little while ago I decided it was time to buy a new mouse to work with. My last mouse is a 5 year old Logitech mouse that works sorta, but is starting to show its age. Whilst there are many different mice which you could select I opted to buy a Microsoft Touch mouse. Its one of those new fancy mice with a touch surface that is suposed to make it easier to manipulate windows.</p>
<p>Before anything else I need to mention that the mouse is specially designed for use in Windows 7, it&#8217;ll work for other OS-es. But the special features are only available in Windows 7.</p>
<p>So what is that amazing promise that Microsoft is giving us. Well basically that this is an entire new way of using a mouse, easier and more control over Windows 7. But is it really??</p>
<p><strong>The good</strong></p>
<ul>
<li>As promised the mouse has some multi-touch features that allow you to manipulate Windows easier</li>
<li>A way to look at all the open windows in one instance and select one for viewing</li>
<li>It&#8217;s still a mouse (so you can do all that any other mouse can do)</li>
</ul>
<div><strong>The bad</strong></div>
<div>
<ul>
<li>The back / forward gesture is frustrating and often gets triggered without you actually wanting it (my advice disable this feature)</li>
<li>Right click is not properly recognized by the mouse, the mouse will pretend my right click is actually a right click</li>
<li>It&#8217;s only gonna have the multi-touch gestures in Windows 7</li>
</ul>
<div>So keeping all this in mind is this mouse worth it&#8217;s price. I am seriously leaning towards no. I mean it is 4 times as expensive as a normal mouse and the added features often don&#8217;t work as  you would want them to. So if you have a choice buy something else.</div>
</div>
<hr/>Copyright &copy; 2012 <strong><a  href="http://www.narnio.com">Narnio</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@jong-soft.com so we can take legal action immediately.]]></content:encoded>
			<wfw:commentRss>http://www.narnio.com/2012/03/13/microsoft-touch-mouse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian upgrade gone horribly wrong</title>
		<link>http://www.narnio.com/2012/02/23/debian-upgrade-gone-horibly-wrong/</link>
		<comments>http://www.narnio.com/2012/02/23/debian-upgrade-gone-horibly-wrong/#comments</comments>
		<pubDate>Thu, 23 Feb 2012 19:08:51 +0000</pubDate>
		<dc:creator>Jongerius</dc:creator>
				<category><![CDATA[General Rant]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[debian]]></category>

		<guid isPermaLink="false">http://www.narnio.com/?p=631</guid>
		<description><![CDATA[It has been a long time since I did any kind of decent system upgrade on my VPS debian system. So I decided to be bold yesterday and attempt an upgrade from Debian Lenny to Squeeze. Shouldn&#8217;t be that complicated you would think? Right! Oh how I was wrong. As with anything I wanna do [...]]]></description>
			<content:encoded><![CDATA[<p>It has been a long time since I did any kind of decent system upgrade on my VPS debian system. So I decided to be bold yesterday and attempt an upgrade from Debian Lenny to Squeeze. Shouldn&#8217;t be that complicated you would think? Right! Oh how I was wrong.</p>
<p>As with anything I wanna do right I first lookup on how to upgrade from Lenny to Squeeze, which according to some blog posts I found should be relatively easy. All it required were a few simple steps. So I was told to first make sure my Lenny system is up to date by running:</p>
<pre class="brush: shell">apt-get update
apt-get upgrade</pre>
<p>Well not a problem so far. That is something I&#8217;ve done regullary to keep up to date. Then I changed my &#8216;/etc/apt/source.list&#8217; file to contain the following lines:</p>
<pre class="brush: shell">deb http://ftp.uk.debian.org/debian/ squeeze main non-free
deb http://security.debian.org/ squeeze/updates main contrib</pre>
<p>This should have set everything for the upgrade. Now all you should have to do is run the apt-get update again to refresh the database off applications. Followed by a simple upgrade of the update tool by running:</p>
<pre class="brush: shell">apt-get install apt dpkg aptitude
apt-get dist-upgrade</pre>
<p>So far everything went OK, and I didn&#8217;t discover any issues. Granted I had to double check every single configuration file just to make sure that the various applications (Apache / Subversion / postfix &amp; dovecot) still worked.</p>
<p>But the next day I started getting automated e-mails by a verification script I had setup that the number of blog posts here started doubling every hour or so???? When I finaly had some time to check in on my VPS I found that all of the &#8216;draft&#8217; posts and &#8216;deleted&#8217; posts had suddenly re-appeared. Not to mention that WordPress started creating hundreds of &#8216;Auto Draft&#8217; posts and automatically publishing them.</p>
<p>A further check on all my websites quickly revealed similar problems accros all websites and all databases running on that VPS system. So for now I rolled back all changes I did, restoring a backup of the server. Maybe if I feel more adventoures later on this week I&#8217;ll try a proper upgrade, but for now it is Lenny all the way baby!</p>
<hr/>Copyright &copy; 2012 <strong><a  href="http://www.narnio.com">Narnio</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@jong-soft.com so we can take legal action immediately.]]></content:encoded>
			<wfw:commentRss>http://www.narnio.com/2012/02/23/debian-upgrade-gone-horibly-wrong/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working on Ajax integration with WordPress</title>
		<link>http://www.narnio.com/2012/02/04/working-on-ajax-integration-with-wordpress/</link>
		<comments>http://www.narnio.com/2012/02/04/working-on-ajax-integration-with-wordpress/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 18:31:54 +0000</pubDate>
		<dc:creator>Jongerius</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.narnio.com/?p=627</guid>
		<description><![CDATA[As part of the new theme I&#8217;ve been developing I&#8217;m including some richer user features. Like on the spot loading of comments and better mobile device support. One of the things I need to figure out during the development is how to use Ajax in WordPress, preferably native support. I know it should be possible, [...]]]></description>
			<content:encoded><![CDATA[<p>As part of the new theme I&#8217;ve been developing I&#8217;m including some richer user features. Like on the spot loading of comments and better mobile device support. One of the things I need to figure out during the development is how to use Ajax in <a  href="http://www.wordpress.org" target="_blank">WordPress</a>, preferably native support. I know it should be possible, but have yet been unsuccessful to get it working.</p>
<p>So what I&#8217;ve been doing is setting up a new action using <a  title="Reference page" href="http://codex.wordpress.org/Function_Reference/add_action" target="_blank">add_action </a>for the following two action types:</p>
<ul>
<li>wp_ajax_&lt;myaction&gt;</li>
<li>wp_ajax_nopriv_&lt;myaction&gt;</li>
</ul>
<p>According to the documentation that should generate a hook to support both registered users (wp_ajax_&lt;myaction&gt;) and unregistered users (wp_ajax_nopriv_&lt;myaction&gt;). Which sounds great, since my theme should work for both type of users <img src='http://www.narnio.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> .</p>
<p>On the front-end I&#8217;ve created a Javascript method that should call the ajax command using the <em>&#8216;wp-admin/admin-ajax.php&#8217;</em>. With as <strong>action</strong> parameter the name of my ajax method. So in theory I should be setup correctly to handle ajax, but this is where the theory and actual situation start to differ.</p>
<p>To test my new theme I&#8217;ve been using the preview mode of WordPress, after all I don&#8217;t want to kill any existing feature or activate the theme before it is done. But for some reason my nicely setup Ajax hooks aren&#8217;t working as advertised.</p>
<hr/>Copyright &copy; 2012 <strong><a  href="http://www.narnio.com">Narnio</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@jong-soft.com so we can take legal action immediately.]]></content:encoded>
			<wfw:commentRss>http://www.narnio.com/2012/02/04/working-on-ajax-integration-with-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Strike against SOPA</title>
		<link>http://www.narnio.com/2012/01/17/strike-against-sopa/</link>
		<comments>http://www.narnio.com/2012/01/17/strike-against-sopa/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 10:10:24 +0000</pubDate>
		<dc:creator>Jongerius</dc:creator>
				<category><![CDATA[General Rant]]></category>

		<guid isPermaLink="false">http://www.narnio.com/?p=625</guid>
		<description><![CDATA[Just like many other website&#8217;s Narnio will go black on the 18th to protest against SOPA. For those that don&#8217;t now about it SOPA is Amerika&#8217;s way to oppress the free Internet as well as completely legal websites. Here are some of the reasons why SOPA sucks: SOPA Gives the Power to Censor the Internet to [...]]]></description>
			<content:encoded><![CDATA[<p>Just like many other website&#8217;s Narnio will go black on the 18th to protest against SOPA. For those that don&#8217;t now about it SOPA is Amerika&#8217;s way to oppress the free Internet as well as completely legal websites. Here are some of the reasons why SOPA sucks:</p>
<ol>
<li><strong>SOPA Gives the Power to Censor the Internet to the Entertainment Industry</strong></li>
<li><strong>SOPA Curbs Internet Freedom And Online Freedom of Speech</strong></li>
<li><strong>SOPA Kills Jobs, Thwarts Entrepreneurial Growth</strong></li>
<li><strong>SOPA Doesn’t Curb Piracy, It Merely Makes Pirated Content Less Accessible</strong></li>
<li><strong>SOPA Is A Threat To Open Source Too</strong></li>
</ol>
<p>A lot of big Internet sites are opposing SOPA, including:</p>
<ul>
<li>Google</li>
<li>Bungie</li>
<li>Wikipedia</li>
<li>Mozilla Foundation</li>
<li>Tucows</li>
<li><a  href="http://blogs.nvidia.com/2012/01/nvidia-does-not-support-sopa/">NVIDIA </a></li>
</ul>
<p>Below is a quote from the <a  href="http://www.sopastrike.com/">SOPA Strike</a>.</p>
<blockquote><p>On <strong>January 18th, 2012</strong> the internet is going on strike to stop <a  title="The Protect Internet Privacy Act" href="http://fightforthefuture.org/pipa">the web censorship bills in Congress!</a>  Now is our moment— we need you to do everything you can, whether you have a website or not.</p></blockquote>
<hr/>Copyright &copy; 2012 <strong><a  href="http://www.narnio.com">Narnio</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@jong-soft.com so we can take legal action immediately.]]></content:encoded>
			<wfw:commentRss>http://www.narnio.com/2012/01/17/strike-against-sopa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New MP3 players with huge storage capacity</title>
		<link>http://www.narnio.com/2012/01/12/new-mp3-players-with-huge-storage-capacity/</link>
		<comments>http://www.narnio.com/2012/01/12/new-mp3-players-with-huge-storage-capacity/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 08:18:58 +0000</pubDate>
		<dc:creator>Jongerius</dc:creator>
				<category><![CDATA[General Rant]]></category>
		<category><![CDATA[WTF]]></category>

		<guid isPermaLink="false">http://www.narnio.com/?p=618</guid>
		<description><![CDATA[I never thought I would see the day that I could buy a MP3 player with more storage available then 16GB. But what they are offering at the MyCom at the moment is unbelievable.  The claim to have MP3 players with 8192 GB of storage. Where can I sign up for one of those???? Click [...]]]></description>
			<content:encoded><![CDATA[<p>I never thought I would see the day that I could buy a MP3 player with more storage available then 16GB. But what they are offering at the MyCom at the moment is unbelievable.  The claim to have MP3 players with 8192 GB of storage. Where can I sign up for one of those????</p>
<p><center></p>
<p style="text-align: center;"><a  href="http://www.narnio.com/wp-content/uploads/2012/01/huge-mp3-players.png" class="thickbox no_icon" rel="gallery-618" title="Huge amount of storage for MP3 players"><img class="aligncenter size-medium wp-image-619" title="Huge amount of storage for MP3 players" src="http://www.narnio.com/wp-content/uploads/2012/01/huge-mp3-players-300x198.png" alt="" width="409" height="237" /></a></p>
<p style="text-align: center;">Click the image for a larger version.</p>
<p></center></p>
<hr/>Copyright &copy; 2012 <strong><a  href="http://www.narnio.com">Narnio</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@jong-soft.com so we can take legal action immediately.]]></content:encoded>
			<wfw:commentRss>http://www.narnio.com/2012/01/12/new-mp3-players-with-huge-storage-capacity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cold visitors on LinkedIn</title>
		<link>http://www.narnio.com/2011/12/22/cold-visitors-on-linkedin/</link>
		<comments>http://www.narnio.com/2011/12/22/cold-visitors-on-linkedin/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 09:03:07 +0000</pubDate>
		<dc:creator>Jongerius</dc:creator>
				<category><![CDATA[General Rant]]></category>

		<guid isPermaLink="false">http://www.narnio.com/?p=612</guid>
		<description><![CDATA[I just happened to look over my LinkedIn visitor stats today and noticed something very, very strange. I had a visit from the most unlikely of places. One of the coldest places, being the North Pole. I guess someone at the LinkedIn offices was having a wonderfull day off and generating some nice stats . [...]]]></description>
			<content:encoded><![CDATA[<p>I just happened to look over my LinkedIn visitor stats today and noticed something very, very strange. I had a visit from the most unlikely of places. One of the coldest places, being the North Pole.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-613" title="Weird LinkedIn visitor" src="http://www.narnio.com/wp-content/uploads/2011/12/visit.png" alt="" width="500" height="242" /></p>
<p>I guess someone at the LinkedIn offices was having a wonderfull day off and generating some nice stats <img src='http://www.narnio.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> .</p>
<hr/>Copyright &copy; 2012 <strong><a  href="http://www.narnio.com">Narnio</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@jong-soft.com so we can take legal action immediately.]]></content:encoded>
			<wfw:commentRss>http://www.narnio.com/2011/12/22/cold-visitors-on-linkedin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My first steps into Android development</title>
		<link>http://www.narnio.com/2011/10/30/my-first-steps-into-android-development/</link>
		<comments>http://www.narnio.com/2011/10/30/my-first-steps-into-android-development/#comments</comments>
		<pubDate>Sun, 30 Oct 2011 16:00:44 +0000</pubDate>
		<dc:creator>Jongerius</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[android]]></category>

		<guid isPermaLink="false">http://www.narnio.com/?p=606</guid>
		<description><![CDATA[After owning an Android phone for over an year, and using it on daily base, I thought it might be time to look into how easy it would be to start developing for the Android OS. As any good developer I first started reading a bit on how to develop for it, and what requirement&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>After owning an Android phone for over an year, and using it on daily base, I thought it might be time to look into how easy it would be to start developing for the <a  title="The official Android website" href="http://www.android.com/" target="_blank">Android OS</a>. As any good developer I first started reading a bit on how to develop for it, and what requirement&#8217;s I would have to meet.</p>
<p>Now I&#8217;m not going to be boring you with all kinds of tutorials on how to develop on Android, or give you any other clues on this subject. I just don&#8217;t know anything about Android development, well not yet anyhow. But some good reading material to get you on the right path might be:</p>
<ul>
<li><a  title="Official developers guide by android" href="http://developer.android.com/guide/topics/fundamentals.html" target="_blank">The Android development guide</a>, all you ever will need to know about Android development (bit technical though)</li>
<li><a  href="http://www.sitepoint.com/writing-your-first-android-app-2/" target="_blank">Writing your first Android app</a>, good tutorial to get started in Android</li>
</ul>
<p>The only thing I have learned so far is that I don&#8217;t really like the way of designing a UI for the Android. It&#8217;s just way to basic with XML files describing how the UI should look like. Feels like going back to 1990 when designing a UI was done in code rather then with a UI design tool.</p>
<hr/>Copyright &copy; 2012 <strong><a  href="http://www.narnio.com">Narnio</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@jong-soft.com so we can take legal action immediately.]]></content:encoded>
			<wfw:commentRss>http://www.narnio.com/2011/10/30/my-first-steps-into-android-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update on the new UI for this blog</title>
		<link>http://www.narnio.com/2011/09/07/update-on-the-new-ui-for-this-blog/</link>
		<comments>http://www.narnio.com/2011/09/07/update-on-the-new-ui-for-this-blog/#comments</comments>
		<pubDate>Wed, 07 Sep 2011 17:38:12 +0000</pubDate>
		<dc:creator>Jongerius</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.narnio.com/?p=603</guid>
		<description><![CDATA[About a month ago I wrote something on creating a new UI for this blog. One that would be lightweight and a lot quicker then the current one. It might seem that I&#8217;ve given up on this new UI, but the opposite is true. It&#8217;s been a rather busy couple of weeks since my last [...]]]></description>
			<content:encoded><![CDATA[<p>About a month ago I wrote something on creating a new UI for this blog. One that would be lightweight and a lot quicker then the current one. It might seem that I&#8217;ve given up on this new UI, but the opposite is true.</p>
<p>It&#8217;s been a rather busy couple of weeks since my last update, but work is slowly progressing. So far I designed most of the UI elements, but I ended up in some trouble with the browser compatibility. As any web developer will know it&#8217;s a hell to make a website compatible with older browsers, especially the older Internet Explorer versions. And as this is supposed to be a lightweight theme it means I&#8217;ll have to rely on as much of CSS3 as possible. Which also means making separate sylesheets for the older browsers to display the content the same way.</p>
<p>So far I&#8217;ve built the following features in the new WordPress Theme:</p>
<ul>
<li>Support of the social networks</li>
<li>Browser detection to better enable CSS2 / CSS3 features or mobile version</li>
<li>Various hooks into the WordPress system to change behaviour of WordPress</li>
<li>Design of the various elements of WordPress, being posts / pages and categories</li>
</ul>
<p>Now I still have a long way to go before the new theme is ready for deployment, but I&#8217;m slowly continuing the work on the new theme. Just to give you some insight on how the final version of the theme will look I&#8217;ve included some screen-shots of the latest development release.</p>
<div id="attachment_604" class="wp-caption aligncenter" style="width: 310px"><a  href="http://www.narnio.com/wp-content/uploads/2011/09/Narnio2.0-post.png" class="thickbox no_icon" rel="gallery-603" title="Narnio new post layout"><img class="size-medium wp-image-604" title="Narnio new post layout" src="http://www.narnio.com/wp-content/uploads/2011/09/Narnio2.0-post-300x135.png" alt="" width="300" height="135" /></a><p class="wp-caption-text">Screenshot of new layout</p></div>
<p style="text-align: center;">
<p>Even when all the design stuff is done I&#8217;ll still have to do some integration of analytics software and the capabilities to show ads. As well as hooking back in all the various plug-ins I&#8217;ve been using for WordPress for the past couple of years.</p>
<hr/>Copyright &copy; 2012 <strong><a  href="http://www.narnio.com">Narnio</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@jong-soft.com so we can take legal action immediately.]]></content:encoded>
			<wfw:commentRss>http://www.narnio.com/2011/09/07/update-on-the-new-ui-for-this-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The hunt for a tablet</title>
		<link>http://www.narnio.com/2011/09/03/the-hunt-for-a-tablet/</link>
		<comments>http://www.narnio.com/2011/09/03/the-hunt-for-a-tablet/#comments</comments>
		<pubDate>Sat, 03 Sep 2011 17:01:00 +0000</pubDate>
		<dc:creator>Jongerius</dc:creator>
				<category><![CDATA[General Rant]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[tablets]]></category>

		<guid isPermaLink="false">http://www.narnio.com/?p=590</guid>
		<description><![CDATA[A couple of months ago I decided it was time to finally take the plunge and purchase a tablet, but which one. There are so many to choose from. My wishes where simple, it had to have a decent battery live and affordable. Decent battery live and build quality means most of the 300$ and [...]]]></description>
			<content:encoded><![CDATA[<p><a  href="http://www.narnio.com/wp-content/uploads/2011/09/Tablet-War.jpg" class="thickbox no_icon" rel="gallery-590" title="Tablet-War"><img class="alignright size-medium wp-image-591" style="border: 1px solid black;" title="Tablet-War" src="http://www.narnio.com/wp-content/uploads/2011/09/Tablet-War-300x224.jpg" alt="" width="300" height="224" /></a>A couple of months ago I decided it was time to finally take the plunge and purchase a tablet, but which one. There are so many to choose from. My wishes where simple, it had to have a decent battery live and affordable.</p>
<p>Decent battery live and build quality means most of the 300$ and less models are out of the question. These type of tablets are nice if you don&#8217;t expect to get many features, longevity or power out of the tablet. So for me those type of tablets where just not good enough.</p>
<p>On the other end of the scale you have tablets like the <a  href="http:///www.apple.com/ipad" target="_blank">iPad</a> and <a  href="http://www.motorola.com/Consumers/US-EN/Consumer-Product-and-Services/Tablets/MOTOROLA-XOOM-with-WiFi-US-EN" target="_blank">Motorola Xoom</a>, both are decent and have plenty of features. But both cost an arm and a leg and I can&#8217;t justify the price for the amount of features they have.</p>
<p>This left the mid-range devices, like the <a  href="http://www.asus.com/product.aspx?P_ID=gHh4q7I8dvWJzhdV" target="_blank">Asus Transformer</a> and the <a  href="http://acer.us/ac/en/US/content/iconia-tab-a500" target="_blank">Acer Iconia A500</a> series. Both of these are good tablets, and both cost roughly the same. So it would have to come down to features and what I wanted to do. The hardware of both devices is almost identical. Both are running on the following:</p>
<ul>
<li>Android based tablet</li>
<li><a  href="http://www.nvidia.com/object/tegra-2.html" target="_blank">nVidia Tegra 2</a> CPU/GPU</li>
<li>32 and 64 GB models</li>
<li>Bluetooth  / Wifi B,G,N</li>
<li>3G option (the Iconia A501)</li>
</ul>
<p>The only thing that separates them feature wise is that the Transformer has a far superior display with its <a  href="http://en.wikipedia.org/wiki/IPS_panel" target="_blank">IPS</a> technology. So far for the specs, since both of them are almost identical I had to give both a try in the store. I was unpleasantly surprised that my favorite, the Transformer, didn&#8217;t feel all that sturdy. In fact it felt as if the device was rushed out of the factory. The case can be pushed and flexes way to much. It makes me worry its gonna get seriously damaged if I carry it in a bag.</p>
<p>So the Iconia A500 became the tablet of choice and now that I&#8217;ve had it for a couple of months I feel that I can write a decent review on this device. Below is a small overview of tablet and who they would serve best.</p>
<p>Please note that the feature difference between the mid-range and the hight end is minimal, especially for the Android tablets. You will mostly be paying extra for the brand name and the designer looks. If you have any devices you would like to see added to the list leave a comment and I&#8217;ll update the post.</p>
<table width="100%">
<colgroup>
<col width="33%" align="left" valign="top" />
<col width="33%" align="left" valign="top" />
<col width="33%" align="left" valign="top" /></colgroup>
<tbody>
<tr style="border-bottom: solid 1px black;">
<td>
<table width="100%">
<tbody>
<tr>
<td width="50%"><strong>Budget</strong></td>
<td style="text-align: right;"><strong> &lt; 350$</strong></td>
</tr>
</tbody>
</table>
</td>
<td>
<table width="100%">
<tbody>
<tr>
<td width="50%"><strong>Mid-Range</strong></td>
<td style="text-align: right;"><strong> 350-450$</strong></td>
</tr>
</tbody>
</table>
</td>
<td>
<table width="100%">
<tbody>
<tr>
<td width="50%"><strong>High end</strong></td>
<td style="text-align: right;"><strong>&gt; 450$</strong></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top">
<ul style="margin: 0px; padding-left: 5px; list-style-position: inside;">
<li>Point of View 7&#8243; MOBII Gen II</li>
<li>HeroTab C8</li>
</ul>
</td>
<td valign="top">
<ul style="margin: 0px; padding-left: 5px; list-style-position: inside;">
<li>Asus Transformer</li>
<li>Acer Iconia A500</li>
</ul>
</td>
<td valign="top">
<ul style="margin: 0px; padding-left: 5px; list-style-position: inside;">
<li>Apple iPad</li>
<li>Motorola Xoom</li>
<li>Samsung Galaxy Tab 10.1</li>
</ul>
</td>
</tr>
</tbody>
</table>
<p><strong>Update 2 nov 2011:</strong> Fixed some broken links in the article</p>
<hr/>Copyright &copy; 2012 <strong><a  href="http://www.narnio.com">Narnio</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@jong-soft.com so we can take legal action immediately.]]></content:encoded>
			<wfw:commentRss>http://www.narnio.com/2011/09/03/the-hunt-for-a-tablet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Searching in TFS history, made easy by Microsoft</title>
		<link>http://www.narnio.com/2011/07/28/searching-in-tfs-history-made-easy-by-microsoft/</link>
		<comments>http://www.narnio.com/2011/07/28/searching-in-tfs-history-made-easy-by-microsoft/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 11:47:03 +0000</pubDate>
		<dc:creator>Jongerius</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[General Rant]]></category>
		<category><![CDATA[failure]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[TFS]]></category>
		<category><![CDATA[version control]]></category>

		<guid isPermaLink="false">http://www.narnio.com/?p=585</guid>
		<description><![CDATA[One of the greatest things about version control systems is the ability to keep track of changes. Or is it? Well Microsoft certainly has a unique look on this. Team Foundation Server (TFS), also known as the Team Failure Server, has a very unique way of keeping track of changes. To be honest the tracking [...]]]></description>
			<content:encoded><![CDATA[<p>One of the greatest things about <a  title="More on version control" href="http://en.wikipedia.org/wiki/Revision_control" target="_blank">version control </a>systems is the ability to keep track of changes. Or is it? Well Microsoft certainly has a unique look on this. <strong><a  href="http://en.wikipedia.org/wiki/Team_Foundation_Server" target="_blank">Team Foundation Server </a></strong>(TFS), also known as the Team Failure Server, has a very unique way of keeping track of changes.</p>
<p>To be honest the tracking of changes works fine, for the most part. But what happens when you made a change sometime in the past, you know roughly what you did but not which files were affected or which branch was used. Yes I sometimes don&#8217;t know what version (branch) of the software a fix was made in. In any normal version control system you would open up the history log and start searching for a comment you entered. That would result in some result popping up, and with any luck the change-set you were looking for.</p>
<p>Alas Microsoft in all its wisdom decided that searching is overrated and not needed for a version control system. After all you can read through the entire history log to find the change-set can&#8217;t you. Ah you can&#8217;t, silly you!</p>
<p>Here is a quick work around for this <strong>&#8216;missing&#8217;</strong> feature:</p>
<ul>
<li>Open up the History view on the ROOT of the TFS server</li>
<li>Scroll all the way down, in most systems that will be just a few thousand change-sets</li>
<li>Select all and copy</li>
<li>Open Excel and paste</li>
</ul>
<p>Voila now you can search. At least Excel offers a way to search your Team Foundation Server history.</p>
<hr/>Copyright &copy; 2012 <strong><a  href="http://www.narnio.com">Narnio</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@jong-soft.com so we can take legal action immediately.]]></content:encoded>
			<wfw:commentRss>http://www.narnio.com/2011/07/28/searching-in-tfs-history-made-easy-by-microsoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

