<?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>Can Of Code</title>
	<atom:link href="http://www.canofcode.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.canofcode.co.uk</link>
	<description>Opening a new can of coding chatter</description>
	<lastBuildDate>Tue, 14 May 2013 15:08:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Fin,  A New Windows Phone App</title>
		<link>http://www.canofcode.co.uk/software/mobile/windows-phone/fin-windows-phone-app/</link>
		<comments>http://www.canofcode.co.uk/software/mobile/windows-phone/fin-windows-phone-app/#comments</comments>
		<pubDate>Wed, 17 Apr 2013 20:02:01 +0000</pubDate>
		<dc:creator>josh</dc:creator>
				<category><![CDATA[Windows Phone]]></category>
		<category><![CDATA[Fin]]></category>

		<guid isPermaLink="false">http://www.canofcode.co.uk/?p=444</guid>
		<description><![CDATA[Just a small post to announce the release of an app i have been working on for a little while. An important part of my job requires me to record how much time I spend on tasks. I used to store this information in a Word document which wasn&#8217;t practical especially if I was out [...]]]></description>
		<wfw:commentRss>http://www.canofcode.co.uk/software/mobile/windows-phone/fin-windows-phone-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Increasing the touch area of a Rectangle in XAML</title>
		<link>http://www.canofcode.co.uk/software/net/wpf/ncreasing-touch-area-rectangle-xaml/</link>
		<comments>http://www.canofcode.co.uk/software/net/wpf/ncreasing-touch-area-rectangle-xaml/#comments</comments>
		<pubDate>Fri, 22 Feb 2013 23:29:27 +0000</pubDate>
		<dc:creator>joshbro90</dc:creator>
				<category><![CDATA[Windows Phone]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://www.canofcode.co.uk/?p=429</guid>
		<description><![CDATA[I have been recently working on a Windows Phone project that required a small item to be dragged across the screen. It was soon discovered that while it worked nicely on the emulator using the precise mouse it wasn&#8217;t so easy to use when using my chubby fingers on a REAL device. The element i [...]]]></description>
		<wfw:commentRss>http://www.canofcode.co.uk/software/net/wpf/ncreasing-touch-area-rectangle-xaml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 8 &#8211; Adding a Share Contract to your App in C#</title>
		<link>http://www.canofcode.co.uk/software/windows-8-share-contract/</link>
		<comments>http://www.canofcode.co.uk/software/windows-8-share-contract/#comments</comments>
		<pubDate>Mon, 27 Aug 2012 18:33:56 +0000</pubDate>
		<dc:creator>joshbro90</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[DataTransferManager]]></category>
		<category><![CDATA[Share Contract]]></category>
		<category><![CDATA[Win8]]></category>
		<category><![CDATA[Windows 8]]></category>

		<guid isPermaLink="false">http://www.canofcode.co.uk/?p=346</guid>
		<description><![CDATA[I&#8217;ve finally started playing around with Windows 8 after spending ages getting it to work in VirtualBox. I struggled to find any sample code / tutorials on adding a share contract in C# so here is my guide. &#160; First things first we need to add a import statement: Using Windows.ApplicationModel.DataTransfer; &#160; Next up we [...]]]></description>
		<wfw:commentRss>http://www.canofcode.co.uk/software/windows-8-share-contract/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Phone Emulator Locations Map Issue</title>
		<link>http://www.canofcode.co.uk/software/windows-phone-emulator-locations-map-issue/</link>
		<comments>http://www.canofcode.co.uk/software/windows-phone-emulator-locations-map-issue/#comments</comments>
		<pubDate>Mon, 06 Aug 2012 12:41:24 +0000</pubDate>
		<dc:creator>joshbro90</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows Phone]]></category>
		<category><![CDATA[Windows Phone Emulator]]></category>
		<category><![CDATA[XDETools]]></category>

		<guid isPermaLink="false">http://www.canofcode.co.uk/?p=319</guid>
		<description><![CDATA[The last few days I have been getting a blank screen when trying to create mock locations in the Windows Phone emulator. After searching I found I wasn&#8217;t the only one with various forum threads dedicated to the issue. &#160; If anyone else is suffering with this problem, a temp fix has been posted by [...]]]></description>
		<wfw:commentRss>http://www.canofcode.co.uk/software/windows-phone-emulator-locations-map-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# Quick LINQ example</title>
		<link>http://www.canofcode.co.uk/software/net/c-quick-linq-example/</link>
		<comments>http://www.canofcode.co.uk/software/net/c-quick-linq-example/#comments</comments>
		<pubDate>Thu, 02 Aug 2012 11:16:14 +0000</pubDate>
		<dc:creator>joshbro90</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[LINQ]]></category>

		<guid isPermaLink="false">http://www.canofcode.co.uk/?p=305</guid>
		<description><![CDATA[Recently I&#8217;ve been working with LINQ so I thought i&#8217;d do a quick post to share the two basic LINQ approaches. First up is an example of a query that returns a collection of objects. In this case they are RouteItem objects. &#160; // The LINQ Query var routesInDB = from RouteItem route in DB.routeItems select route; // Populate a ObservableCollection with the query [...]]]></description>
		<wfw:commentRss>http://www.canofcode.co.uk/software/net/c-quick-linq-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Cookie Monster</title>
		<link>http://www.canofcode.co.uk/general/cookie-monster/</link>
		<comments>http://www.canofcode.co.uk/general/cookie-monster/#comments</comments>
		<pubDate>Sat, 26 May 2012 18:12:43 +0000</pubDate>
		<dc:creator>joshbro90</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Cookies]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.canofcode.co.uk/?p=273</guid>
		<description><![CDATA[I’m sure you have heard of the new EU directive that dictates that all website that wish to use cookies must inform the user. If you haven&#8217;t, here is an article from the BBC explaining the situation. &#160; &#160; My first reaction to seeing banners and messages on websites warning me of their cookie based [...]]]></description>
		<wfw:commentRss>http://www.canofcode.co.uk/general/cookie-monster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Revisiting the web</title>
		<link>http://www.canofcode.co.uk/software/web/revisiting-web/</link>
		<comments>http://www.canofcode.co.uk/software/web/revisiting-web/#comments</comments>
		<pubDate>Tue, 22 May 2012 10:55:35 +0000</pubDate>
		<dc:creator>joshbro90</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[expression web]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[turnkey]]></category>
		<category><![CDATA[virtualBox]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.canofcode.co.uk/?p=240</guid>
		<description><![CDATA[Over the last few years I have been focusing on C# and a little Java but after finally getting Uni out of the way i have decided to have a look back at web development. Browser Support One of the things that I found to be a useful discovery was the tools available in Firefox. [...]]]></description>
		<wfw:commentRss>http://www.canofcode.co.uk/software/web/revisiting-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backing up</title>
		<link>http://www.canofcode.co.uk/general/backing-up/</link>
		<comments>http://www.canofcode.co.uk/general/backing-up/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 19:54:15 +0000</pubDate>
		<dc:creator>joshbro90</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[backing up]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[MOZY]]></category>

		<guid isPermaLink="false">http://www.canofcode.co.uk/?p=208</guid>
		<description><![CDATA[Backing up? who cares.. For the last two weeks i have be working on my final year project for uni. One of the clear messages that has come across is the unnecessary dangers of not backing work up. If I&#8217;m honest i have never bothered with backing up because the Windows backup utility takes around [...]]]></description>
		<wfw:commentRss>http://www.canofcode.co.uk/general/backing-up/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why Sony will never be Apple</title>
		<link>http://www.canofcode.co.uk/general/sony-apple/</link>
		<comments>http://www.canofcode.co.uk/general/sony-apple/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 21:34:22 +0000</pubDate>
		<dc:creator>joshbro90</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Design flaw]]></category>
		<category><![CDATA[Sony]]></category>
		<category><![CDATA[VAIO]]></category>
		<category><![CDATA[VAIO SB]]></category>

		<guid isPermaLink="false">http://www.canofcode.co.uk/?p=201</guid>
		<description><![CDATA[I have had my Sony VAIO laptop for a few months now and overall I’m happy with it. However one thing on the laptop has being bugging me: If you didn’t see the problem from the video, let me explain. When you have anything plugged into the headphone jack, you’re unable to open the disc [...]]]></description>
		<wfw:commentRss>http://www.canofcode.co.uk/general/sony-apple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make a LED light up, The programers way</title>
		<link>http://www.canofcode.co.uk/software/what-is-arduino/</link>
		<comments>http://www.canofcode.co.uk/software/what-is-arduino/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 20:23:44 +0000</pubDate>
		<dc:creator>joshbro90</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[oomlout]]></category>

		<guid isPermaLink="false">http://www.canofcode.co.uk/?p=181</guid>
		<description><![CDATA[In my quest for avoiding what i should be doing I had discovered a rather fun bit of kit. The kit is called Arduino and for around £20 you get a circuit board that can plug into your usb port. As you can tell from my last sentence, I know absolutely nothing about electronics but that [...]]]></description>
		<wfw:commentRss>http://www.canofcode.co.uk/software/what-is-arduino/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
