<?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: And by the way, the book is in print&#8230;</title>
	<atom:link href="http://blog.agilephp.com/2007/07/25/and-by-the-way-the-book-is-in-print/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.agilephp.com/2007/07/25/and-by-the-way-the-book-is-in-print/</link>
	<description>Dagfinn Reiersøl on PHP, agile development, Ruby and other addictive substances</description>
	<lastBuildDate>Fri, 23 Jul 2010 20:17:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dagfinn</title>
		<link>http://blog.agilephp.com/2007/07/25/and-by-the-way-the-book-is-in-print/comment-page-1/#comment-27</link>
		<dc:creator>dagfinn</dc:creator>
		<pubDate>Thu, 25 Oct 2007 07:57:23 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=1340#comment-27</guid>
		<description>I haven&#039;t heard from Manning about an errata list yet. They say there should be one eventually, based partly on feedback from readers in the forum at:

http://www.manning-sandbox.com/forum.jspa?forumID=277</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t heard from Manning about an errata list yet. They say there should be one eventually, based partly on feedback from readers in the forum at:</p>
<p><a href="http://www.manning-sandbox.com/forum.jspa?forumID=277" rel="nofollow">http://www.manning-sandbox.com/forum.jspa?forumID=277</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://blog.agilephp.com/2007/07/25/and-by-the-way-the-book-is-in-print/comment-page-1/#comment-25</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Tue, 23 Oct 2007 09:49:04 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=1340#comment-25</guid>
		<description>Any idea where the errata will be posted? Can&#039;t find it on this page: http://www.manning.com/reiersol/</description>
		<content:encoded><![CDATA[<p>Any idea where the errata will be posted? Can&#8217;t find it on this page: <a href="http://www.manning.com/reiersol/" rel="nofollow">http://www.manning.com/reiersol/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: devblog</title>
		<link>http://blog.agilephp.com/2007/07/25/and-by-the-way-the-book-is-in-print/comment-page-1/#comment-23</link>
		<dc:creator>devblog</dc:creator>
		<pubDate>Wed, 01 Aug 2007 13:33:36 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=1340#comment-23</guid>
		<description>&lt;p&gt;I must read it ! :)&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I must read it ! <img src='http://blog.agilephp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dagfinn</title>
		<link>http://blog.agilephp.com/2007/07/25/and-by-the-way-the-book-is-in-print/comment-page-1/#comment-24</link>
		<dc:creator>dagfinn</dc:creator>
		<pubDate>Sun, 29 Jul 2007 14:54:17 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=1340#comment-24</guid>
		<description>Thanks, you&#039;re right. I made an incorrect assumption about how the function worked. There will be an errata list at Manning&#039;s website, and I&#039;ll make sure this is included.</description>
		<content:encoded><![CDATA[<p>Thanks, you&#8217;re right. I made an incorrect assumption about how the function worked. There will be an errata list at Manning&#8217;s website, and I&#8217;ll make sure this is included.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radek</title>
		<link>http://blog.agilephp.com/2007/07/25/and-by-the-way-the-book-is-in-print/comment-page-1/#comment-28</link>
		<dc:creator>Radek</dc:creator>
		<pubDate>Fri, 27 Jul 2007 20:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=1340#comment-28</guid>
		<description>&lt;p&gt;Hello,&lt;br /&gt;
firstly, I would like to sorry for possible mistakes, since I am not an English native.&lt;br /&gt;
In fact, I haven&#039;t read the whole book yet, but I have to say, that I really enjoy what I have already read, although, I think you make some small mistake, I mean, on the 112 page (it&#039;s in chapter 6), you wrote &quot;Unless we turn output buffering off again, there will&lt;br /&gt;
never be any output at all.&quot; when talking about ob_start() function. As far as I know, that seems to be false, since the buffer is returned to the browser by using ob_end_flush() function or, if you don&#039;t use it, at the end of the script.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hello,<br />
firstly, I would like to sorry for possible mistakes, since I am not an English native.<br />
In fact, I haven&#8217;t read the whole book yet, but I have to say, that I really enjoy what I have already read, although, I think you make some small mistake, I mean, on the 112 page (it&#8217;s in chapter 6), you wrote &#8220;Unless we turn output buffering off again, there will<br />
never be any output at all.&#8221; when talking about ob_start() function. As far as I know, that seems to be false, since the buffer is returned to the browser by using ob_end_flush() function or, if you don&#8217;t use it, at the end of the script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivo Jansch</title>
		<link>http://blog.agilephp.com/2007/07/25/and-by-the-way-the-book-is-in-print/comment-page-1/#comment-26</link>
		<dc:creator>Ivo Jansch</dc:creator>
		<pubDate>Thu, 26 Jul 2007 09:20:51 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=1340#comment-26</guid>
		<description>I got a copy last week as a gift  for speaking at the zend uk conference. It looks very interesting. I&#039;ll post a review on my blog when I&#039;m done with it. (which could take a while though, still haven&#039;t finished The Long Tail by Chris Anderson)</description>
		<content:encoded><![CDATA[<p>I got a copy last week as a gift  for speaking at the zend uk conference. It looks very interesting. I&#8217;ll post a review on my blog when I&#8217;m done with it. (which could take a while though, still haven&#8217;t finished The Long Tail by Chris Anderson)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
