<?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 Mashups, Marketing and Me</title>
	<atom:link href="http://www.cfg.no/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cfg.no</link>
	<description>The blog project, a journey!</description>
	<lastBuildDate>Wed, 02 Sep 2009 17:52:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Temperature sensors on Dell Poweredge 850 in Linux by Espen</title>
		<link>http://www.cfg.no/2009/06/temperature-sensors-on-dell-poweredge-850-in-linux/comment-page-1/#comment-534</link>
		<dc:creator>Espen</dc:creator>
		<pubDate>Wed, 02 Sep 2009 17:52:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.cfg.no/?p=229#comment-534</guid>
		<description>Thanks for the comment, and for noting the IMPI vs IPMI spelling mistake! :-D</description>
		<content:encoded><![CDATA[<p>Thanks for the comment, and for noting the IMPI vs IPMI spelling mistake! <img src='http://www.cfg.no/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Temperature sensors on Dell Poweredge 850 in Linux by Kent</title>
		<link>http://www.cfg.no/2009/06/temperature-sensors-on-dell-poweredge-850-in-linux/comment-page-1/#comment-531</link>
		<dc:creator>Kent</dc:creator>
		<pubDate>Tue, 01 Sep 2009 20:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.cfg.no/?p=229#comment-531</guid>
		<description>Thanks for the guide and plugin, worked like a charm! :)</description>
		<content:encoded><![CDATA[<p>Thanks for the guide and plugin, worked like a charm! <img src='http://www.cfg.no/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learning PHP (6) &#8211; Connecting to a database by admin</title>
		<link>http://www.cfg.no/2009/06/learning-php-6-connecting-to-a-database/comment-page-1/#comment-371</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 17 Jun 2009 20:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.cfg.no/?p=221#comment-371</guid>
		<description>Also be aware that unset() doesn&#039;t actually free memory.
For reference see http://stackoverflow.com/questions/584960/whats-better-at-freeing-memory-with-php-unset-or-var-null</description>
		<content:encoded><![CDATA[<p>Also be aware that unset() doesn&#8217;t actually free memory.<br />
For reference see <a href="http://stackoverflow.com/questions/584960/whats-better-at-freeing-memory-with-php-unset-or-var-null" rel="nofollow">http://stackoverflow.com/questions/584960/whats-better-at-freeing-memory-with-php-unset-or-var-null</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learning PHP (6) &#8211; Connecting to a database by Espen</title>
		<link>http://www.cfg.no/2009/06/learning-php-6-connecting-to-a-database/comment-page-1/#comment-370</link>
		<dc:creator>Espen</dc:creator>
		<pubDate>Wed, 17 Jun 2009 20:00:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.cfg.no/?p=221#comment-370</guid>
		<description>I agree with you, echo is on average 20% faster than print, but please just hear me out on my 
reason for not editing the post.

How much CPU time does each of those spend?
There are also a bunch of other optimization tricks you can do like &#039;using single quotes instead of double quotes&#039;, but (I may speak for only myself here) I don&#039;t like &quot;micro-optimization&quot; (as people tend to call this).

Check out this post: http://fabien.potencier.org/article/8/print-vs-echo-which-one-is-faster

Also I want to state that I am concentrating on getting basic knowledge out there so people can grow on that.
Optimization of code should of course be considered, but I believe it&#039;s better to actually get stuff done. 
hardware is also cheap today.
One other reason that I am using print is because I also do a lot of perl, and the convenience and ignorance is bliss. :-D</description>
		<content:encoded><![CDATA[<p>I agree with you, echo is on average 20% faster than print, but please just hear me out on my<br />
reason for not editing the post.</p>
<p>How much CPU time does each of those spend?<br />
There are also a bunch of other optimization tricks you can do like &#8216;using single quotes instead of double quotes&#8217;, but (I may speak for only myself here) I don&#8217;t like &#8220;micro-optimization&#8221; (as people tend to call this).</p>
<p>Check out this post: <a href="http://fabien.potencier.org/article/8/print-vs-echo-which-one-is-faster" rel="nofollow">http://fabien.potencier.org/article/8/print-vs-echo-which-one-is-faster</a></p>
<p>Also I want to state that I am concentrating on getting basic knowledge out there so people can grow on that.<br />
Optimization of code should of course be considered, but I believe it&#8217;s better to actually get stuff done.<br />
hardware is also cheap today.<br />
One other reason that I am using print is because I also do a lot of perl, and the convenience and ignorance is bliss. <img src='http://www.cfg.no/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learning PHP (6) &#8211; Connecting to a database by bheesham</title>
		<link>http://www.cfg.no/2009/06/learning-php-6-connecting-to-a-database/comment-page-1/#comment-369</link>
		<dc:creator>bheesham</dc:creator>
		<pubDate>Wed, 17 Jun 2009 19:48:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.cfg.no/?p=221#comment-369</guid>
		<description>you should edit this to use echo instead of print. print is a bit slower than echo.


Here&#039;s where I got the info from.
http://reinholdweber.com/?p=3

It&#039;s some good tips.</description>
		<content:encoded><![CDATA[<p>you should edit this to use echo instead of print. print is a bit slower than echo.</p>
<p>Here&#8217;s where I got the info from.<br />
<a href="http://reinholdweber.com/?p=3" rel="nofollow">http://reinholdweber.com/?p=3</a></p>
<p>It&#8217;s some good tips.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learning PHP (6) &#8211; Connecting to a database by admin</title>
		<link>http://www.cfg.no/2009/06/learning-php-6-connecting-to-a-database/comment-page-1/#comment-367</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 16 Jun 2009 20:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.cfg.no/?p=221#comment-367</guid>
		<description>If you run into any trouble, the mysql_error() function will return the last error message from MySQL. :-)</description>
		<content:encoded><![CDATA[<p>If you run into any trouble, the mysql_error() function will return the last error message from MySQL. <img src='http://www.cfg.no/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learning PHP &#8211; Part one by Tracy Maz</title>
		<link>http://www.cfg.no/2009/05/learning-php-part-one/comment-page-1/#comment-335</link>
		<dc:creator>Tracy Maz</dc:creator>
		<pubDate>Mon, 01 Jun 2009 01:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.cfg.no/?p=169#comment-335</guid>
		<description>Thank you, I&#039;m just starting to learn PHP and these articles are very helpful.</description>
		<content:encoded><![CDATA[<p>Thank you, I&#8217;m just starting to learn PHP and these articles are very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learning PHP (3); Reserved vars and loops by Learning PHP Part Four - If and else</title>
		<link>http://www.cfg.no/2009/05/learning-php-part-three-reserved-variables-and-loops/comment-page-1/#comment-333</link>
		<dc:creator>Learning PHP Part Four - If and else</dc:creator>
		<pubDate>Sat, 30 May 2009 14:13:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.cfg.no/?p=185#comment-333</guid>
		<description>[...] Learning PHP Part Four - If and else May 30th, 2009 by admin &#124; Filed under Learning PHP.            Have you been playing around with the GET and POST arrays now? If not, learn about foreach in PHP here. [...]</description>
		<content:encoded><![CDATA[<p>[...] Learning PHP Part Four &#8211; If and else May 30th, 2009 by admin | Filed under Learning PHP.            Have you been playing around with the GET and POST arrays now? If not, learn about foreach in PHP here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learning PHP &#8211; Part two; Arrays by Learning PHP (3); Reserved vars and loops</title>
		<link>http://www.cfg.no/2009/05/learning-php-part-two-arrays/comment-page-1/#comment-331</link>
		<dc:creator>Learning PHP (3); Reserved vars and loops</dc:creator>
		<pubDate>Thu, 28 May 2009 14:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.cfg.no/?p=178#comment-331</guid>
		<description>[...] (3); Reserved vars and loops May 28th, 2009 by admin &#124; Filed under Learning PHP.            In my previous article I explained arrays and their use. But have you ever wondered what happens to those variables set in [...]</description>
		<content:encoded><![CDATA[<p>[...] (3); Reserved vars and loops May 28th, 2009 by admin | Filed under Learning PHP.            In my previous article I explained arrays and their use. But have you ever wondered what happens to those variables set in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learning PHP &#8211; Part one by Learning PHP - Part two; Arrays</title>
		<link>http://www.cfg.no/2009/05/learning-php-part-one/comment-page-1/#comment-329</link>
		<dc:creator>Learning PHP - Part two; Arrays</dc:creator>
		<pubDate>Tue, 26 May 2009 09:59:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.cfg.no/?p=169#comment-329</guid>
		<description>[...] exactly what it is, it&#8217;s a variable (see previous post) containing several values (like a shelf with several compartments) that can be retrieved by a key [...]</description>
		<content:encoded><![CDATA[<p>[...] exactly what it is, it&#8217;s a variable (see previous post) containing several values (like a shelf with several compartments) that can be retrieved by a key [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

