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

<channel>
	<title>Ola Lindberg</title>
	<atom:link href="http://olalindberg.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://olalindberg.com/blog</link>
	<description>Thoughts, ideas, news and optimism!</description>
	<pubDate>Sun, 16 Nov 2008 19:25:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Registration and Mailinator</title>
		<link>http://olalindberg.com/blog/2008/11/14/registration-and-mailinator/</link>
		<comments>http://olalindberg.com/blog/2008/11/14/registration-and-mailinator/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 07:43:45 +0000</pubDate>
		<dc:creator>Ola Lindberg</dc:creator>
		
		<category><![CDATA[personal]]></category>

		<category><![CDATA[applications]]></category>

		<category><![CDATA[fun]]></category>

		<category><![CDATA[mail]]></category>

		<guid isPermaLink="false">http://olalindberg.com/blog/?p=504</guid>
		<description><![CDATA[I usually use web based disposable e-mail adresses from Mailinator to avoid giving away my adress. I have noticed that some companies don&#8217;t let you register using a Mailinator adress. Today when I registered to download TimeSnapper (classic) I got this funny note.
That made my day ^_^ Easy amused I guess.
]]></description>
			<content:encoded><![CDATA[<p>I usually use web based disposable e-mail adresses from <a title="Mailinator web site" href="http://mailinator.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/mailinator.com');">Mailinator</a> to avoid giving away my adress. I have noticed that some companies don&#8217;t let you register using a Mailinator adress. Today when I registered to download <a title="TimeSnapper web site" href="http://www.timesnapper.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.timesnapper.com');">TimeSnapper</a> (classic) I got this funny note.</p>
<div id="attachment_505" class="wp-caption alignnone" style="width: 409px"><a href="http://olalindberg.com/blog/wp-content/uploads/2008/11/081114_timesnapper.png" ><img class="size-medium wp-image-505" title="TimeSnapper funny note when register with a Mailinator adress: Hey, we like disposable email adresses too! So we'll let it slide this time ;)" src="http://olalindberg.com/blog/wp-content/uploads/2008/11/081114_timesnapper-399x256.png" alt="TimeSnapper funny note when register with a Mailinator adress" width="399" height="256" /></a><p class="wp-caption-text">TimeSnapper funny note when register with a Mailinator address</p></div>
<p>That made my day ^_^ Easy amused I guess.</p>
]]></content:encoded>
			<wfw:commentRss>http://olalindberg.com/blog/2008/11/14/registration-and-mailinator/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Vista and Incremental backups</title>
		<link>http://olalindberg.com/blog/2008/11/10/vista-and-incremental-backups/</link>
		<comments>http://olalindberg.com/blog/2008/11/10/vista-and-incremental-backups/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 21:10:16 +0000</pubDate>
		<dc:creator>Ola Lindberg</dc:creator>
		
		<category><![CDATA[personal]]></category>

		<category><![CDATA[backup]]></category>

		<category><![CDATA[it]]></category>

		<category><![CDATA[script]]></category>

		<category><![CDATA[security]]></category>

		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://olalindberg.com/blog/?p=500</guid>
		<description><![CDATA[I usually use Rsync for my incremental backups but since I moved to Vista it&#8217;s a bit of pain to get it working. I tried to install it using both Cygwin and DeltaCopy but couldn&#8217;t get it to copy international chars (i.e. åäö) via either Samba or SSH. So I looked into a tool called [...]]]></description>
			<content:encoded><![CDATA[<p>I usually use <a title="Wikipedia - Rsync" href="http://en.wikipedia.org/wiki/Rsync" onclick="javascript:pageTracker._trackPageview('/outbound/article/en.wikipedia.org');">Rsync</a> for my incremental backups but since I moved to Vista it&#8217;s a bit of pain to get it working. I tried to install it using both <a title="Cygwin" href="http://www.cygwin.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.cygwin.com');">Cygwin</a> and <a title="DeltaCopy web site" href="http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.aboutmyip.com');">DeltaCopy</a> but couldn&#8217;t get it to copy international chars (i.e. åäö) via either Samba or SSH. So I looked into a tool called <a title="Wikipedia - Robocopy" href="http://en.wikipedia.org/wiki/Robocopy" onclick="javascript:pageTracker._trackPageview('/outbound/article/en.wikipedia.org');">robocopy</a> which is included in Vista (you can get it for XP as well). It worked fine and was easy to use.</p>
<p>To mirror a folder from one folder to another I put the following to a bat file (all on one row):</p>
<pre>robocopy "D:\Pictures"
"\\MyOtherComputer\Backup\Pictures" /MIR</pre>
<p>I did some different bat files for all folders I wanted to backup. At last I created one bat file that calls all the other. It looks like:</p>
<pre>call BackupPictures.bat
call BackupCode.bat</pre>
<p>Look into the robocopy help for more configuration options.</p>
]]></content:encoded>
			<wfw:commentRss>http://olalindberg.com/blog/2008/11/10/vista-and-incremental-backups/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Picasa Microsoft ICE Button</title>
		<link>http://olalindberg.com/blog/2008/10/11/picasa-microsoft-ice-button/</link>
		<comments>http://olalindberg.com/blog/2008/10/11/picasa-microsoft-ice-button/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 16:22:18 +0000</pubDate>
		<dc:creator>Ola Lindberg</dc:creator>
		
		<category><![CDATA[applications]]></category>

		<category><![CDATA[development]]></category>

		<category><![CDATA[photography]]></category>

		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://olalindberg.com/blog/?p=480</guid>
		<description><![CDATA[I have been playing around with Microsoft ICE (Image Composite Editor) some days and it&#8217;s really great for stitching several images to a panorama! The only thing missing is a way to open images in ICE from Picasa without needing to locate them in Explorer.
I created a button that you can add to Picasa that [...]]]></description>
			<content:encoded><![CDATA[<p>I have been playing around with <a title="Microsoft ICE web page" href="http://research.microsoft.com/ivm/ice.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/research.microsoft.com');">Microsoft ICE (Image Composite Editor)</a> some days and it&#8217;s really great for stitching several images to a panorama! The only thing missing is a way to open images in ICE from <a title="(Google) Picasa" href="http://picasa.google.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/picasa.google.com');">Picasa</a> without needing to locate them in Explorer.<img class="alignnone size-medium wp-image-485" title="Picasa Microsoft ICE button screenshot" src="http://olalindberg.com/blog/wp-content/uploads/2008/10/081010_picasa_ice_screenshot-400x138.png" alt="" width="400" height="138" /></p>
<p>I created a button that you can add to Picasa that opens the selected images in ICE. It&#8217;s available for <a href="picasa://importbutton/?url=http://olalindberg.com/blog/wp-content/uploads/2008/10/picasa2microsoftice_v1.pbz" onclick="javascript:pageTracker._trackPageview('/outbound/article/importbutton');">automatic installation</a> or <a href="http://olalindberg.com/blog/wp-content/uploads/2008/10/picasa2microsoftice_v1.pbz" >manual installation</a>. If you choose manual installation copy the file to <em>&lt;your user folder&gt;\AppData\Local\Google\Picasa2\buttons</em>. If you want to remove it from Picasa you can delete the file from that directory. The pbz file contains two zipped files; one XML-file and one icon file. See <a title="Picasa Button API web site" href="http://code.google.com/apis/picasa/docs/button_api.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/code.google.com');">Picasa Button API</a> for more information about Picasa Buttons.</p>
<p><strong>Prerequisites:</strong></p>
<ul>
<li><a title="Picasa web site" href="http://picasa.google.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/picasa.google.com');">Picasa</a> Installed. I used the version 3 beta.</li>
<li><a title="Microsoft ICE web page" href="http://research.microsoft.com/ivm/ice.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/research.microsoft.com');">Microsoft ICE</a> installed. Note! It must be installed to the following folder: <em>C:\Program Files\Microsoft Research\Image Composite Editor</em></li>
</ul>
<p><strong>Issues / TODOs:</strong></p>
<ul>
<li>There are a hard coded path for the ICE executable. I tried to find a registry key for ICE but I found none so you must install Microsoft ICE to the following folder: <em>C:\Program Files\Microsoft Research\Image Composite Editor</em></li>
<li>The icon and text on the button doesn&#8217;t look quite alright. It works but looks a bit lame.</li>
<li>Try to send a path where ICE should save the stitched image so it defaults to the same location as the unstitched.</li>
</ul>
<p>I&#8217;ll try to fix the above issues. See my post in <a title="ICE support forum" href="http://community.research.microsoft.com/forums/p/2001/2922.aspx" onclick="javascript:pageTracker._trackPageview('/outbound/article/community.research.microsoft.com');">ICEs forum</a>.</p>
<p style="text-align: left;">If you are using Flickr you might also want to check out <a title="picasa2flickr on Sourceforge" href="http://picasa2flickr.sourceforge.net/" onclick="javascript:pageTracker._trackPageview('/outbound/article/picasa2flickr.sourceforge.net');">picasa2flickr</a> and if your are using <a title="Gimp web site" href="http://www.gimp.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.gimp.org');">Gimp</a> the <a title="Gimp Picasa Button web site" href="http://www.swadling.com.au/index.php/blake/blake-projects/gimp-picasa-button" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.swadling.com.au');">Gimp Picasa Button</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://olalindberg.com/blog/2008/10/11/picasa-microsoft-ice-button/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Alt.NET unconference</title>
		<link>http://olalindberg.com/blog/2008/09/10/altnet-unconference/</link>
		<comments>http://olalindberg.com/blog/2008/09/10/altnet-unconference/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 06:17:12 +0000</pubDate>
		<dc:creator>Ola Lindberg</dc:creator>
		
		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://olalindberg.com/blog/?p=466</guid>
		<description><![CDATA[
Don&#8217;t miss the Alt.NET &#8220;unconference&#8221; this Saturday!
]]></description>
			<content:encoded><![CDATA[<p><a title="Alt.NET" href="http://altdotnet.se/" onclick="javascript:pageTracker._trackPageview('/outbound/article/altdotnet.se');"><img class="alignnone size-full wp-image-467" title="Alt.NET logo" src="http://olalindberg.com/blog/wp-content/uploads/2008/09/altnet_350.gif" alt="" width="350" height="109" /></a></p>
<p>Don&#8217;t miss the <a title="Alt.NET open conference" href="http://altdotnet.se/" onclick="javascript:pageTracker._trackPageview('/outbound/article/altdotnet.se');">Alt.NET &#8220;unconference&#8221;</a> this Saturday!</p>
]]></content:encoded>
			<wfw:commentRss>http://olalindberg.com/blog/2008/09/10/altnet-unconference/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Move Your Operating System to a New Hard Disk</title>
		<link>http://olalindberg.com/blog/2008/06/24/move-your-operating-system-to-a-new-hard-disk/</link>
		<comments>http://olalindberg.com/blog/2008/06/24/move-your-operating-system-to-a-new-hard-disk/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 19:08:28 +0000</pubDate>
		<dc:creator>Ola Lindberg</dc:creator>
		
		<category><![CDATA[applications]]></category>

		<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://olalindberg.com/blog/?p=416</guid>
		<description><![CDATA[Some years ago I wrote about how to create a Windows Rescue CD. Today I was stuck with a similar problem. I wanted to merge all data from one disk to another without needing to re-install my computer.
My first thought was to create a new rescue CD that I could restore to my new drive. [...]]]></description>
			<content:encoded><![CDATA[<p>Some years ago I wrote about how to create a <a title="Create a Windows Rescue CD" href="http://olalindberg.com/blog/2006/06/04/windows-rescue-disk/" >Windows Rescue CD</a>. Today I was stuck with a similar problem. I wanted to merge all data from one disk to another without needing to re-install my computer.</p>
<p>My first thought was to create a new rescue CD that I could restore to my new drive. But that didn&#8217;t seem like the easiest solution so I looked up a tool called <a title="Clonezilla web page" href="http://www.clonezilla.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.clonezilla.org');">Clonezilla</a>. I started out by setting up similar partitions using <a title="GParted web site" href="http://gparted.sourceforge.net/" onclick="javascript:pageTracker._trackPageview('/outbound/article/gparted.sourceforge.net');">GParted</a> and boy am I glad I did? It turned out that you can <a title="Copy partitions using GParted" href="http://gparted.sourceforge.net/larry/move/move.htm" onclick="javascript:pageTracker._trackPageview('/outbound/article/gparted.sourceforge.net');">use GParted to copy one partition to another</a>. It took some minutes, I rebooted and it didn&#8217;t work.</p>
<p>I was a bit clueless until I remembered that you need to write a Master Boot Record (MBR) to the disk before it&#8217;s possible to boot from it. I booted up from an old DOS cd and wrote <em>fdisk /mbr</em>. Rebooted and still no luck so I fired up GParted again and saw that I had forgotten to set the bootable flag on the drive. I rebooted and everything went fine.</p>
<p>When knowing about MBR and the boot flag it&#8217;s a no brainer and I can&#8217;t recomend it enough! At least if you aren&#8217;t on a <a title="Carbon Copy Cloner" href="http://olalindberg.com/blog/2007/08/19/software-recomendations/" >mac where Carbon Copy Cloner is available</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://olalindberg.com/blog/2008/06/24/move-your-operating-system-to-a-new-hard-disk/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Stop Chasing Your Buttons!</title>
		<link>http://olalindberg.com/blog/2008/06/15/stop-chasing-your-buttons/</link>
		<comments>http://olalindberg.com/blog/2008/06/15/stop-chasing-your-buttons/#comments</comments>
		<pubDate>Sun, 15 Jun 2008 06:49:06 +0000</pubDate>
		<dc:creator>Ola Lindberg</dc:creator>
		
		<category><![CDATA[applications]]></category>

		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://olalindberg.com/blog/?p=414</guid>
		<description><![CDATA[As a quick sidenote; I just found out about an option in Windows that allows to move the mouse cursor to one of the buttons in dialog boxes automatically.

]]></description>
			<content:encoded><![CDATA[<p>As a quick sidenote; I just found out about an option in <a title="Flickr: Move mouse cursor to buttons in  dialogs automatically" href="http://www.flickr.com/photos/aper3caper/2575218133/in/pool-lifehacker-tip-testers" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');">Windows that allows to move the mouse cursor to one of the buttons in dialog boxes automatically</a>.</p>
<p><img class="alignnone size-full wp-image-415" title="Vista: Mouse Properties Panel" src="http://olalindberg.com/blog/wp-content/uploads/2008/06/080615_mouseproperties.jpg" alt="" width="427" height="474" /></p>
]]></content:encoded>
			<wfw:commentRss>http://olalindberg.com/blog/2008/06/15/stop-chasing-your-buttons/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu Hardy Heron (8.04) Released!</title>
		<link>http://olalindberg.com/blog/2008/04/24/ubuntu-hardy-heron-804-released/</link>
		<comments>http://olalindberg.com/blog/2008/04/24/ubuntu-hardy-heron-804-released/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 11:33:31 +0000</pubDate>
		<dc:creator>Ola Lindberg</dc:creator>
		
		<category><![CDATA[applications]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://olalindberg.com/blog/?p=408</guid>
		<description><![CDATA[Lovely!
Ubuntu Hardy Heron (V 8.04) is now available on the official release servers! 

As the last time; roll up your sleeves and help seeding the files! Don&#8217;t forget to configure that Quality of Service in your router! I attached the torrent files for Hardy Heron if the servers become unavailable.
Enjoy!
]]></description>
			<content:encoded><![CDATA[<p>Lovely!</p>
<p>Ubuntu Hardy Heron (V 8.04) is now available on the <a title="Ubuntu Hardy Release Servers" href="http://releases.ubuntu.com/8.04/" onclick="javascript:pageTracker._trackPageview('/outbound/article/releases.ubuntu.com');">official release servers</a>! <a title="Help seed Gutsy Gibbon!" href="http://olalindberg.com/blog/2007/10/18/ubuntu-710-gutsy-gibbon/" ></a></p>
<p><img title="Ubuntu Logo" src="http://olalindberg.com/blog/wp-content/uploads/2008/04/080424_ubuntulogo.png" alt="Ubuntu Logo" width="202" height="55" /></p>
<p><a title="Help seed Gutsy Gibbon!" href="http://olalindberg.com/blog/2007/10/18/ubuntu-710-gutsy-gibbon/" >As the last time</a>; roll up your sleeves and help seeding the files! Don&#8217;t forget to configure that <a title="Quality Of Service on a Tomato Router" href="http://olalindberg.com/blog/2007/10/18/tomato-router-quality-of-service-qos/" >Quality of Service</a> in your router! I attached <a href="http://olalindberg.com/blog/wp-content/uploads/2008/04/080424_ubuntuhardyheron_torrentfiles.zip" onclick="javascript:pageTracker._trackPageview('/downloads/blog/wp-content/uploads/2008/04/080424_ubuntuhardyheron_torrentfiles.zip');">the torrent files for Hardy Heron</a> if the servers become unavailable.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://olalindberg.com/blog/2008/04/24/ubuntu-hardy-heron-804-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Your Favourite Online Comics on Your XBOX</title>
		<link>http://olalindberg.com/blog/2008/04/12/your-favourite-online-comics-on-your-xbox/</link>
		<comments>http://olalindberg.com/blog/2008/04/12/your-favourite-online-comics-on-your-xbox/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 19:56:50 +0000</pubDate>
		<dc:creator>Ola Lindberg</dc:creator>
		
		<category><![CDATA[sound &amp; vision]]></category>

		<guid isPermaLink="false">http://olalindberg.com/blog/?p=405</guid>
		<description><![CDATA[Yesterday I found a great add-on for Xbox Media Center that allows you to read your favourite online comics on your XBOX. It&#8217;s called Comics and is availabe through the script installer program.

I added Little Gamers to my comics list. Since the feed from Little Gamers doesn&#8217;t contain the images I had to put the [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I found a great add-on for Xbox Media Center that allows you to read your favourite online comics on your XBOX. It&#8217;s called Comics and is availabe through the <a title="XBMC Scripts" href="http://www.xbmcscripts.com/index.php?option=com_docman&amp;task=cat_view&amp;gid=18&amp;Itemid=36" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.xbmcscripts.com');">script installer program</a>.</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-406" title="Little Gamers on Xbox Media Center" src="http://olalindberg.com/blog/wp-content/uploads/2008/04/080412_littlegamersonxboxmediacenter.jpg" alt="" width="400" height="268" /></p>
<p>I added <a title="Little Gamers - Hot Swedish Love" href="http://little-gamers.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/little-gamers.com');">Little Gamers</a> to my comics list. Since the feed from Little Gamers doesn&#8217;t contain the images I had to put the following information in the XML-file for the script.</p>

<div class="wp_syntax"><div class="code"><pre class="xml xml" style="font-family:monospace;">http://www.little-gamers.com/rss.xml
    <span style="color: #ddbb00;">&amp;lt;</span> ![CDATA[<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;img</span> <span style="color: #000066;">src</span>=<span style="color: #ff0000;">&quot;(http://www.little-gamers.com/comics/.+?\.gif)&quot;</span> <span style="color: #000066;">alt</span>=<span style="color: #ff0000;">&quot;&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
    Hot swedish love</pre></div></div>

<p>Thanks a lot to BigBellyBilly (the author of the Comics script) for helping me out on this!</p>
<p>If you havn&#8217;t Xbox Media Center on you Xbox read: <a title="Geek To Live: Transform Your Classic Xbox into a Killer Media Center" href="http://lifehacker.com/software/geek-to-live/transform-your-classic-xbox-into-a-killer-media-center-299809.php" onclick="javascript:pageTracker._trackPageview('/outbound/article/lifehacker.com');">Geek To Live: Transfor Your Classic Xbox into a Killer Media Center</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://olalindberg.com/blog/2008/04/12/your-favourite-online-comics-on-your-xbox/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wordpress 2.5</title>
		<link>http://olalindberg.com/blog/2008/03/31/wordpress-25/</link>
		<comments>http://olalindberg.com/blog/2008/03/31/wordpress-25/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 20:05:58 +0000</pubDate>
		<dc:creator>Ola Lindberg</dc:creator>
		
		<category><![CDATA[personal]]></category>

		<category><![CDATA[applications]]></category>

		<category><![CDATA[web]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://olalindberg.com/blog/?p=400</guid>
		<description><![CDATA[Oh! I just installed the brand new Wordpress 2.5 and it&#8217;s amazingly beautiful! The upgrade were really painless. Grab it yourself while it&#8217;s hot!
]]></description>
			<content:encoded><![CDATA[<p>Oh! I just installed the brand new <a title="Wordpress web site" href="http://wordpress.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/wordpress.org');">Wordpress 2.5</a> and it&#8217;s amazingly beautiful! <a title="Wordpress Upgrade Instructions" href="http://codex.wordpress.org/Upgrading_WordPress" onclick="javascript:pageTracker._trackPageview('/outbound/article/codex.wordpress.org');">The upgrade were really painless</a>. Grab it yourself while it&#8217;s hot!</p>
]]></content:encoded>
			<wfw:commentRss>http://olalindberg.com/blog/2008/03/31/wordpress-25/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu Brainstorm - Vote for Features in Ubuntu!</title>
		<link>http://olalindberg.com/blog/2008/03/04/ubuntu-brainstorm-vote-for-features-in-ubuntu/</link>
		<comments>http://olalindberg.com/blog/2008/03/04/ubuntu-brainstorm-vote-for-features-in-ubuntu/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 10:50:31 +0000</pubDate>
		<dc:creator>Ola Lindberg</dc:creator>
		
		<category><![CDATA[applications]]></category>

		<category><![CDATA[development]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://olalindberg.com/blog/2008/03/04/ubuntu-brainstorm-vote-for-features-in-ubuntu/</guid>
		<description><![CDATA[If you haven&#8217;t - You should visit Ubuntu Brainstorm and vote for the features you want to include in Ubuntu!

]]></description>
			<content:encoded><![CDATA[<p>If you haven&#8217;t - You should visit <a href="http://brainstorm.ubuntu.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/brainstorm.ubuntu.com');" title="Ubuntu Brainstorm">Ubuntu Brainstorm</a> and vote for the features you want to include in Ubuntu!</p>
<p><a href="http://brainstorm.ubuntu.com/idea/3044/" onclick="javascript:pageTracker._trackPageview('/outbound/article/brainstorm.ubuntu.com');"><img src="http://brainstorm.ubuntu.com/idea/3044/image/1/" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://olalindberg.com/blog/2008/03/04/ubuntu-brainstorm-vote-for-features-in-ubuntu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>80 Column Guidelines in Visual Studio Express</title>
		<link>http://olalindberg.com/blog/2008/01/26/80-column-guidelines-in-visual-studio-express/</link>
		<comments>http://olalindberg.com/blog/2008/01/26/80-column-guidelines-in-visual-studio-express/#comments</comments>
		<pubDate>Sat, 26 Jan 2008 11:20:12 +0000</pubDate>
		<dc:creator>Ola Lindberg</dc:creator>
		
		<category><![CDATA[applications]]></category>

		<category><![CDATA[development]]></category>

		<category><![CDATA[sharpwired]]></category>

		<guid isPermaLink="false">http://olalindberg.com/blog/2008/01/26/80-column-guidelines-in-visual-studio-express/</guid>
		<description><![CDATA[I wanted to add a 80 column guideline to Visual Studio Express. I searched the settings without luck. Instead I found Sara Ford&#8217;s blog explaining how to do that. In the comments Tobias explained how to do that in Visual Studio Express as well. I tried it in Visual Studio C# Express 2005 and 2008. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://olalindberg.com/blog/wp-content/uploads/2008/01/080126_guidelines_vsexpress.jpg"  title="Guidelines in Visual Studio Express"><img src="http://olalindberg.com/blog/wp-content/uploads/2008/01/080126_guidelines_vsexpress.thumbnail.jpg" alt="Guidelines in Visual Studio Express" align="right" /></a>I wanted to add a 80 column guideline to Visual Studio Express. I searched the settings without luck. Instead I found <a href="http://blogs.msdn.com/saraford/archive/2004/11/15/257953.aspx" onclick="javascript:pageTracker._trackPageview('/outbound/article/blogs.msdn.com');" title="Sara Ford - Enabling Guidelines in Visual Studio">Sara Ford&#8217;s blog explaining how to do that</a>. In the comments Tobias explained how to do that in Visual Studio Express as well. I tried it in Visual Studio C# Express 2005 and 2008. Works fine. The following is just a compilation from Saras blog with comments, all in one place.</p>
<p>Close Visual Studio. Add a string value to the Windows registry called <strong>Guides</strong> with the value <strong>RGB(153,153,153) 79</strong> for a gray (#999) guideline at column 80 to any of the following locations.</p>
<p>Visual Studio 2005: <strong>[HKEY_CURRENT_USER]\Software\Microsoft\<br />
VisualStudio\8.0\Text Editor</strong></p>
<p>Visual Studio Express 2005: <strong>[HKEY_CURRENT_USER]\Software\Microsoft\<br />
VCExpress\8.0\Text Editor</strong></p>
<p>Visual Studio Express 2008: <strong>[HKEY_CURRENT_USER]\Software\Microsoft\<br />
VCExpress\9.0\Text Editor</strong></p>
<p><a href="http://olalindberg.com/blog/wp-content/uploads/2008/01/080126_guides_vsexpress_regedit.jpg" title="Regedit: Guidelines in Visual Studio Express"><br />
<img src="http://olalindberg.com/blog/wp-content/uploads/2008/01/080126_guides_vsexpress_regedit.thumbnail.jpg" alt="Regedit: Guidelines in Visual Studio Express" align="right" /></a>It would of course be nice to have the setting in Visual Studio but for now this is good enough!</p>
]]></content:encoded>
			<wfw:commentRss>http://olalindberg.com/blog/2008/01/26/80-column-guidelines-in-visual-studio-express/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Kinesis Advantage - Customization for International Layouts</title>
		<link>http://olalindberg.com/blog/2008/01/22/kinesis-advantage-customization-for-international-layouts/</link>
		<comments>http://olalindberg.com/blog/2008/01/22/kinesis-advantage-customization-for-international-layouts/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 20:21:05 +0000</pubDate>
		<dc:creator>Ola Lindberg</dc:creator>
		
		<category><![CDATA[personal]]></category>

		<category><![CDATA[ergonomy]]></category>

		<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://olalindberg.com/blog/2008/01/22/kinesis-advantage-customization-for-international-layouts/</guid>
		<description><![CDATA[I have been using a Kinesis Advantage keyboard for half a year now and I think it&#8217;s a great keyboard. My hands feels more relaxed now than before and my RSI symptoms have decreased dramatically.
Since I mostly use a Swedish variant of Dvorak (Svorak-A1) I had some problems finding the built in shortcuts for selecting [...]]]></description>
			<content:encoded><![CDATA[<p>I have been using a Kinesis Advantage keyboard for half a year now and I think it&#8217;s a great keyboard. My hands feels more relaxed now than before and my RSI symptoms have decreased dramatically.</p>
<p>Since I mostly use a Swedish variant of Dvorak (<a title="AOEU.info - Svorak A1" href="http://aoeu.info/?page=svorak&amp;section=dvorak" onclick="javascript:pageTracker._trackPageview('/outbound/article/aoeu.info');">Svorak-A1</a>) I had some problems finding the built in shortcuts for selecting different settings on the layout (the <a title="Kinesis Advantage - PDF Manual" href="http://www.kinesis-ergo.com/support/adv-mpc_v3-1.pdf" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.kinesis-ergo.com');">shortcuts mentioned in the manual</a> doesn&#8217;t work the same way on a <a title="Kinesis Advantage - Swedish Layout" href="http://picasaweb.google.com/lindberg.ola/KinesisAdvantageKeyboard/photo#5083037720520997282" onclick="javascript:pageTracker._trackPageview('/outbound/article/picasaweb.google.com');">Swedish layout</a> as on a <a title="Kinesis Advantage - En/Us Layout" href="http://olalindberg.com/blog/wp-content/uploads/2008/01/080122_kb_adv-blk720x471.jpg" >En/Us layout</a>).</p>
<p><strong>On a Swedish version of the Advantage, use the following shortcuts instead</strong></p>
<p>Turn on and off audible tones (sounds for Caps Lock / Num Lock)</p>
<ul>
<li>Program + (?+\)</li>
</ul>
<p>Turn on and off key clicks</p>
<ul>
<li> Program + (*&#8217;)</li>
</ul>
<p>Instant Configuration</p>
<ul>
<li>(´`) + (w) for &#8220;Windows mode&#8221;</li>
<li>(´`) + (p) for &#8220;non Windows mode&#8221; (use this for international Windows layout and in Linux)</li>
<li>(´`) + (m) for &#8220;Macintosh mode&#8221;</li>
</ul>
<p>Reset (there are several different resets, see the manual for more info) the keyboard:</p>
<ul>
<li>Program + Shift + F10</li>
</ul>
<p>Kinesis On-Board Dvorak Layout (on a Swedish computer)</p>
<ul>
<li>Program + Shift + F5</li>
</ul>
<p><a title="Kinesis On-Board Dvorak Layout (on a Swedish computer)" href="http://olalindberg.com/blog/wp-content/uploads/2008/01/080122_kinesis_advantage_dvorakonswedish.gif" ><img src="http://olalindberg.com/blog/wp-content/uploads/2008/01/080122_kinesis_advantage_dvorakonswedish.thumbnail.gif" alt="Kinesis On-Board Dvorak Layout (on a Swedish computer)" align="right" /></a>If you are using a Swedish layout and switch to the on-board Dvorak layout your layout will look a bit different than the layout presented in the manual. The attached image shows how my layout works or download the <a title="Kinesis On-Board Dvorak Layout (on a Swedish computer) SVG" href="http://olalindberg.com/blog/wp-content/uploads/2008/01/080122_kinesis_advantage_dvorakonswedish.svg" >SVG</a> of the layout.</p>
]]></content:encoded>
			<wfw:commentRss>http://olalindberg.com/blog/2008/01/22/kinesis-advantage-customization-for-international-layouts/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Todays Friday Fun; Chain Factor</title>
		<link>http://olalindberg.com/blog/2007/12/21/todays-friday-fun-chain-factor/</link>
		<comments>http://olalindberg.com/blog/2007/12/21/todays-friday-fun-chain-factor/#comments</comments>
		<pubDate>Fri, 21 Dec 2007 09:07:40 +0000</pubDate>
		<dc:creator>Ola Lindberg</dc:creator>
		
		<category><![CDATA[games]]></category>

		<guid isPermaLink="false">http://olalindberg.com/blog/2007/12/21/todays-friday-fun-chain-factor/</guid>
		<description><![CDATA[For all you remembering the obsessive Zoo Keeper behavior with fear look away. The rest of you head over to the wonderful puzzle game Chain Factor!
]]></description>
			<content:encoded><![CDATA[<p>For all you remembering the obsessive <a href="http://en.wikipedia.org/wiki/Zoo_Keeper#Zoo_Keeper" onclick="javascript:pageTracker._trackPageview('/outbound/article/en.wikipedia.org');" title="Zoo Keeper at Wikipedia">Zoo Keeper</a> behavior with fear look away. The rest of you head over to the wonderful puzzle game <a href="http://chainfactor.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/chainfactor.com');" title="Puzzle game Chain Factor">Chain Factor</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://olalindberg.com/blog/2007/12/21/todays-friday-fun-chain-factor/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Petition: Send material from SR and SVT in open formats</title>
		<link>http://olalindberg.com/blog/2007/12/15/petition-send-material-from-sr-and-svt-in-open-formats/</link>
		<comments>http://olalindberg.com/blog/2007/12/15/petition-send-material-from-sr-and-svt-in-open-formats/#comments</comments>
		<pubDate>Sat, 15 Dec 2007 14:35:04 +0000</pubDate>
		<dc:creator>Ola Lindberg</dc:creator>
		
		<category><![CDATA[open source]]></category>

		<category><![CDATA[sound &amp; vision]]></category>

		<guid isPermaLink="false">http://olalindberg.com/blog/2007/12/15/petition-send-material-from-sr-and-svt-in-open-formats/</guid>
		<description><![CDATA[I think you all should head over to the petition to make SR and SVT send all material in an open format! If you are interested read a rant on SVT, SR and open formats (skip down to 5th paragraph).
]]></description>
			<content:encoded><![CDATA[<p>I think you all should head over to <a href="http://www.namninsamling.se/index.php?sida=2&amp;nid=1120" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.namninsamling.se');" title="Petition: SR and SVT open formats">the petition to make SR and SVT send all material in an open format</a>! If you are interested read a <a href="http://dsvensson.wordpress.com/2007/12/11/sveriges-television/" onclick="javascript:pageTracker._trackPageview('/outbound/article/dsvensson.wordpress.com');" title="Rant on open formats, sr and svt">rant on SVT, SR and open formats</a> (skip down to 5th paragraph).</p>
]]></content:encoded>
			<wfw:commentRss>http://olalindberg.com/blog/2007/12/15/petition-send-material-from-sr-and-svt-in-open-formats/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Two Finger Touchpad Scrolling in Ubuntu!</title>
		<link>http://olalindberg.com/blog/2007/11/14/two-finger-touchpad-scrolling-in-ubuntu/</link>
		<comments>http://olalindberg.com/blog/2007/11/14/two-finger-touchpad-scrolling-in-ubuntu/#comments</comments>
		<pubDate>Wed, 14 Nov 2007 20:35:25 +0000</pubDate>
		<dc:creator>Ola Lindberg</dc:creator>
		
		<category><![CDATA[applications]]></category>

		<guid isPermaLink="false">http://olalindberg.com/blog/2007/11/15/two-finger-touchpad-scrolling-in-ubuntu/</guid>
		<description><![CDATA[After some tips from Adam I set up two finger scrolling on the touchpad on my old laptop. Add the options to your xorg.conf file and you&#8217;re good to go!

 Screenshot of the Touchpad section from my Xorg.conf
If you want more options. See the Gento Wiki about Synaptics Touchpad.
]]></description>
			<content:encoded><![CDATA[<p>After some tips from Adam I set up two <a href="http://lucumr.pocoo.org/cogitations/2007/11/13/two-finger-scrolling-on-ubuntu/" onclick="javascript:pageTracker._trackPageview('/outbound/article/lucumr.pocoo.org');" title="Xorg - Two Finger Scrolling">finger scrolling on the touchpad</a> on my old laptop. Add the options to your xorg.conf file and you&#8217;re good to go!</p>
<p><img src="http://olalindberg.com/blog/wp-content/uploads/2007/11/071114_twofingerscrollinubuntu.png" alt="Screenshot: Two Finger Scrolling in Ubuntu - Xorg.conf" height="430" width="814" /><br />
<em> Screenshot of the Touchpad section from my Xorg.conf</em></p>
<p>If you want more options. See the <a href="http://lucumr.pocoo.org/cogitations/2007/11/13/two-finger-scrolling-on-ubuntu/" onclick="javascript:pageTracker._trackPageview('/outbound/article/lucumr.pocoo.org');" title="Gentoo Wiki about Synaptics">Gento Wiki about Synaptics Touchpad</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://olalindberg.com/blog/2007/11/14/two-finger-touchpad-scrolling-in-ubuntu/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
