<?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 web2.0goodies.com</title>
	<atom:link href="http://web2.0goodies.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://web2.0goodies.com/blog</link>
	<description>Tips, Tricks, and How To's for Web 2.0</description>
	<lastBuildDate>Mon, 03 Oct 2011 23:43:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on Why you should Turn off Output buffering in php when developing code for others&#8230; by admin</title>
		<link>http://web2.0goodies.com/blog/php/why-you-should-turn-off-output-buffering-in-php-when-developing-code-for-others/comment-page-1/#comment-288</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 03 Oct 2011 23:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://web2.0goodies.com/blog/?p=230#comment-288</guid>
		<description>Exactly.  If you don&#039;t turn off output buffering, this problem is hidden.  So you turn it off so that this problem is evident and you can easily find it.</description>
		<content:encoded><![CDATA[<p>Exactly.  If you don&#8217;t turn off output buffering, this problem is hidden.  So you turn it off so that this problem is evident and you can easily find it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why you should Turn off Output buffering in php when developing code for others&#8230; by jJörg</title>
		<link>http://web2.0goodies.com/blog/php/why-you-should-turn-off-output-buffering-in-php-when-developing-code-for-others/comment-page-1/#comment-287</link>
		<dc:creator>jJörg</dc:creator>
		<pubDate>Sun, 02 Oct 2011 17:54:10 +0000</pubDate>
		<guid isPermaLink="false">http://web2.0goodies.com/blog/?p=230#comment-287</guid>
		<description>you need to fix your code to make sure you dont send headers arbitrarily. this is a sign that there is a problem with your design. there should be no reason to send headers once you have already sent them and then sent content. you need to figure out why you are sending headers again. thnks for the writeup</description>
		<content:encoded><![CDATA[<p>you need to fix your code to make sure you dont send headers arbitrarily. this is a sign that there is a problem with your design. there should be no reason to send headers once you have already sent them and then sent content. you need to figure out why you are sending headers again. thnks for the writeup</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quickly turn on error reporting to see errors. by Jacob Allred</title>
		<link>http://web2.0goodies.com/blog/php5/quickly-turn-on-error-reporting-to-see-errors/comment-page-1/#comment-271</link>
		<dc:creator>Jacob Allred</dc:creator>
		<pubDate>Wed, 13 Jul 2011 20:34:20 +0000</pubDate>
		<guid isPermaLink="false">http://web2.0goodies.com/blog/?p=208#comment-271</guid>
		<description>Good snippet! I like to exclude E_DEPRECATED so I don&#039;t get &quot;false&quot; error messages:

ini_set(&#039;error_reporting&#039;, E_ALL &amp; ~E_DEPRECATED);</description>
		<content:encoded><![CDATA[<p>Good snippet! I like to exclude E_DEPRECATED so I don&#8217;t get &#8220;false&#8221; error messages:</p>
<p>ini_set(&#8216;error_reporting&#8217;, E_ALL &amp; ~E_DEPRECATED);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on vimeo OEmbed service rejects Apache Commons Http Client User Agent by admin</title>
		<link>http://web2.0goodies.com/blog/social-media/vimeo-oembed-service-rejects-apache-commons-http-client-user-agent/comment-page-1/#comment-245</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 25 Mar 2011 19:32:55 +0000</pubDate>
		<guid isPermaLink="false">http://web2.0goodies.com/blog/social-media/vimeo-oembed-service-rejects-apache-commons-http-client-user-agent/#comment-245</guid>
		<description>What is weird, is that the API is kind of useless from a browser...</description>
		<content:encoded><![CDATA[<p>What is weird, is that the API is kind of useless from a browser&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on vimeo OEmbed service rejects Apache Commons Http Client User Agent by Jacob Allred</title>
		<link>http://web2.0goodies.com/blog/social-media/vimeo-oembed-service-rejects-apache-commons-http-client-user-agent/comment-page-1/#comment-237</link>
		<dc:creator>Jacob Allred</dc:creator>
		<pubDate>Fri, 25 Feb 2011 00:39:43 +0000</pubDate>
		<guid isPermaLink="false">http://web2.0goodies.com/blog/social-media/vimeo-oembed-service-rejects-apache-commons-http-client-user-agent/#comment-237</guid>
		<description>Yeah this is pretty common on a lot of sites. I completely block all requests from HttpClient to several of my sites to stop screen scrapers. It is surprisingly effective, even though it is so easy to adjust the UA string.</description>
		<content:encoded><![CDATA[<p>Yeah this is pretty common on a lot of sites. I completely block all requests from HttpClient to several of my sites to stop screen scrapers. It is surprisingly effective, even though it is so easy to adjust the UA string.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on nicEdit Firefox center and right align bug patch. by NicEdit WYSIWYG alignment issue - Timby&#039;s Tech Talk</title>
		<link>http://web2.0goodies.com/blog/javascript/nicedit-firefox-center-and-right-align-bug-patch/comment-page-1/#comment-236</link>
		<dc:creator>NicEdit WYSIWYG alignment issue - Timby&#039;s Tech Talk</dc:creator>
		<pubDate>Sun, 20 Feb 2011 06:58:49 +0000</pubDate>
		<guid isPermaLink="false">http://web2.0goodies.com/blog/javascript/nicedit-firefox-center-and-right-align-bug-patch/#comment-236</guid>
		<description>[...] Web2.0goodies has another possible solution to this problem if this method doesn&#8217;t work for you! [...]</description>
		<content:encoded><![CDATA[<p>[...] Web2.0goodies has another possible solution to this problem if this method doesn&#8217;t work for you! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on nicEdit Firefox center and right align bug patch. by yriel</title>
		<link>http://web2.0goodies.com/blog/javascript/nicedit-firefox-center-and-right-align-bug-patch/comment-page-1/#comment-227</link>
		<dc:creator>yriel</dc:creator>
		<pubDate>Tue, 04 Jan 2011 10:00:16 +0000</pubDate>
		<guid isPermaLink="false">http://web2.0goodies.com/blog/javascript/nicedit-firefox-center-and-right-align-bug-patch/#comment-227</guid>
		<description>Thanks, it&#039;s work !!!</description>
		<content:encoded><![CDATA[<p>Thanks, it&#8217;s work !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle has wasted no time in Rebranding Sun products. by no</title>
		<link>http://web2.0goodies.com/blog/java/oracle-has-wasted-no-time-in-rebranding-sun-products/comment-page-1/#comment-210</link>
		<dc:creator>no</dc:creator>
		<pubDate>Sun, 14 Nov 2010 18:27:16 +0000</pubDate>
		<guid isPermaLink="false">http://web2.0goodies.com/blog/java/oracle-has-wasted-no-time-in-rebranding-sun-products/#comment-210</guid>
		<description>not really. people who buy mysql wouldnt be oracle customers anyways coz oracle stuff is like majorly expensive!!!!! but oracle is stupid anyways they are even trying to do stuff to java. hopefully they wont destroy it and hopefully there will be a better opensource version or something oh well. 
goodpost</description>
		<content:encoded><![CDATA[<p>not really. people who buy mysql wouldnt be oracle customers anyways coz oracle stuff is like majorly expensive!!!!! but oracle is stupid anyways they are even trying to do stuff to java. hopefully they wont destroy it and hopefully there will be a better opensource version or something oh well.<br />
goodpost</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Never ever ever make a php config file not a php file&#8230; by no</title>
		<link>http://web2.0goodies.com/blog/php5/never-ever-ever-make-a-php-config-file-not-a-php-file/comment-page-1/#comment-209</link>
		<dc:creator>no</dc:creator>
		<pubDate>Sun, 14 Nov 2010 18:23:47 +0000</pubDate>
		<guid isPermaLink="false">http://web2.0goodies.com/blog/php5/never-ever-ever-make-a-php-config-file-not-a-php-file/#comment-209</guid>
		<description>um using .htaccess is just good security. .cfg are pretty standard and you dont even have to parse it yourself. just use parse_ini_file. also why should a .cfg file come as a surprise. just read the readme.txt for installation isntructions lol</description>
		<content:encoded><![CDATA[<p>um using .htaccess is just good security. .cfg are pretty standard and you dont even have to parse it yourself. just use parse_ini_file. also why should a .cfg file come as a surprise. just read the readme.txt for installation isntructions lol</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring MVC Redirect using &#8220;redirect:url&#8221; syntax. by admin</title>
		<link>http://web2.0goodies.com/blog/java/spring-mvc-redirect-using-redirecturl-syntax/comment-page-1/#comment-196</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 27 Oct 2010 21:44:56 +0000</pubDate>
		<guid isPermaLink="false">http://web2.0goodies.com/blog/java/spring-mvc-redirect-using-redirecturl-syntax/#comment-196</guid>
		<description>Thanks,

My Bad.

Updated to 3.0.x</description>
		<content:encoded><![CDATA[<p>Thanks,</p>
<p>My Bad.</p>
<p>Updated to 3.0.x</p>
]]></content:encoded>
	</item>
</channel>
</rss>

