<?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>Lee&#039;s Weblog &#187; PHP</title>
	<atom:link href="http://www.leesweblog.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leesweblog.com</link>
	<description>Lee V. Mangold, MBA, BS.ACS</description>
	<lastBuildDate>Fri, 10 Jun 2011 20:54:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Ugly PHP Code Tips</title>
		<link>http://www.leesweblog.com/2008/10/03/ugly-php-code-tips/</link>
		<comments>http://www.leesweblog.com/2008/10/03/ugly-php-code-tips/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 03:27:33 +0000</pubDate>
		<dc:creator>Lee Mangold</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.daleeman.com/?p=20</guid>
		<description><![CDATA[I suppose this part is just a rant, but if I see one more piece of undocumented, poorly spaced, procedural lump of PHP code, I&#8217;m going to scream. I realize that much of the PHP code out there was written for free by people who were writing code just to &#8220;get the job done&#8221;&#8230;I understand [...]]]></description>
		<wfw:commentRss>http://www.leesweblog.com/2008/10/03/ugly-php-code-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using PHP to Optimize MySQL Tables</title>
		<link>http://www.leesweblog.com/2008/10/03/using-php-to-optimize-mysql-tables/</link>
		<comments>http://www.leesweblog.com/2008/10/03/using-php-to-optimize-mysql-tables/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 02:39:36 +0000</pubDate>
		<dc:creator>Lee Mangold</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.daleeman.com/?p=8</guid>
		<description><![CDATA[Optimizing your database tables is an essential task and the performance results might amaze you. Optimization is essentially the process of defragmenting your database tables. Then you use variable-length database fields such as VARCHAR, BLOB, TEXT, or VARBINARY, defragmentation can occur when rows are deleted.  Unfortunatley, there is no &#8220;OPTIMIZE DATABASE XYZ&#8221;, instead you need to go [...]]]></description>
		<wfw:commentRss>http://www.leesweblog.com/2008/10/03/using-php-to-optimize-mysql-tables/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

