<?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:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: PHP Parsing and a new album</title>
	<atom:link href="http://mpbedard.blogs.plymouth.edu/2008/10/14/php-parsing-and-a-new-album/feed/" rel="self" type="application/rss+xml" />
	<link>http://mpbedard.blogs.plymouth.edu/2008/10/14/php-parsing-and-a-new-album/</link>
	<description>The life and times of the Mac Jedi.</description>
	<lastBuildDate>Tue, 06 Jan 2009 04:18:19 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Zach</title>
		<link>http://mpbedard.blogs.plymouth.edu/2008/10/14/php-parsing-and-a-new-album/comment-page-1/#comment-373</link>
		<dc:creator>Zach</dc:creator>
		<pubDate>Sun, 19 Oct 2008 01:33:28 +0000</pubDate>
		<guid isPermaLink="false">http://mpbedard.blogs.plymouth.edu/?p=20#comment-373</guid>
		<description>In the log parsing, you could have saved one whole loop by doing lines 16-19 in the same loop as the preg_match_all().  Also, the preg_match_all could have been accomplished more efficiently with preg_match() *or* you could have done one preg_match_all() without the initial loop and moved straight into line 15s loop as is.  Minor stuff, but a slightly cleaner approach.  Otherwise, huge props for attempting the regexp.

In the image gallery code, you could have simplified a bit by leveraging the modulus operator as opposed to multiple loops.  Again, just a tip on cleanliness.  

Good forward thinking with the nicely standardized naming convention for the images.  Any thoughts on how you might handle this if they weren&#039;t so neatly structured?</description>
		<content:encoded><![CDATA[<p>In the log parsing, you could have saved one whole loop by doing lines 16-19 in the same loop as the preg_match_all().  Also, the preg_match_all could have been accomplished more efficiently with preg_match() *or* you could have done one preg_match_all() without the initial loop and moved straight into line 15s loop as is.  Minor stuff, but a slightly cleaner approach.  Otherwise, huge props for attempting the regexp.</p>
<p>In the image gallery code, you could have simplified a bit by leveraging the modulus operator as opposed to multiple loops.  Again, just a tip on cleanliness.  </p>
<p>Good forward thinking with the nicely standardized naming convention for the images.  Any thoughts on how you might handle this if they weren&#8217;t so neatly structured?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
