<?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 for Blue Shift</title>
	<atom:link href="http://blog.myrdo.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.myrdo.com</link>
	<description>The RDO Developer's Blog</description>
	<pubDate>Wed, 10 Mar 2010 08:11:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How does return i++ work? by Charles</title>
		<link>http://blog.myrdo.com/2009/12/how-does-return-i-plus-plus-work/comment-page-1/#comment-36</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Tue, 15 Dec 2009 05:12:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.myrdo.com/?p=101#comment-36</guid>
		<description>Gah, php is filtered out of comments, that's helpful. Let's try again.

function postincrement(&amp;$foo) {
        // Equivalent to $foo++
        $tmp = $foo;
        $foo = $foo + 1;
        return ($tmp);
}

function preincrement(&amp;$foo) {
        // Equivalent to ++$foo
        $foo = $foo + 1;
        return ($foo);
}</description>
		<content:encoded><![CDATA[<p>Gah, php is filtered out of comments, that&#8217;s helpful. Let&#8217;s try again.</p>
<p>function postincrement(&amp;$foo) {<br />
        // Equivalent to $foo++<br />
        $tmp = $foo;<br />
        $foo = $foo + 1;<br />
        return ($tmp);<br />
}</p>
<p>function preincrement(&amp;$foo) {<br />
        // Equivalent to ++$foo<br />
        $foo = $foo + 1;<br />
        return ($foo);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How does return i++ work? by Charles</title>
		<link>http://blog.myrdo.com/2009/12/how-does-return-i-plus-plus-work/comment-page-1/#comment-35</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Tue, 15 Dec 2009 05:10:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.myrdo.com/?p=101#comment-35</guid>
		<description>The ++ operator has special syntax, but if we consider some incrementor functions and their return values everything becomes clear.

</description>
		<content:encoded><![CDATA[<p>The ++ operator has special syntax, but if we consider some incrementor functions and their return values everything becomes clear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom headers for templates! by Logistix: six bold colors, one great design &#171; Blue Shift</title>
		<link>http://blog.myrdo.com/2009/06/custom-headers-for-templates/comment-page-1/#comment-10</link>
		<dc:creator>Logistix: six bold colors, one great design &#171; Blue Shift</dc:creator>
		<pubDate>Sat, 04 Jul 2009 18:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.myrdo.com/?p=57#comment-10</guid>
		<description>[...] six bold color themes to choose from, and the ability to upload a custom header graphic, this template is our most versatile [...]</description>
		<content:encoded><![CDATA[<p>[...] six bold color themes to choose from, and the ability to upload a custom header graphic, this template is our most versatile [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
