<?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>Network Jack &#187; Text Munging</title>
	<atom:link href="http://www.networkjack.info/blog/category/text-munging/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.networkjack.info/blog</link>
	<description>A Jack of All Nets' experience in the world of networked systems.</description>
	<lastBuildDate>Thu, 03 Nov 2011 16:24:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>When Search Algorithms Go Wrong</title>
		<link>http://www.networkjack.info/blog/2011/07/08/when-search-algorithms-go-wrong/</link>
		<comments>http://www.networkjack.info/blog/2011/07/08/when-search-algorithms-go-wrong/#comments</comments>
		<pubDate>Fri, 08 Jul 2011 16:28:59 +0000</pubDate>
		<dc:creator>Brian Blood</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Text Munging]]></category>

		<guid isPermaLink="false">http://www.networkjack.info/blog/?p=274</guid>
		<description><![CDATA[Was searching for some laptop drives this morning on Google Shopping and searching for the term &#8220;Seagate Momentus&#8221; produced this as the first hit: Not sure how I&#8217;ll fit a bag of yummy chips into a MacMini, but I&#8217;ll give it a try, Google!!! &#160;]]></description>
		<wfw:commentRss>http://www.networkjack.info/blog/2011/07/08/when-search-algorithms-go-wrong/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert from US Short Date to SQL date using MySQL parsing</title>
		<link>http://www.networkjack.info/blog/2007/10/01/convert-from-us-short-date-to-sql-date-using-mysql-parsing/</link>
		<comments>http://www.networkjack.info/blog/2007/10/01/convert-from-us-short-date-to-sql-date-using-mysql-parsing/#comments</comments>
		<pubDate>Mon, 01 Oct 2007 20:00:59 +0000</pubDate>
		<dc:creator>Brian Blood</dc:creator>
				<category><![CDATA[Data Translation]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Text Munging]]></category>

		<guid isPermaLink="false">http://www.networkjack.info/blog/2007/10/01/convert-from-us-short-date-to-sql-date-using-mysql-parsing/</guid>
		<description><![CDATA[I had a customer submit a batch file to be processed in one of our systems and they handed me an Excel file with short dates (mm/dd/yy). Sheesh, this is 2007, can we not get full 4 digit years, please! so, I wanted to work out a method for quickly converting those date strings within [...]]]></description>
		<wfw:commentRss>http://www.networkjack.info/blog/2007/10/01/convert-from-us-short-date-to-sql-date-using-mysql-parsing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP coding &#8211; fixing old code for new standards with BBEdit</title>
		<link>http://www.networkjack.info/blog/2007/05/04/php-coding-fixing-old-code-for-new-standards-with-bbedit/</link>
		<comments>http://www.networkjack.info/blog/2007/05/04/php-coding-fixing-old-code-for-new-standards-with-bbedit/#comments</comments>
		<pubDate>Fri, 04 May 2007 22:12:27 +0000</pubDate>
		<dc:creator>Brian Blood</dc:creator>
				<category><![CDATA[Text Munging]]></category>
		<category><![CDATA[Web App Development]]></category>

		<guid isPermaLink="false">http://www.networkjack.info/blog/2007/05/04/php-coding-fixing-old-code-for-new-standards/</guid>
		<description><![CDATA[We are trying very hard to move all our systems to PHP 5. This means going through lots of old code and correcting some bad habits. The biggest offender is the not quoting of references to keys in an associative array like so: $Data[FirstName] which should be: $Data['FirstName'] so, I pulled out my favorite text [...]]]></description>
		<wfw:commentRss>http://www.networkjack.info/blog/2007/05/04/php-coding-fixing-old-code-for-new-standards-with-bbedit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

