<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Quick Tip For PHP Loops</title>
	<link>http://jackborn.com/blog/2005/06/12/quick-tip-for-php-loops/</link>
	<description>Marketing, entrepreneurship, php programming</description>
	<pubDate>Tue, 06 Jan 2009 02:34:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0</generator>

	<item>
		<title>by: Tim</title>
		<link>http://jackborn.com/blog/2005/06/12/quick-tip-for-php-loops/#comment-17</link>
		<pubDate>Sat, 24 Sep 2005 18:29:00 +0000</pubDate>
		<guid>http://jackborn.com/blog/2005/06/12/quick-tip-for-php-loops/#comment-17</guid>
					<description>I've been programming with PHP over 5 years and everything you say in this article is true.

I would add a couple more things:

1. Use an editor that can find the opposite brace.  I use EditPlus (www.editplus.com) and I can press ctrl-] to find the other side of a code block.

2. Usually (there are always exceptions) if your code block spans more than one screen vertically it could be broken up into functions to make it easier to read, and to promote code re-use.

As for the approach of placing the punctuation of the code block first, that is something I have only this year started doing and it is a huge help.

Thanks for a nice article.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been programming with PHP over 5 years and everything you say in this article is true.</p>
<p>I would add a couple more things:</p>
<p>1. Use an editor that can find the opposite brace.  I use EditPlus (www.editplus.com) and I can press ctrl-] to find the other side of a code block.</p>
<p>2. Usually (there are always exceptions) if your code block spans more than one screen vertically it could be broken up into functions to make it easier to read, and to promote code re-use.</p>
<p>As for the approach of placing the punctuation of the code block first, that is something I have only this year started doing and it is a huge help.</p>
<p>Thanks for a nice article.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Angalee</title>
		<link>http://jackborn.com/blog/2005/06/12/quick-tip-for-php-loops/#comment-13</link>
		<pubDate>Tue, 09 Aug 2005 23:12:36 +0000</pubDate>
		<guid>http://jackborn.com/blog/2005/06/12/quick-tip-for-php-loops/#comment-13</guid>
					<description>I've just started teaching myself PHP. Thank you for the tips, I'm sure I'll be needing them.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just started teaching myself PHP. Thank you for the tips, I&#8217;m sure I&#8217;ll be needing them.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
