<?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>Andrew Jackson</title>
	<atom:link href="http://www.a-jackson.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.a-jackson.co.uk</link>
	<description>Programming and Gaming</description>
	<lastBuildDate>Tue, 10 Aug 2010 08:26:28 +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>XBMC</title>
		<link>http://www.a-jackson.co.uk/2010/08/xbmc/</link>
		<comments>http://www.a-jackson.co.uk/2010/08/xbmc/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 08:26:28 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[XBMC]]></category>

		<guid isPermaLink="false">http://www.a-jackson.co.uk/?p=524</guid>
		<description><![CDATA[I&#8217;ve recently purchased an Acer Revo 3610 for use as a media centre. It came with Linpus Linux pre-installed although I promptly removed this to install XBMC Live. This was very easy to install. I created a bootable USB drive from the ISO file, installed it, and it worked. There was one small issue with [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently purchased an Acer Revo 3610 for use as a media centre. It came with Linpus Linux pre-installed although I promptly removed this to install XBMC Live. This was very easy to install. I created a bootable USB drive from the ISO file, installed it, and it worked. There was one small issue with the sound in the menus although creating a .asoundrc file in the home directory fixed this. I bought a Windows Media Centre remote control and once that arrived, I plugged it in and it worked straight away.</p>
<p>Then I decided I wanted to play around with it. I thought it would be a good idea to install Xubuntu with XBMC on top so that I could have a desktop as well if I should ever need it. I thought this would be just as easy to get running; I was wrong.</p>
<p>Installing Xubuntu was easy enough. I made a bootable USB drive again and installed it without any problems. I had to install the proprietory drivers for the NVidia Ion graphics, there was a lot of system updates to install. The wireless network didn&#8217;t work, and still doesn&#8217;t since I don&#8217;t need it. I&#8217;ve found how to fix it just haven&#8217;t done it yet. I added the PPA for XBMC-SVN so I could get the latest builds of 10.5 rather than the released 9.11 and installing it easy. Then I noticed, I had no sound. I had connected the Revo to my TV through HDMI and getting the sound to work through it wasn&#8217;t as easy.</p>
<p>In XBMC Live I had just selected HDMI as my sound output, under Xubuntu I didn&#8217;t have this option at all. Googling revealed this to be a common problem with a whole host of solutions, non of which seemed to work. I ended up breaking the sound completely to the point that it wouldn&#8217;t even detect sound cards anymore and for some reason the graphics drivers were broken so I could only run in &#8220;Low graphics mode&#8221;. I gave up and reinstalled Xubuntu again to get a clean slate. It only took about 25 minutes and I figured it was probably quicker. In the end it was a post on <a href="http://www.one-eye.co.uk/2010/05/return-to-revo-ubuntu.html">One Eye</a> that fixed the issue, so a big thanks there. It was quite late by this point so I was glad to get it working.</p>
<p>Once sound and video were working it was simple enough to get everything else set up. The remote worked as soon as I installed lirc, then I just set it to login automatically into an XBMC session. Once this was done I rebooted and it all worked.</p>
<p>XBMC makes for a great media centre. I&#8217;ve used it previously on an old Xbox but this newer version running on a more powerful PC with HD support and all is a lot better. I never used to use the library because it would really slowly on my Xbox but now it runs smoothly. I&#8217;d recommend XBMC to anyone who wanted a media centre. I might try out some others now that I have Xubuntu working it shouldn&#8217;t be hard to install others without messing up XBMC but it would have to be something exceptional to get me to change. I was tempted to get a TV tuner card and try out MythTV but that might have to wait for the future. It wouldn&#8217;t fit in my Revo and I don&#8217;t have a spare computer to use as the server.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.a-jackson.co.uk/2010/08/xbmc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TV Sorter Released</title>
		<link>http://www.a-jackson.co.uk/2010/05/tv-sorter-released/</link>
		<comments>http://www.a-jackson.co.uk/2010/05/tv-sorter-released/#comments</comments>
		<pubDate>Mon, 03 May 2010 11:29:03 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.a-jackson.co.uk/?p=518</guid>
		<description><![CDATA[Over the last few months I have been developing a tool called TV Sorter. I use it for sorting episodes of TV shows on my server. The program analyses the file names of the episodes and using the data it finds, as well as data from scraped from The TVDB. It renames and moves the [...]]]></description>
			<content:encoded><![CDATA[<p>Over the last few months I have been developing a tool called TV Sorter. I use it for sorting episodes of TV shows on my server. The program analyses the file names of the episodes and using the data it finds, as well as data from scraped from The TVDB. It renames and moves the files to a predefined location, based on the output format.</p>
<p>This saves me a lot of time each week sorting the episodes as now I can just load up the program, hit refresh, check the files I want to move and press rename and move.</p>
<p>I have released the code as an open source project on Google Code at <a href="http://code.google.com/p/tvsorter">http://code.google.com/p/tvsorter</a> and will continue to update it with new features and bug fixes. I may also write some proper documentation for it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.a-jackson.co.uk/2010/05/tv-sorter-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Changed Award</title>
		<link>http://www.a-jackson.co.uk/2010/04/changed-award/</link>
		<comments>http://www.a-jackson.co.uk/2010/04/changed-award/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 08:57:21 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Uni]]></category>

		<guid isPermaLink="false">http://www.a-jackson.co.uk/?p=512</guid>
		<description><![CDATA[I&#8217;ve switched awards. I&#8217;m no longer doing Games Programming, I have switched on Computing Science. My main reasons for this were that I didn&#8217;t want to do any of the games modules next year and I wanted some a little more open. This has given me much more freedom for my final year project. I [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve switched awards. I&#8217;m no longer doing Games Programming, I have switched on Computing Science. My main reasons for this were that I didn&#8217;t want to do any of the games modules next year and I wanted some a little more open.</p>
<p>This has given me much more freedom for my final year project. I have a few ideas but I worry that they might be a little ambitious. Maybe I need to scale the design down a little. The problem I am having is that 2 years of games programming has really only left me with knowledge in general programming, graphics and AI. I haven&#8217;t really done any other topics in any detail. This doesn&#8217;t leave me with much of a starting point.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.a-jackson.co.uk/2010/04/changed-award/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No longer stranded</title>
		<link>http://www.a-jackson.co.uk/2010/04/no-longer-stranded/</link>
		<comments>http://www.a-jackson.co.uk/2010/04/no-longer-stranded/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 08:23:54 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Germany]]></category>
		<category><![CDATA[Holiday]]></category>
		<category><![CDATA[Placement]]></category>

		<guid isPermaLink="false">http://www.a-jackson.co.uk/?p=510</guid>
		<description><![CDATA[I&#8217;m back in Germany now. I managed to get a flight back here on Thursday after the airspace reopened Wednesday. That means I was back at work on Friday. 1 day weeks are awesome. We should have them more often. The flight was quite uneventful and we couldn&#8217;t see any ash they kept talking about. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m back in Germany now. I managed to get a flight back here on Thursday after the airspace reopened Wednesday. That means I was back at work on Friday. 1 day weeks are awesome. We should have them more often.<br />
The flight was quite uneventful and we couldn&#8217;t see any ash they kept talking about. At least the engines didn&#8217;t cut out and we didn&#8217;t fall out of the sky. That&#8217;s always a plus.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.a-jackson.co.uk/2010/04/no-longer-stranded/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stranded</title>
		<link>http://www.a-jackson.co.uk/2010/04/stranded/</link>
		<comments>http://www.a-jackson.co.uk/2010/04/stranded/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 10:21:56 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Germany]]></category>
		<category><![CDATA[Holiday]]></category>
		<category><![CDATA[Munich]]></category>
		<category><![CDATA[Placements]]></category>

		<guid isPermaLink="false">http://www.a-jackson.co.uk/?p=507</guid>
		<description><![CDATA[I&#8217;ve been at home in England for the last couple of weeks. I was supposed to be flying back tonight but given the volcanic ash cloud that has covered Europe; my flight has been cancelled. I suppose I&#8217;ll have to take a couple of extra days of work next week but with no signs of [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been at home in England for the last couple of weeks. I was supposed to be flying back tonight but given the volcanic ash cloud that has covered Europe; my flight has been cancelled. I suppose I&#8217;ll have to take a couple of extra days of work next week but with no signs of the volcano stopping it could be far longer.</p>
<p>I guess I&#8217;ll just have to wait and see. There isn&#8217;t a lot you can do about a volcano erupting.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.a-jackson.co.uk/2010/04/stranded/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Windows Home Server Problems</title>
		<link>http://www.a-jackson.co.uk/2010/03/more-windows-home-server-problems/</link>
		<comments>http://www.a-jackson.co.uk/2010/03/more-windows-home-server-problems/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 11:01:54 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[WHS]]></category>

		<guid isPermaLink="false">http://www.a-jackson.co.uk/?p=499</guid>
		<description><![CDATA[This morning I started the have some more problems with my Windows Home Server. It just seems to eat through hard drives like crazy. It wouldn&#8217;t boot so I booted a live CD of XP that I have. This couldn&#8217;t read the C drive saying that it was corrupt and unreadable. I ran chkdsk /r [...]]]></description>
			<content:encoded><![CDATA[<p>This morning I started the have some more problems with my Windows Home Server. It just seems to eat through hard drives like crazy. It wouldn&#8217;t boot so I booted a live CD of XP that I have. This couldn&#8217;t read the C drive saying that it was corrupt and unreadable.</p>
<p>I ran chkdsk /r C: and left it. This took quite a while but completed. Still couldn&#8217;t read C. I ran it again but still nothing. I tried to reboot anyway but still nothing.</p>
<p>I am now having to do a server re-installation. This will be quite annoying since I&#8217;ll lose all my settings and programs but at least I should still have my data drives.</p>
<p>The last time I did this it took me quite a while to get everything set up again. I am hoping that this will last until Easter when I will buy a new hard drive while back in England. I have a feeling that this one might be on the way out. Unless it is something that Windows did to break it.</p>
<p>Either way, assuming this re-install works, it will probably take me most of the afternoon to get it up and running again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.a-jackson.co.uk/2010/03/more-windows-home-server-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy birthday blog</title>
		<link>http://www.a-jackson.co.uk/2010/03/happy-birthday-blog/</link>
		<comments>http://www.a-jackson.co.uk/2010/03/happy-birthday-blog/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 07:49:11 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.a-jackson.co.uk/?p=494</guid>
		<description><![CDATA[Just a short post to say this blog is one year old today. I was reminded by an email this morning, the receipt for the automatic credit card payment on the hosting.]]></description>
			<content:encoded><![CDATA[<p>Just a short post to say this blog is one year old today. I was reminded by an email this morning, the receipt for the automatic credit card payment on the hosting.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.a-jackson.co.uk/2010/03/happy-birthday-blog/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mass Effect 2</title>
		<link>http://www.a-jackson.co.uk/2010/02/mass-effect-2/</link>
		<comments>http://www.a-jackson.co.uk/2010/02/mass-effect-2/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 12:46:19 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[Review]]></category>

		<guid isPermaLink="false">http://www.a-jackson.co.uk/?p=491</guid>
		<description><![CDATA[It&#8217;s been nearly 2 weeks since the release of Mass Effect 2 and thought that it was about time that I wrote something about it. I&#8217;ve already completed it and am now on a second play through. I think that it is a good improvement on the original. I like the new combat system, it [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been nearly 2 weeks since the release of Mass Effect 2 and thought that it was about time that I wrote something about it. I&#8217;ve already completed it and am now on a second play through.</p>
<p>I think that it is a good improvement on the original. I like the new combat system, it is good enough to rival other 3rd person shooters such as Gears of War and Army of Two. Having ammo is a little annoying since it wasn&#8217;t there before, they call them thermal clips to stop the weapon overheating but really it is just ammo. Ammo isn&#8217;t very rare though and only occasionally have I found myself a little short.</p>
<p>I imported my save from Mass Effect 1 and it seems to have worked  well. I had completed it on hardcore difficulty and was level 57. I started at level 3 with 5,000 of each resource, 130,000 credits and 160 paragon points. It was a nice boost to start with although it won&#8217;t have made much difference if I hadn&#8217;t had it. The main benefit to the import was your decisions carrying over. A lot of them are just an extra side quest, or some dialogue with someone but I would like to see what is different. It seems that the default choices for not imported are all different to what I had so I will have to try it at some point. It seems there is more of an impact from your choices in this game. I would have to play it again being a renegade to find out how different but before it seemed a bit superficial.</p>
<p>By the time I had completed the game for the first time (on veteran difficulty) I was level 25. I then started again on insanity with a new game plus and it didn&#8217;t long to reach the level cap of 30. In this play through I want to try to do everything, find every side mission and get every upgrade so it is taking me a while longer. Insanity is a lot more difficult though, every enemy has armour or shields and there is more of them.</p>
<p>Having the mine resources for upgrades is a little tedious. It can take  a long time to complete one planet and then there are dozens more. The new game plus gives 50,000 of each resource as a bonus which lasted me  a while but now it has mostly gone and I&#8217;m having the mine again. Finding side missions along the way does help to break it up though.</p>
<p>Most of the games achievements are quite easy to get. By the end of my first play through I was missing about 5. Now the only one I don&#8217;t have is to complete the game on insanity which I should get soon and then I&#8217;ll have all 1015 points. If you played on insanity to start with on an imported character there is no reason you couldn&#8217;t get all of them on one play through. A little different to needing at least 3 before.</p>
<p>Overall I think that is a great game. I have already logged over 50 hours of gameplay from it and will get a lot more yet. As I said, I want to play as the bad guy once as well but I might leave that for a while to space it out since there aren&#8217;t many games I want now for about 6 months. I still have to play Assassin&#8217;s Creed 2. I have barely started it so far.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.a-jackson.co.uk/2010/02/mass-effect-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backups</title>
		<link>http://www.a-jackson.co.uk/2010/02/backups/</link>
		<comments>http://www.a-jackson.co.uk/2010/02/backups/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 08:10:14 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[WHS]]></category>

		<guid isPermaLink="false">http://www.a-jackson.co.uk/?p=488</guid>
		<description><![CDATA[We live in a world now where everyone has data that is important and they don&#8217;t want to lose but, where all this data is on devices that aren&#8217;t perfect. Hard drives fail, pen drives are lost, discs get scratched and (for anyone still living 15 years ago) floppy drives get put on a box [...]]]></description>
			<content:encoded><![CDATA[<p>We live in a world now where everyone has data that is important and they don&#8217;t want to lose but, where all this data is on devices that aren&#8217;t perfect. Hard drives fail, pen drives are lost, discs get scratched and (for anyone still living 15 years ago) floppy drives get put on a box of magnets.</p>
<p>The point is, backup is very important, but it is something that no one really considers worth doing until after they need it, by then, it is too late. There are plenty of ways to back up all kinds of data now. Most of it depends on what kind of data it is, and where it is saved.</p>
<p>It is important to remember, it is not a backup if it is the only copy. This might seem obvious but I have seen people who have burned their photo collection to a DVD and then think the data is backed up so they delete the files from their computer. Then after 6 months of using the DVD as a coaster on their desk they want to show someone their holiday pictures and find the DVD doesn&#8217;t work anymore. They are then confused because it is a backup.</p>
<p>I&#8217;m a little paranoid when it comes to back ups. I don&#8217;t want to lose anything so I have at least 2 copies of irreplaceable data that I would be upset if I lost, and several copies of incredibly important data where I would be screwed completely if I lost it (such as my university work, data loss isn&#8217;t an excuse for a late assignment). The problem with all this is that I am really lazy. I don&#8217;t want to have to remember to back up everything all the time, I just want it to run automatically.</p>
<p>Windows Home Server helps with this a lot, it can automatically backup the computers on your network everyday. It will turn it on at 2 am and backup the entire hard drive. This doesn&#8217;t take long since it only does an incremental backup. Some of the important data I keep on the server such as my photos are saved in a share with folder duplication enabled. This makes sure that everything in that shared folder is stored on 2 hard drives so if one fails, the data isn&#8217;t lost. Obviously this needs twice as much space so I can&#8217;t have it for everything.</p>
<p>I&#8217;m a little more paranoid than that though. I have a program running on the server that will download a complete backup of this website every night over FTP, and I have a plugin installed that emails me a database backup every night. The programs I use for this are <a href="http://fullsync.sourceforge.net">FullSync</a> and the plugin <a href="http://wordpress.org/extend/plugins/wp-db-backup/">WP-DB-Backup</a>. I realise that my hosting company probably keeps backups, but I don&#8217;t want to have to rely on it only to find that they only do it once a month.  I don&#8217;t think that it is a good idea to rely on someone else to back up your data.</p>
<p>To stop my inbox getting filled with backups I use a useful Gmail feature, you can have + and then anything you want after the username and it will still arrive in your inbox, e.g. username+backups@gmail.com. This then lets you set a filter on incoming email to that address. I have these are automatically marked as read, achieved to skip the inbox, and labeled as backups. This stops them being in the way of my normal email but I still have them.</p>
<p>However, I don&#8217;t trust Gmail. A couple of years ago I logged in to find that every email was gone. Gmail never responded to my support request and I still don&#8217;t know what happened. That is why I backup my emails as well now. I have a program call <a href="http://www.gmail-backup.com/">Gmail Backup</a> that I run on a scheduled task every day to download all my emails into a zip file. It is possible to run from command line so I wrote a batch script to do it and have that run daily on a scheduled task. This is on my Windows Home Server as well so everything gets downloaded into my backups folder that has folder duplication on.</p>
<p>I also use <a href="https://www.dropbox.com/">Dropbox</a>. This is more for convenience of synchronizing my work between my PC and laptop but it doubles up as an extra backup. You can set a folder as being your Dropbox folder. Everything in the folder is automatically synchronized to their servers. If you install it on multiple computers then it will automatically download changes as well so it can keep several computers synchronized. You get 2GB of space on a free account.</p>
<p>I recently started using Subversion for all my version controlling of code. I didn&#8217;t use anything before. The SVN server is running on my Windows Home Server and the repositories are in a share with folder duplication. For an extra level of backup, there is the latest revision of everything in the share as well. &#8216;svn update&#8217; executes every night on a scheduled task. I never change the code in that folder so there should never be any problems with merging.</p>
<p>Finally, and again more of a convenience than a backup, I keep a copy of most important things on my pen drive just so I have them when I&#8217;m not on my computer. I have a portable version of Dropbox installed on it and the latest revision of my SVN repository so that is another backup as well.</p>
<p>I don&#8217;t expect most people are as thorough as me about backup but I think that everyone should have a system in place, an automatic one is even better because you can just set up and forget.</p>
<p>It is important to make sure that your backups are in a format that is easily restorable. Before I stared using WP-DB-Backup I was running a script I had written myself to back up to the database. It worked perfectly except the backup didn&#8217;t contain any SQL to create tables so it wouldn&#8217;t have been very easy to restore. There was also no compression on the file so they were starting to get quite big. I ran it on a cron on my hosting and it was starting to fill up my web space.</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 232px; width: 1px; height: 1px;">http://www.gmail-backup.com/</div>
]]></content:encoded>
			<wfw:commentRss>http://www.a-jackson.co.uk/2010/02/backups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code in posts</title>
		<link>http://www.a-jackson.co.uk/2010/02/code-in-posts/</link>
		<comments>http://www.a-jackson.co.uk/2010/02/code-in-posts/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 09:06:33 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://www.a-jackson.co.uk/?p=481</guid>
		<description><![CDATA[This morning I updated the plugin I use for posting code. It seems to have broken it completely. Hopefully another update will be released soon that will sort this out or I will have to try to roll back to the last version or find something else. This is probably the 3rd plugin that I [...]]]></description>
			<content:encoded><![CDATA[<p>This morning I updated the plugin I use for posting code. It seems to have broken it completely. Hopefully another update will be released soon that will sort this out or I will have to try to roll back to the last version or find something else.</p>
<p>This is probably the 3rd plugin that I have tried to use for code, I remember seeing an add in for Visual Studio that could copy code as HTML so maybe I&#8217;ll just start using that. Would probably be easier in the long run. Either way, it&#8217;ll have to wait until later.</p>
<p>Update: Abandoned the plugin in favour of plain HTML. It didn&#8217;t seem to be a problem in all browsers though.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.a-jackson.co.uk/2010/02/code-in-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
