<?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: PHP Programming: Why You Should Omit ?&gt; If It Occurs at the End of The File</title>
	<atom:link href="http://priyadi.net/archives/2007/04/25/php-programming-why-you-should-omit-if-it-occurs-at-the-end-of-the-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://priyadi.net/archives/2007/04/25/php-programming-why-you-should-omit-if-it-occurs-at-the-end-of-the-file/</link>
	<description>Changing the world, one person at a time...</description>
	<lastBuildDate>Tue, 31 Jan 2012 05:02:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: blogidator</title>
		<link>http://priyadi.net/archives/2007/04/25/php-programming-why-you-should-omit-if-it-occurs-at-the-end-of-the-file/#comment-568699</link>
		<dc:creator>blogidator</dc:creator>
		<pubDate>Sun, 25 Nov 2007 19:44:02 +0000</pubDate>
		<guid isPermaLink="false">http://priyadi.net/archives/2007/04/25/php-programming-why-you-should-omit-if-it-occurs-at-the-end-of-the-file/#comment-568699</guid>
		<description>Great tips! Juga untuk php files yang memiliki ekstensi bukan .php, misalnya .module, begitu disimpan tidak dalam format dos atau selain ANSI, misalnya malah memakai UTF8, juga menghasilkan error itu.</description>
		<content:encoded><![CDATA[<p>Great tips! Juga untuk php files yang memiliki ekstensi bukan .php, misalnya .module, begitu disimpan tidak dalam format dos atau selain ANSI, misalnya malah memakai UTF8, juga menghasilkan error itu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Priyadi</title>
		<link>http://priyadi.net/archives/2007/04/25/php-programming-why-you-should-omit-if-it-occurs-at-the-end-of-the-file/#comment-567366</link>
		<dc:creator>Priyadi</dc:creator>
		<pubDate>Wed, 24 Oct 2007 17:11:16 +0000</pubDate>
		<guid isPermaLink="false">http://priyadi.net/archives/2007/04/25/php-programming-why-you-should-omit-if-it-occurs-at-the-end-of-the-file/#comment-567366</guid>
		<description>#41:

&lt;blockquote&gt;
kenapa? karena kebiasaan tidak memakai ? &gt; itu nanti akan seperti membuat sesuatu yg tidak ada penutupnya. seperti membuat “begin” tanpa “end”.
&lt;/blockquote&gt;

hehehe, paradigmanya harus diganti :). anggap saja PHP adalah bahasa pemrograman yang dimulai dengan &lt;code&gt;&lt;?php&lt;/code&gt; sebagaimana perl adalah bahasa pemrograman yang dimulai dengan #!/usr/bin/perl :)</description>
		<content:encoded><![CDATA[<p>#41:</p>
<blockquote><p>
kenapa? karena kebiasaan tidak memakai ? > itu nanti akan seperti membuat sesuatu yg tidak ada penutupnya. seperti membuat “begin” tanpa “end”.
</p></blockquote>
<p>hehehe, paradigmanya harus diganti :). anggap saja PHP adalah bahasa pemrograman yang dimulai dengan <code>&lt;?php</code> sebagaimana perl adalah bahasa pemrograman yang dimulai dengan #!/usr/bin/perl :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arlandi</title>
		<link>http://priyadi.net/archives/2007/04/25/php-programming-why-you-should-omit-if-it-occurs-at-the-end-of-the-file/#comment-567365</link>
		<dc:creator>arlandi</dc:creator>
		<pubDate>Wed, 24 Oct 2007 17:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://priyadi.net/archives/2007/04/25/php-programming-why-you-should-omit-if-it-occurs-at-the-end-of-the-file/#comment-567365</guid>
		<description>very interesting readings!!

tapi imo:
yg harus diperbaiki bukanlah teknik menulis kita yg perlu menghilangkan ? dan &gt; di akhir file. tapi interpreter php-nya yg harus bisa mengerti kalau karakter &quot;kosong&quot; jangan diproses. 
kenapa? karena kebiasaan tidak memakai ? &gt; itu nanti akan seperti membuat sesuatu yg tidak ada penutupnya. seperti membuat &quot;begin&quot; tanpa &quot;end&quot;.
it&#039;s just not a good coding habit.

but it is quite a good trick. where did you find it anyway?</description>
		<content:encoded><![CDATA[<p>very interesting readings!!</p>
<p>tapi imo:<br />
yg harus diperbaiki bukanlah teknik menulis kita yg perlu menghilangkan ? dan &gt; di akhir file. tapi interpreter php-nya yg harus bisa mengerti kalau karakter &#8220;kosong&#8221; jangan diproses.<br />
kenapa? karena kebiasaan tidak memakai ? &gt; itu nanti akan seperti membuat sesuatu yg tidak ada penutupnya. seperti membuat &#8220;begin&#8221; tanpa &#8220;end&#8221;.<br />
it&#8217;s just not a good coding habit.</p>
<p>but it is quite a good trick. where did you find it anyway?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sengsara</title>
		<link>http://priyadi.net/archives/2007/04/25/php-programming-why-you-should-omit-if-it-occurs-at-the-end-of-the-file/#comment-562089</link>
		<dc:creator>sengsara</dc:creator>
		<pubDate>Sat, 30 Jun 2007 16:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://priyadi.net/archives/2007/04/25/php-programming-why-you-should-omit-if-it-occurs-at-the-end-of-the-file/#comment-562089</guid>
		<description>One of the Content Management Systems that I&#039;ve been used since 3 years ago did this, omitting the &lt;code&gt;?&gt;&lt;/code&gt; at the end of every .php files.

And just to follow their coding styles/guidelines I did exactly the same when coding modules for that particular &lt;abbr title=&quot;Content Management System&quot;&gt;CMS&lt;/abbr&gt; whithout knowing the real reasons behind that. :D

Thanks for the info, Mas Priyadi.</description>
		<content:encoded><![CDATA[<p>One of the Content Management Systems that I&#8217;ve been used since 3 years ago did this, omitting the <code>?&gt;</code> at the end of every .php files.</p>
<p>And just to follow their coding styles/guidelines I did exactly the same when coding modules for that particular <abbr title="Content Management System">CMS</abbr> whithout knowing the real reasons behind that. :D</p>
<p>Thanks for the info, Mas Priyadi.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adit</title>
		<link>http://priyadi.net/archives/2007/04/25/php-programming-why-you-should-omit-if-it-occurs-at-the-end-of-the-file/#comment-497551</link>
		<dc:creator>adit</dc:creator>
		<pubDate>Thu, 10 May 2007 04:40:29 +0000</pubDate>
		<guid isPermaLink="false">http://priyadi.net/archives/2007/04/25/php-programming-why-you-should-omit-if-it-occurs-at-the-end-of-the-file/#comment-497551</guid>
		<description>dah sekitar 1/2 tahun ndak pake php, hiks dah banyak yg lupa...</description>
		<content:encoded><![CDATA[<p>dah sekitar 1/2 tahun ndak pake php, hiks dah banyak yg lupa&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reno S. Anwari</title>
		<link>http://priyadi.net/archives/2007/04/25/php-programming-why-you-should-omit-if-it-occurs-at-the-end-of-the-file/#comment-495141</link>
		<dc:creator>Reno S. Anwari</dc:creator>
		<pubDate>Mon, 07 May 2007 05:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://priyadi.net/archives/2007/04/25/php-programming-why-you-should-omit-if-it-occurs-at-the-end-of-the-file/#comment-495141</guid>
		<description>#36 Selama ini (dua tahun lebih) saya tidak menemukan masalah dengan menghilangkan &lt;code&gt;?&gt;&lt;/code&gt; di akhir file. Seorang teman juga sempat bertanya-tanya ketika saya mulai membiasakan untuk tidak menuliskannya (hai Ananda).

Alasan saya juga benar-benar sama seperti yang di tulis Priyadi. Masalah &lt;em&gt;syntax-highlighting&lt;/em&gt;, saya juga tidak menemukan masalah baik di quanta, vim, notepad++, ataupun dreamweaver.</description>
		<content:encoded><![CDATA[<p>#36 Selama ini (dua tahun lebih) saya tidak menemukan masalah dengan menghilangkan <code>?&amp;gt;</code> di akhir file. Seorang teman juga sempat bertanya-tanya ketika saya mulai membiasakan untuk tidak menuliskannya (hai Ananda).</p>
<p>Alasan saya juga benar-benar sama seperti yang di tulis Priyadi. Masalah <em>syntax-highlighting</em>, saya juga tidak menemukan masalah baik di quanta, vim, notepad++, ataupun dreamweaver.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Priyadi</title>
		<link>http://priyadi.net/archives/2007/04/25/php-programming-why-you-should-omit-if-it-occurs-at-the-end-of-the-file/#comment-493319</link>
		<dc:creator>Priyadi</dc:creator>
		<pubDate>Fri, 04 May 2007 16:13:02 +0000</pubDate>
		<guid isPermaLink="false">http://priyadi.net/archives/2007/04/25/php-programming-why-you-should-omit-if-it-occurs-at-the-end-of-the-file/#comment-493319</guid>
		<description>#36: selama ini sih gak ada</description>
		<content:encoded><![CDATA[<p>#36: selama ini sih gak ada</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Belutz</title>
		<link>http://priyadi.net/archives/2007/04/25/php-programming-why-you-should-omit-if-it-occurs-at-the-end-of-the-file/#comment-493309</link>
		<dc:creator>Belutz</dc:creator>
		<pubDate>Fri, 04 May 2007 15:42:27 +0000</pubDate>
		<guid isPermaLink="false">http://priyadi.net/archives/2007/04/25/php-programming-why-you-should-omit-if-it-occurs-at-the-end-of-the-file/#comment-493309</guid>
		<description>Penjelasannya make sense mas Pri.
Tapi jika ?&gt; itu di hilangkan bakal ada side effect ngga?</description>
		<content:encoded><![CDATA[<p>Penjelasannya make sense mas Pri.<br />
Tapi jika ?&gt; itu di hilangkan bakal ada side effect ngga?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Priyadi</title>
		<link>http://priyadi.net/archives/2007/04/25/php-programming-why-you-should-omit-if-it-occurs-at-the-end-of-the-file/#comment-489706</link>
		<dc:creator>Priyadi</dc:creator>
		<pubDate>Sun, 29 Apr 2007 02:08:34 +0000</pubDate>
		<guid isPermaLink="false">http://priyadi.net/archives/2007/04/25/php-programming-why-you-should-omit-if-it-occurs-at-the-end-of-the-file/#comment-489706</guid>
		<description>#33:

&lt;blockquote&gt;
Note: Also note that if you are embedding PHP within XML or XHTML you will need to use the `&lt;?php ?&gt;` tags to remain compliant with standards.
&lt;/blockquote&gt;

that refers to `&lt;?php ?&gt;` tags as opposed to `&lt;? ?&gt;` tags.

comment preview is temporarily suspended after complaints from mac firefox users.</description>
		<content:encoded><![CDATA[<p>#33:</p>
<blockquote><p>
Note: Also note that if you are embedding PHP within XML or XHTML you will need to use the `< ?php ?>` tags to remain compliant with standards.
</p></blockquote>
<p>that refers to `< ?php ?>` tags as opposed to `< ? ?>` tags.</p>
<p>comment preview is temporarily suspended after complaints from mac firefox users.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Priyadi</title>
		<link>http://priyadi.net/archives/2007/04/25/php-programming-why-you-should-omit-if-it-occurs-at-the-end-of-the-file/#comment-489702</link>
		<dc:creator>Priyadi</dc:creator>
		<pubDate>Sun, 29 Apr 2007 02:05:35 +0000</pubDate>
		<guid isPermaLink="false">http://priyadi.net/archives/2007/04/25/php-programming-why-you-should-omit-if-it-occurs-at-the-end-of-the-file/#comment-489702</guid>
		<description>#32:

&lt;blockquote&gt;
Buat apa susah kalau bisa pakai jalan pintas begini ya? Tanya kenapa…
&lt;/blockquote&gt;

kalau mau susah lebih baik pakai assembler. &lt;a href=&quot;http://en.wikipedia.org/wiki/Real_Programmer&quot; rel=&quot;nofollow&quot;&gt;real programmer&lt;/a&gt; doesn&#039;t use php, they write programs using assembler! :)</description>
		<content:encoded><![CDATA[<p>#32:</p>
<blockquote><p>
Buat apa susah kalau bisa pakai jalan pintas begini ya? Tanya kenapa…
</p></blockquote>
<p>kalau mau susah lebih baik pakai assembler. <a href="http://en.wikipedia.org/wiki/Real_Programmer" rel="nofollow">real programmer</a> doesn&#8217;t use php, they write programs using assembler! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chen Hendrawan</title>
		<link>http://priyadi.net/archives/2007/04/25/php-programming-why-you-should-omit-if-it-occurs-at-the-end-of-the-file/#comment-489420</link>
		<dc:creator>Chen Hendrawan</dc:creator>
		<pubDate>Sat, 28 Apr 2007 15:53:04 +0000</pubDate>
		<guid isPermaLink="false">http://priyadi.net/archives/2007/04/25/php-programming-why-you-should-omit-if-it-occurs-at-the-end-of-the-file/#comment-489420</guid>
		<description>From PHP manual:
&lt;blockquote&gt;
    Note:  Also note that if you are embedding PHP within XML or XHTML you will need to use the  tags to remain compliant with standards. 
&lt;/blockquote&gt;


Btw, where is ur the comment preview pane?</description>
		<content:encoded><![CDATA[<p>From PHP manual:</p>
<blockquote><p>
    Note:  Also note that if you are embedding PHP within XML or XHTML you will need to use the  tags to remain compliant with standards.
</p></blockquote>
<p>Btw, where is ur the comment preview pane?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kuality_man</title>
		<link>http://priyadi.net/archives/2007/04/25/php-programming-why-you-should-omit-if-it-occurs-at-the-end-of-the-file/#comment-488955</link>
		<dc:creator>kuality_man</dc:creator>
		<pubDate>Sat, 28 Apr 2007 04:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://priyadi.net/archives/2007/04/25/php-programming-why-you-should-omit-if-it-occurs-at-the-end-of-the-file/#comment-488955</guid>
		<description>Terima kasih memberitahukan cara menutupi kesalahan programasi. But for my part I prefer implementing good code than using that dirty tricks ;)

Pasti trik ini berguna bagi programer php dari Indonesia yang ingin cepai selesai script tanpa terlalu perduliin kualitas script yang dikasih ke kliennya...

Buat apa susah kalau bisa pakai jalan pintas begini ya? Tanya kenapa...</description>
		<content:encoded><![CDATA[<p>Terima kasih memberitahukan cara menutupi kesalahan programasi. But for my part I prefer implementing good code than using that dirty tricks ;)</p>
<p>Pasti trik ini berguna bagi programer php dari Indonesia yang ingin cepai selesai script tanpa terlalu perduliin kualitas script yang dikasih ke kliennya&#8230;</p>
<p>Buat apa susah kalau bisa pakai jalan pintas begini ya? Tanya kenapa&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

