<?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/"
		>
<channel>
	<title>Comments on: Coding Style Guide</title>
	<atom:link href="http://www.neilcrookes.com/2008/08/30/coding-style-guide/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.neilcrookes.com/2008/08/30/coding-style-guide/</link>
	<description>Learnings and Teachings on Web Application Development &#38; CakePHP</description>
	<lastBuildDate>Fri, 03 Feb 2012 19:44:06 +0100</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Neil Crookes</title>
		<link>http://www.neilcrookes.com/2008/08/30/coding-style-guide/comment-page-1/#comment-316</link>
		<dc:creator>Neil Crookes</dc:creator>
		<pubDate>Mon, 26 Jan 2009 20:08:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.neilcrookes.com/?p=33#comment-316</guid>
		<description>Hi Benoit, sorry, I&#039;ve no idea.</description>
		<content:encoded><![CDATA[<p>Hi Benoit, sorry, I&#8217;ve no idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benoit</title>
		<link>http://www.neilcrookes.com/2008/08/30/coding-style-guide/comment-page-1/#comment-283</link>
		<dc:creator>Benoit</dc:creator>
		<pubDate>Fri, 23 Jan 2009 08:46:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.neilcrookes.com/?p=33#comment-283</guid>
		<description>Very helpful article, thank you. Do you know how to set the 2 spaces as a tab in DreamWeaver, or Notepad?</description>
		<content:encoded><![CDATA[<p>Very helpful article, thank you. Do you know how to set the 2 spaces as a tab in DreamWeaver, or Notepad?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Khaled</title>
		<link>http://www.neilcrookes.com/2008/08/30/coding-style-guide/comment-page-1/#comment-32</link>
		<dc:creator>Khaled</dc:creator>
		<pubDate>Tue, 02 Sep 2008 06:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.neilcrookes.com/?p=33#comment-32</guid>
		<description>ahaa I didn&#039;t know or I didn&#039;t think about it before that it&#039;s actually a short tag! ... thanks again</description>
		<content:encoded><![CDATA[<p>ahaa I didn&#8217;t know or I didn&#8217;t think about it before that it&#8217;s actually a short tag! &#8230; thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil Crookes</title>
		<link>http://www.neilcrookes.com/2008/08/30/coding-style-guide/comment-page-1/#comment-31</link>
		<dc:creator>Neil Crookes</dc:creator>
		<pubDate>Tue, 02 Sep 2008 01:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.neilcrookes.com/?p=33#comment-31</guid>
		<description>Hi Khaled, its the same reason, &lt;?= still uses short open tags. The main reason I think you shouldn&#039;t use them is it reduces the portability of your code:
1) You may move your app to a hosting platform that doesn&#039;t support short open tags
2) You may release some code as open source and others may try, and fail, to use it if their environment doesn&#039;t support them
3) You may have a problem that you need help with, but someone who wants to help you, can&#039;t because their environment does support short open tags.</description>
		<content:encoded><![CDATA[<p>Hi Khaled, its the same reason, &lt;?= still uses short open tags. The main reason I think you shouldn&#8217;t use them is it reduces the portability of your code:<br />
1) You may move your app to a hosting platform that doesn&#8217;t support short open tags<br />
2) You may release some code as open source and others may try, and fail, to use it if their environment doesn&#8217;t support them<br />
3) You may have a problem that you need help with, but someone who wants to help you, can&#8217;t because their environment does support short open tags.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Khaled</title>
		<link>http://www.neilcrookes.com/2008/08/30/coding-style-guide/comment-page-1/#comment-30</link>
		<dc:creator>Khaled</dc:creator>
		<pubDate>Mon, 01 Sep 2008 10:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.neilcrookes.com/?p=33#comment-30</guid>
		<description>no sorry but the text didn&#039;t show up :D

I mean the second short tag that contains = $var</description>
		<content:encoded><![CDATA[<p>no sorry but the text didn&#8217;t show up :D</p>
<p>I mean the second short tag that contains = $var</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil Crookes</title>
		<link>http://www.neilcrookes.com/2008/08/30/coding-style-guide/comment-page-1/#comment-29</link>
		<dc:creator>Neil Crookes</dc:creator>
		<pubDate>Sun, 31 Aug 2008 22:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.neilcrookes.com/?p=33#comment-29</guid>
		<description>Hi Khaled, are you talking about short open tags i.e. &lt;? instead of the full version? - if so then the reason is down to being able to use &lt;?xml tag in line without it being parsed by php. See: &lt;a href=&quot;http://www.php.net/ini.core#ini.short-open-tag&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/ini.core#ini.short-open-tag&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hi Khaled, are you talking about short open tags i.e. &lt;? instead of the full version? &#8211; if so then the reason is down to being able to use &lt;?xml tag in line without it being parsed by php. See: <a href="http://www.php.net/ini.core#ini.short-open-tag" rel="nofollow">http://www.php.net/ini.core#ini.short-open-tag</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Khaled</title>
		<link>http://www.neilcrookes.com/2008/08/30/coding-style-guide/comment-page-1/#comment-28</link>
		<dc:creator>Khaled</dc:creator>
		<pubDate>Sun, 31 Aug 2008 21:58:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.neilcrookes.com/?p=33#comment-28</guid>
		<description>Hey,

Thanks for the advices

Why not using the short versio:


I&#039;ve seen many Cake apps in cakeforge that use it ...</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>Thanks for the advices</p>
<p>Why not using the short versio:</p>
<p>I&#8217;ve seen many Cake apps in cakeforge that use it &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil Crookes &#187; The Programmer&#8217;s Manifesto</title>
		<link>http://www.neilcrookes.com/2008/08/30/coding-style-guide/comment-page-1/#comment-27</link>
		<dc:creator>Neil Crookes &#187; The Programmer&#8217;s Manifesto</dc:creator>
		<pubDate>Sat, 30 Aug 2008 22:17:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.neilcrookes.com/?p=33#comment-27</guid>
		<description>[...] and and my team at work, whose focus for the year is on quality. To do this I&#8217;ve compiled a coding style guide which is based on the CakePHP coding standards but with some additional guidelines, and this; The [...]</description>
		<content:encoded><![CDATA[<p>[...] and and my team at work, whose focus for the year is on quality. To do this I&#8217;ve compiled a coding style guide which is based on the CakePHP coding standards but with some additional guidelines, and this; The [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

