<?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>Bones Brigadier – Recycling Code Depot</title>
	<atom:link href="http://bonesbrigadier.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://bonesbrigadier.com</link>
	<description>A journey into programming, music and skateboarding…</description>
	<lastBuildDate>Mon, 28 Jun 2010 11:13:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Kindle</title>
		<link>http://bonesbrigadier.com/kindle/</link>
		<comments>http://bonesbrigadier.com/kindle/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 11:13:40 +0000</pubDate>
		<dc:creator>BonesBrigadier</dc:creator>
				<category><![CDATA[Reading]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[Kindle]]></category>

		<guid isPermaLink="false">http://bonesbrigadier.com/?p=46</guid>
		<description><![CDATA[I bought a Kindle (6&#8221;). I did it because: - I like to read - I hate carrying heavy books around (I read them at home) &#8220;You could have bought an IPad instead&#8221; someone said. I didn&#8217;t because the IPad: - Is (a lot) more expensive - Has a lot of distractions and I want to [...]]]></description>
			<content:encoded><![CDATA[<p>I bought a Kindle (6&#8221;). I did it because:<br />
- I like to read<br />
- I hate carrying heavy books around (I read them at home)</p>
<p>&#8220;You could have bought an IPad instead&#8221; someone said. I didn&#8217;t because the IPad:<br />
- Is (a lot) more expensive<br />
- Has a lot of distractions and I want to focus on reading.</p>
<p>So, the Kindle arrived on friday and I knew I was going to love it straight away.</p>
<p>I transfered some PDFs to it (via USB) and all went smoothly. The problem was to read them&#8230; The font was just too small. I thought that would be the end of the Kindle experience for me but, as I said, I loved my Kindle and was not ready to give up straight away.</p>
<p>After a few searches I discovered there was a new version of the Kindle software available <a title="here" href="http://www.amazon.com/gp/help/customer/display.html?nodeId=200324680" target="_blank">here</a>.</p>
<p>Although the new pdf functionalities were an improvement, still weren&#8217;t good enough. Zoom is good but not the solution (when you zoom in you are left with horizontal and vertical scroll bars which are not easy to deal with).</p>
<p>Once again I remembered I loved my Kindle and so I was not yet ready to throw the towel.</p>
<p>A few more searches took me to a program called Calibre and this is where the magic happened! Installed it on my MacBook and added one PDF to it. Converted it to mobi format and transfered it to my Kindle. Opened it and voila! Success!</p>
<p>I love my Kindle.</p>
]]></content:encoded>
			<wfw:commentRss>http://bonesbrigadier.com/kindle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NAnt, NAntContrib and sln</title>
		<link>http://bonesbrigadier.com/nant-nantcontrib-and-sln/</link>
		<comments>http://bonesbrigadier.com/nant-nantcontrib-and-sln/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 08:09:54 +0000</pubDate>
		<dc:creator>BonesBrigadier</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Build]]></category>
		<category><![CDATA[NAnt]]></category>
		<category><![CDATA[NAntContrib]]></category>

		<guid isPermaLink="false">http://bonesbrigadier.com/?p=41</guid>
		<description><![CDATA[When running a NAnt build for a project I am working on at the moment I got the following error: &#8220;Failure scanning &#8216;{PathToNAnt.Contrib.Tasks.dll}&#8217; for extensions. Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.&#8221; This was obviously related to the NAntContrib &#60;msbuild&#62; task as per target below: [...]]]></description>
			<content:encoded><![CDATA[<p>When running a NAnt build for a project I am working on at the moment I got the following error:</p>
<p>&#8220;Failure scanning &#8216;{PathToNAnt.Contrib.Tasks.dll}&#8217; for extensions. Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.&#8221;</p>
<p>This was obviously related to the NAntContrib &lt;msbuild&gt; task as per target below:</p>
<p>&lt;target name=&#8221;devBuild&#8221; depends=&#8221;cleanDev&#8221; description=&#8221;"&gt;<br />
&lt;loadtasks assembly=&#8221;{PathToNAntContribTasksdll}&#8221; /&gt;<br />
&lt;msbuild project=&#8221;{SolutionFile.sln}&#8221; /&gt;<br />
&lt;/target&gt;</p>
<p>In the end, the problem was the version of NAntContribTasks.dll I was using (0.84). I downloaded 0.85 and pointed to it instead and life is beautiful again.</p>
]]></content:encoded>
			<wfw:commentRss>http://bonesbrigadier.com/nant-nantcontrib-and-sln/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fitnesse &#8211; App.config</title>
		<link>http://bonesbrigadier.com/fitnesse-appconfig/</link>
		<comments>http://bonesbrigadier.com/fitnesse-appconfig/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 09:34:12 +0000</pubDate>
		<dc:creator>BonesBrigadier</dc:creator>
				<category><![CDATA[Fitnesse]]></category>

		<guid isPermaLink="false">http://bonesbrigadier.wordpress.com/?p=33</guid>
		<description><![CDATA[To link an App.config to your fitnesse tests use a real path (eg. c:\inetpub\fitnesse\dotnet\App.config) instead of the virtual/relative as used to link dll files and folders (eg. /dotnet/*.dll). I spent quite a few time trying to find how to do this and couldn&#8217;t find documentation on it so I hope this will help someone.]]></description>
			<content:encoded><![CDATA[<p>To link an App.config to your fitnesse tests use a real path (eg. c:\inetpub\fitnesse\dotnet\App.config) instead of the virtual/relative as used to link dll files and folders (eg. /dotnet/*.dll).</p>
<p>I spent quite a few time trying to find how to do this and couldn&#8217;t find documentation on it so I hope this will help someone.</p>
]]></content:encoded>
			<wfw:commentRss>http://bonesbrigadier.com/fitnesse-appconfig/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
