<?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"
	>
<channel>
	<title>Comments for Noodles' Blog</title>
	<atom:link href="http://www.noodles.net.nz/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.noodles.net.nz</link>
	<description>There is no spoon</description>
	<pubDate>Wed, 27 Aug 2008 23:24:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>Comment on New Zealand Postcode Database by gerard</title>
		<link>http://www.noodles.net.nz/2006/08/09/nz-postcode-database/#comment-36351</link>
		<dc:creator>gerard</dc:creator>
		<pubDate>Mon, 11 Aug 2008 22:25:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.noodles.net.nz/?p=3#comment-36351</guid>
		<description>Our company, hscr, is a survey research company which specialises in surveying hospital and GP patients about the quality of care they have recently received. Each fortnight we send out 500+ letters to Auckland patients and in addition when we have special projects we may need to send thousands of questionnaires to people all over NZ. 
The new postcode system is great except that even when we have an Excel file of all the postcodes (Thanks a million noodles!!! I am happy to pay a small contribution to your efforts!) we still need a macro that looks at the columns of addresses that we have and assigns the correct postcode - of course our addresses have all kinds of different formats and abbreviations ("ave","rd", etc.) Is there such a macro available somewhere?</description>
		<content:encoded><![CDATA[<p>Our company, hscr, is a survey research company which specialises in surveying hospital and GP patients about the quality of care they have recently received. Each fortnight we send out 500+ letters to Auckland patients and in addition when we have special projects we may need to send thousands of questionnaires to people all over NZ.<br />
The new postcode system is great except that even when we have an Excel file of all the postcodes (Thanks a million noodles!!! I am happy to pay a small contribution to your efforts!) we still need a macro that looks at the columns of addresses that we have and assigns the correct postcode - of course our addresses have all kinds of different formats and abbreviations (&#8221;ave&#8221;,&#8221;rd&#8221;, etc.) Is there such a macro available somewhere?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DNS Stuff/DNS Report Alternative by n3ddy</title>
		<link>http://www.noodles.net.nz/2008/06/25/dns-stuffdns-report-alternative/#comment-36349</link>
		<dc:creator>n3ddy</dc:creator>
		<pubDate>Sun, 03 Aug 2008 14:19:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.noodles.net.nz/?p=21#comment-36349</guid>
		<description>I have just discovered http://w3dt.net/ which is an Australian DNS testing site, which has all the tools of dnsstuff.com and is 100% free.</description>
		<content:encoded><![CDATA[<p>I have just discovered <a href="http://w3dt.net/" rel="nofollow">http://w3dt.net/</a> which is an Australian DNS testing site, which has all the tools of dnsstuff.com and is 100% free.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iPhone 3G and Linksys WAG54G v3 incompatibility by John</title>
		<link>http://www.noodles.net.nz/2008/07/12/iphone-3g-and-linksys-wag54g-v3-incompatibility/#comment-36348</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sun, 03 Aug 2008 10:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.noodles.net.nz/?p=24#comment-36348</guid>
		<description>Hi There,

I had the same problem, and also upgraded the firmware which seemed to fix the iphone connectivity, but I have since noticed poor connection to the internet through the router and rang my provider, they told me that it has been dropping out regularly since July 11th (iPhone day) and also the day that I upgraded the firmware.

Has anyone else had this issue.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi There,</p>
<p>I had the same problem, and also upgraded the firmware which seemed to fix the iphone connectivity, but I have since noticed poor connection to the internet through the router and rang my provider, they told me that it has been dropping out regularly since July 11th (iPhone day) and also the day that I upgraded the firmware.</p>
<p>Has anyone else had this issue.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Zealand Postcode Database (V2) by Richard</title>
		<link>http://www.noodles.net.nz/2007/09/14/new-zealand-postcode-database-v2/#comment-36347</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Fri, 01 Aug 2008 10:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.noodles.net.nz/2007/09/14/new-zealand-postcode-database-v2/#comment-36347</guid>
		<description>I haven't yet downloaded the database as ive maxed out my data for the month and doing so will be painfully slow. But if the accuracy of this database is slightly out i just want to suggest how easy it would be to extract the info from publicly available pdfs using basic text parsing. 

For instance from post code directory pdfs simply select all text and dump to plain text file, then parse. 

Its very easy as the "junk" text such as "please visit our website.." is repeated in large blocks throughout the document and can be easily stripped out in a matter of seconds. 

That will leave u with some nice blocks of text starting with "Lobby Name Box/Bag Range Postcode", "Postcode Listings – Urban Areas " and "To check that an address is serviced by Rural Delivery" that you can use to change parsers for a specific post code type. 

If you look at the plain text dump you'll see that RD parsing is a piece of cake as are boxs and bags (lobby/start/end/post code). Its a very basic 3 columns format. Very simple.

Urban addresses look complicated but they are not if u consider that all New Zealand address fall into about 12 categories (streets/roads/lanes/etc). So when parsing the text for urban addresses just check and compare against these. If the word your on is one of these categories then you know uve just hit then end of a street, from there u should be expecting a suburb/town, so if u hit a numeric digit instead of a letter then you know you got a street range, then after the suburb/town the next series of digits is the post code. 

So the logic to parse the documents from NZ Post is very very simple, although given the copyright probably illegal. I estimate maybe 2-3 hours of coding and you'd have the whole database in 100% accurate form straight from the horses mouth so to speak.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t yet downloaded the database as ive maxed out my data for the month and doing so will be painfully slow. But if the accuracy of this database is slightly out i just want to suggest how easy it would be to extract the info from publicly available pdfs using basic text parsing. </p>
<p>For instance from post code directory pdfs simply select all text and dump to plain text file, then parse. </p>
<p>Its very easy as the &#8220;junk&#8221; text such as &#8220;please visit our website..&#8221; is repeated in large blocks throughout the document and can be easily stripped out in a matter of seconds. </p>
<p>That will leave u with some nice blocks of text starting with &#8220;Lobby Name Box/Bag Range Postcode&#8221;, &#8220;Postcode Listings – Urban Areas &#8221; and &#8220;To check that an address is serviced by Rural Delivery&#8221; that you can use to change parsers for a specific post code type. </p>
<p>If you look at the plain text dump you&#8217;ll see that RD parsing is a piece of cake as are boxs and bags (lobby/start/end/post code). Its a very basic 3 columns format. Very simple.</p>
<p>Urban addresses look complicated but they are not if u consider that all New Zealand address fall into about 12 categories (streets/roads/lanes/etc). So when parsing the text for urban addresses just check and compare against these. If the word your on is one of these categories then you know uve just hit then end of a street, from there u should be expecting a suburb/town, so if u hit a numeric digit instead of a letter then you know you got a street range, then after the suburb/town the next series of digits is the post code. </p>
<p>So the logic to parse the documents from NZ Post is very very simple, although given the copyright probably illegal. I estimate maybe 2-3 hours of coding and you&#8217;d have the whole database in 100% accurate form straight from the horses mouth so to speak.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Zealand Postcode Database (V2) by Chris</title>
		<link>http://www.noodles.net.nz/2007/09/14/new-zealand-postcode-database-v2/#comment-36346</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 01 Aug 2008 03:20:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.noodles.net.nz/2007/09/14/new-zealand-postcode-database-v2/#comment-36346</guid>
		<description>I notice that there are roughly 360 unique postcodes in your CSV file.  Having spoken to NZ Post, I understand that NZ actually has over 1600 unique postcodes.  Am I doing something stupid?

Thx.</description>
		<content:encoded><![CDATA[<p>I notice that there are roughly 360 unique postcodes in your CSV file.  Having spoken to NZ Post, I understand that NZ actually has over 1600 unique postcodes.  Am I doing something stupid?</p>
<p>Thx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iPhone 3G and Linksys WAG54G v3 incompatibility by David</title>
		<link>http://www.noodles.net.nz/2008/07/12/iphone-3g-and-linksys-wag54g-v3-incompatibility/#comment-36339</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 30 Jul 2008 03:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.noodles.net.nz/?p=24#comment-36339</guid>
		<description>Thank you thank you thank you thank you thank you. This was driving me mentally insane! Firmware upgrade worked + got some bonus features on my router ;-)</description>
		<content:encoded><![CDATA[<p>Thank you thank you thank you thank you thank you. This was driving me mentally insane! Firmware upgrade worked + got some bonus features on my router <img src='http://www.noodles.net.nz/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iPhone 3G and Linksys WAG54G v3 incompatibility by Nick MacKechnie</title>
		<link>http://www.noodles.net.nz/2008/07/12/iphone-3g-and-linksys-wag54g-v3-incompatibility/#comment-36281</link>
		<dc:creator>Nick MacKechnie</dc:creator>
		<pubDate>Sun, 20 Jul 2008 08:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.noodles.net.nz/?p=24#comment-36281</guid>
		<description>Hey dude,

I have a WAG54g V3, and I'm running 1.00.63 if you want a copy of it.</description>
		<content:encoded><![CDATA[<p>Hey dude,</p>
<p>I have a WAG54g V3, and I&#8217;m running 1.00.63 if you want a copy of it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DNS Stuff/DNS Report Alternative by Frank</title>
		<link>http://www.noodles.net.nz/2008/06/25/dns-stuffdns-report-alternative/#comment-36235</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Tue, 15 Jul 2008 07:54:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.noodles.net.nz/?p=21#comment-36235</guid>
		<description>Hey Guys!
I want to report a new full feature site:
http://www.dnsqueries.com

their functionality "domain health check" is a perfect reproduction of dnsreport features.
Regards</description>
		<content:encoded><![CDATA[<p>Hey Guys!<br />
I want to report a new full feature site:<br />
<a href="http://www.dnsqueries.com" rel="nofollow">http://www.dnsqueries.com</a></p>
<p>their functionality &#8220;domain health check&#8221; is a perfect reproduction of dnsreport features.<br />
Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Zealand Postcode Database (V2) by Peter</title>
		<link>http://www.noodles.net.nz/2007/09/14/new-zealand-postcode-database-v2/#comment-36234</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 15 Jul 2008 05:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.noodles.net.nz/2007/09/14/new-zealand-postcode-database-v2/#comment-36234</guid>
		<description>I am using your info via the Zip Codes application on my iPod Touch.  There seems to be large gaps in the information.  I have noticed that all postal codes between 3225 and 3300 are not there - ours is 3288.  They are missing from the CSV file on your site.

Will be very useful.</description>
		<content:encoded><![CDATA[<p>I am using your info via the Zip Codes application on my iPod Touch.  There seems to be large gaps in the information.  I have noticed that all postal codes between 3225 and 3300 are not there - ours is 3288.  They are missing from the CSV file on your site.</p>
<p>Will be very useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iPhone 3G and Linksys WAG54G v3 incompatibility by Paul</title>
		<link>http://www.noodles.net.nz/2008/07/12/iphone-3g-and-linksys-wag54g-v3-incompatibility/#comment-36228</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Mon, 14 Jul 2008 13:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.noodles.net.nz/?p=24#comment-36228</guid>
		<description>Thank you so much for this post.

You have finally put an end to 4 days of resetting, restoring, reading support articles, reading dozens of forum posts on "ipod touch 2.0 wi-fi problems" ..... 

i upgraded the router firmware and it all works fine.

thanks again! :)</description>
		<content:encoded><![CDATA[<p>Thank you so much for this post.</p>
<p>You have finally put an end to 4 days of resetting, restoring, reading support articles, reading dozens of forum posts on &#8220;ipod touch 2.0 wi-fi problems&#8221; &#8230;.. </p>
<p>i upgraded the router firmware and it all works fine.</p>
<p>thanks again! <img src='http://www.noodles.net.nz/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
