<?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>Tue, 27 Jul 2010 02:05:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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 mysql
assume [...]]]></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 munger, BBEdit and it&#8217;s excellent [...]]]></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>
