<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Howard van Rooijen&#039;s Blog</title>
	<atom:link href="http://howard.vanrooijen.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://howard.vanrooijen.co.uk</link>
	<description>Work Smarter, Not Harder</description>
	<lastBuildDate>Fri, 20 May 2011 08:38:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Keymaps for ReSharper by Steve Culshaw</title>
		<link>http://howard.vanrooijen.co.uk/2010/01/27/keymaps-for-resharper/#comment-499</link>
		<dc:creator><![CDATA[Steve Culshaw]]></dc:creator>
		<pubDate>Fri, 20 May 2011 08:38:17 +0000</pubDate>
		<guid isPermaLink="false">http://howard.vanrooijen.co.uk/blog/?p=77#comment-499</guid>
		<description><![CDATA[Interesting post 

One point ... your colour scheme doesn&#039;t help people who have vision problems  :-(
An option to toggle would be nice]]></description>
		<content:encoded><![CDATA[<p>Interesting post </p>
<p>One point &#8230; your colour scheme doesn&#8217;t help people who have vision problems  <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /><br />
An option to toggle would be nice</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ordnance Survey&#8217;s GB Postcode to Longitude / Latitude Dataset by jay</title>
		<link>http://howard.vanrooijen.co.uk/2010/05/05/ordnance-surveys-gb-postcode-to-longitude-latitude-dataset/#comment-414</link>
		<dc:creator><![CDATA[jay]]></dc:creator>
		<pubDate>Wed, 30 Mar 2011 09:05:36 +0000</pubDate>
		<guid isPermaLink="false">http://howard.vanrooijen.co.uk/blog/?p=202#comment-414</guid>
		<description><![CDATA[Howard

any idea if/when full post code, lat long, street name, town, county etc may be made available FOC?]]></description>
		<content:encoded><![CDATA[<p>Howard</p>
<p>any idea if/when full post code, lat long, street name, town, county etc may be made available FOC?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ordnance Survey&#8217;s GB Postcode to Longitude / Latitude Dataset by davidbridge</title>
		<link>http://howard.vanrooijen.co.uk/2010/05/05/ordnance-surveys-gb-postcode-to-longitude-latitude-dataset/#comment-364</link>
		<dc:creator><![CDATA[davidbridge]]></dc:creator>
		<pubDate>Tue, 15 Feb 2011 16:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://howard.vanrooijen.co.uk/blog/?p=202#comment-364</guid>
		<description><![CDATA[An excellent article Howard. Thanks for this.

I also had trouble downloading the SSIS package for 2008 but got around this by making my own.

A note to all who might try this...

If you&#039;re having trouble getting the data in to sql due to the large number of files then, rather than go through the pain of creatign a file loop, simply concatenate the raw files in Windows. e.g. extract the zip to a folder, then issue a &quot;copy *.csv uk_postcodes.csv&quot; (can also be performed from a sql task if you can use xp_cmdshell and need to automate this step).

Once you have a single file with all the data in (which no longer appears to have problems with the missing quotes as of 15th Feb 2011), you can simply import it in to SQL using the data import wizard (right click on destination DB and choose Tasks-&gt;import data). I would recommend adding a header for column names in the CSV first rather than getting [column 0] etc from the wizard as there isn&#039;t one in the CSV by default but this is up to you. Beware the last column too as this will not fit in the default sql type of varchar(50). Change it to 100. Also put double quotes as the text delimiter

Perhaps rather than run immediately you might want to try saving as SSIS to the local server and then open from Visual Studio (BIDS). This will allow you to fine tune the import and you can delete all the columns you don&#039;t want to import.

This system worked for me.

Dave]]></description>
		<content:encoded><![CDATA[<p>An excellent article Howard. Thanks for this.</p>
<p>I also had trouble downloading the SSIS package for 2008 but got around this by making my own.</p>
<p>A note to all who might try this&#8230;</p>
<p>If you&#8217;re having trouble getting the data in to sql due to the large number of files then, rather than go through the pain of creatign a file loop, simply concatenate the raw files in Windows. e.g. extract the zip to a folder, then issue a &#8220;copy *.csv uk_postcodes.csv&#8221; (can also be performed from a sql task if you can use xp_cmdshell and need to automate this step).</p>
<p>Once you have a single file with all the data in (which no longer appears to have problems with the missing quotes as of 15th Feb 2011), you can simply import it in to SQL using the data import wizard (right click on destination DB and choose Tasks-&gt;import data). I would recommend adding a header for column names in the CSV first rather than getting [column 0] etc from the wizard as there isn&#8217;t one in the CSV by default but this is up to you. Beware the last column too as this will not fit in the default sql type of varchar(50). Change it to 100. Also put double quotes as the text delimiter</p>
<p>Perhaps rather than run immediately you might want to try saving as SSIS to the local server and then open from Visual Studio (BIDS). This will allow you to fine tune the import and you can delete all the columns you don&#8217;t want to import.</p>
<p>This system worked for me.</p>
<p>Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on StyleCop for ReSharper 5.1.14986.0000 Available by James Saull</title>
		<link>http://howard.vanrooijen.co.uk/2011/01/12/stylecop-for-resharper-5-1-14986-0000-available/#comment-230</link>
		<dc:creator><![CDATA[James Saull]]></dc:creator>
		<pubDate>Wed, 12 Jan 2011 20:40:39 +0000</pubDate>
		<guid isPermaLink="false">http://howard.vanrooijen.co.uk/?p=282#comment-230</guid>
		<description><![CDATA[There goes your income from selling SSDs ;o)]]></description>
		<content:encoded><![CDATA[<p>There goes your income from selling SSDs ;o)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A .NET Developer Guide to: MongoDB and NoRM by howardvanrooijen</title>
		<link>http://howard.vanrooijen.co.uk/2010/04/04/a-dotnet-developer-guide-to-mongodb-and-norm/#comment-226</link>
		<dc:creator><![CDATA[howardvanrooijen]]></dc:creator>
		<pubDate>Sun, 09 Jan 2011 13:24:04 +0000</pubDate>
		<guid isPermaLink="false">http://howard.vanrooijen.co.uk/blog/?p=156#comment-226</guid>
		<description><![CDATA[Hi Mike,

An updated version of this article is available at my other blog: 

http://blog.endjin.com/2010/12/a-step-by-step-guide-to-mongodb-for-net-developers/

This one has images!]]></description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>
<p>An updated version of this article is available at my other blog: </p>
<p><a href="http://blog.endjin.com/2010/12/a-step-by-step-guide-to-mongodb-for-net-developers/" rel="nofollow">http://blog.endjin.com/2010/12/a-step-by-step-guide-to-mongodb-for-net-developers/</a></p>
<p>This one has images!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A .NET Developer Guide to: MongoDB and NoRM by Mike</title>
		<link>http://howard.vanrooijen.co.uk/2010/04/04/a-dotnet-developer-guide-to-mongodb-and-norm/#comment-224</link>
		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Sat, 08 Jan 2011 16:21:32 +0000</pubDate>
		<guid isPermaLink="false">http://howard.vanrooijen.co.uk/blog/?p=156#comment-224</guid>
		<description><![CDATA[Thanks for the excellent presentation. Great teaching.

I&#039;m a bit late to this post. The image files are missing. Is is possible to restore them?

Thanks]]></description>
		<content:encoded><![CDATA[<p>Thanks for the excellent presentation. Great teaching.</p>
<p>I&#8217;m a bit late to this post. The image files are missing. Is is possible to restore them?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Blog by Writing plug-ins for ReSharper: Part 1 of Undefined &#124; Hadi Hariri&#039;s Blog</title>
		<link>http://howard.vanrooijen.co.uk/blog/#comment-138</link>
		<dc:creator><![CDATA[Writing plug-ins for ReSharper: Part 1 of Undefined &#124; Hadi Hariri&#039;s Blog]]></dc:creator>
		<pubDate>Fri, 05 Nov 2010 09:55:14 +0000</pubDate>
		<guid isPermaLink="false">http://howard.vanrooijen.co.uk/#comment-138</guid>
		<description><![CDATA[[...] - StyleCop for ReSharper by Howard Van Rooijen [...]]]></description>
		<content:encoded><![CDATA[<p>[...] &#8211; StyleCop for ReSharper by Howard Van Rooijen [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ordnance Survey&#8217;s GB Postcode to Longitude / Latitude Dataset by howardvanrooijen</title>
		<link>http://howard.vanrooijen.co.uk/2010/05/05/ordnance-surveys-gb-postcode-to-longitude-latitude-dataset/#comment-132</link>
		<dc:creator><![CDATA[howardvanrooijen]]></dc:creator>
		<pubDate>Sun, 24 Oct 2010 11:19:56 +0000</pubDate>
		<guid isPermaLink="false">http://howard.vanrooijen.co.uk/blog/?p=202#comment-132</guid>
		<description><![CDATA[I need to take a look and see if a newer data set is available and will try and crank the handle and re-import the data again...]]></description>
		<content:encoded><![CDATA[<p>I need to take a look and see if a newer data set is available and will try and crank the handle and re-import the data again&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ordnance Survey&#8217;s GB Postcode to Longitude / Latitude Dataset by Free our data</title>
		<link>http://howard.vanrooijen.co.uk/2010/05/05/ordnance-surveys-gb-postcode-to-longitude-latitude-dataset/#comment-131</link>
		<dc:creator><![CDATA[Free our data]]></dc:creator>
		<pubDate>Tue, 19 Oct 2010 16:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://howard.vanrooijen.co.uk/blog/?p=202#comment-131</guid>
		<description><![CDATA[Fantastic job Howard - i would echo Matthew&#039;s comments about the Long/Lat accuracy having a tolerance. Howard obviously didn&#039;t create the data, OS did.

OS i believe works from their own Grid Reference system, and the long/lat co-ordinates may well be converted mathematically leading to a degree of error. Would love to have this confirmed though - a quick lookup of a postcode on Google maps shows the postcode in the right place but the equivalent long/lat pair being 4 or 5 streets out!]]></description>
		<content:encoded><![CDATA[<p>Fantastic job Howard &#8211; i would echo Matthew&#8217;s comments about the Long/Lat accuracy having a tolerance. Howard obviously didn&#8217;t create the data, OS did.</p>
<p>OS i believe works from their own Grid Reference system, and the long/lat co-ordinates may well be converted mathematically leading to a degree of error. Would love to have this confirmed though &#8211; a quick lookup of a postcode on Google maps shows the postcode in the right place but the equivalent long/lat pair being 4 or 5 streets out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ordnance Survey&#8217;s GB Postcode to Longitude / Latitude Dataset by Matthew Chambers</title>
		<link>http://howard.vanrooijen.co.uk/2010/05/05/ordnance-surveys-gb-postcode-to-longitude-latitude-dataset/#comment-97</link>
		<dc:creator><![CDATA[Matthew Chambers]]></dc:creator>
		<pubDate>Mon, 06 Sep 2010 09:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://howard.vanrooijen.co.uk/blog/?p=202#comment-97</guid>
		<description><![CDATA[Firstly, thanks for getting this information together for us to use - I converted your sql document into MySQL queries which (after a while) has worked just fine but... 

Having the lat / lng of a postcode is great but if the location to be identified is not exactly on that coordinate it is not in the postcode it should be. This made me realise there is probably a tolerance for each coordinate (say, 1 mile radius around the coordinate) but surely this cannot be the same for all postcodes?

If you can shed any light on this I&#039;d appreciate it although you really have done enough for us already :)]]></description>
		<content:encoded><![CDATA[<p>Firstly, thanks for getting this information together for us to use &#8211; I converted your sql document into MySQL queries which (after a while) has worked just fine but&#8230; </p>
<p>Having the lat / lng of a postcode is great but if the location to be identified is not exactly on that coordinate it is not in the postcode it should be. This made me realise there is probably a tolerance for each coordinate (say, 1 mile radius around the coordinate) but surely this cannot be the same for all postcodes?</p>
<p>If you can shed any light on this I&#8217;d appreciate it although you really have done enough for us already <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

