<?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 WordPress Snippets</title>
	<atom:link href="http://www.wpsnippets.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wpsnippets.com</link>
	<description>Random musings about life, in addition to tips, code snippets and plugins for the average and newbie WordPress user</description>
	<pubDate>Tue, 06 Jan 2009 01:07:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Transcript of WordPress Weekly&#8217;s Interview with Matt Mullenweg on 21 December 2008 - Part 1 by Premium WordPress Themes and the GPL Discussions &#8212; WP-Premiums</title>
		<link>http://www.wpsnippets.com/2008/12/transcript-of-wordpress-weeklys-interview-with-matt-mullenweg-december-2008-part-1/comment-page-1/#comment-149</link>
		<dc:creator>Premium WordPress Themes and the GPL Discussions &#8212; WP-Premiums</dc:creator>
		<pubDate>Thu, 01 Jan 2009 17:12:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpsnippets.com/?p=72#comment-149</guid>
		<description>[...] has been posted at Weblog Tools Collection, and Flick of WPSnippets has transcribed the discussions here, here and [...]</description>
		<content:encoded><![CDATA[<p>[...] has been posted at Weblog Tools Collection, and Flick of WPSnippets has transcribed the discussions here, here and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Transcript of WordPress Weekly&#8217;s Interview with Matt Mullenweg on 21 December 2008 - Part 1 by Grace</title>
		<link>http://www.wpsnippets.com/2008/12/transcript-of-wordpress-weeklys-interview-with-matt-mullenweg-december-2008-part-1/comment-page-1/#comment-145</link>
		<dc:creator>Grace</dc:creator>
		<pubDate>Wed, 31 Dec 2008 08:47:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpsnippets.com/?p=72#comment-145</guid>
		<description>Hi Flick, I want to thank you personally for transcribing this because I would not be able to get this information any other way, cuz I'm Deaf. Not much stuff on the internet is accessible for us deafies (wish I could understand all those YouTube videos for starters) and I want you to know what a true service it is that you transcribed this, cuz some of us depend on people like you to get access to info about what's going on.</description>
		<content:encoded><![CDATA[<p>Hi Flick, I want to thank you personally for transcribing this because I would not be able to get this information any other way, cuz I&#8217;m Deaf. Not much stuff on the internet is accessible for us deafies (wish I could understand all those YouTube videos for starters) and I want you to know what a true service it is that you transcribed this, cuz some of us depend on people like you to get access to info about what&#8217;s going on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WP-Table plugin - Fatal Error fix for Wordpress 2.5+ by flick</title>
		<link>http://www.wpsnippets.com/2008/06/wp-table-plugin-fatal-error-fix/comment-page-1/#comment-144</link>
		<dc:creator>flick</dc:creator>
		<pubDate>Tue, 30 Dec 2008 18:41:20 +0000</pubDate>
		<guid isPermaLink="false">http://wpsnippets.wordpress.com/?p=7#comment-144</guid>
		<description>@Cliff: Thanks for your comment. 

In my experience, any PHP errors with &lt;quote&gt;Cannot modify header information - headers already sent&lt;/quote&gt; are generally to do with a random empty line before the first PHP bracket &lt;code&gt;&lt;?&lt;/code&gt; or after the last PHP bracket &lt;code&gt;?&gt;&lt;/code&gt;.

So it might be worth checking at your &lt;strong&gt;wp-table.php&lt;/strong&gt; file and making sure there are &lt;strong&gt;no empty spaces (white space) before (and after)&lt;/strong&gt; these PHP brackets - it might be an idea to use a text editor such as NotePad or even Notepad++ since a WYSIWYG editor sometimes adds extra space etc.

Hopefully this might help! An additional reference you might want to consider might be &lt;a href="http://www.hongkiat.com/blog/wordpress-error-warning-cannot-modify-header-information/" rel="nofollow"&gt;this article by Hongkiat&lt;/a&gt;.
</description>
		<content:encoded><![CDATA[<p>@Cliff: Thanks for your comment. </p>
<p>In my experience, any PHP errors with <quote>Cannot modify header information - headers already sent</quote> are generally to do with a random empty line before the first PHP bracket <code>< ?</code> or after the last PHP bracket </code><code>?></code>.</p>
<p>So it might be worth checking at your <strong>wp-table.php</strong> file and making sure there are <strong>no empty spaces (white space) before (and after)</strong> these PHP brackets - it might be an idea to use a text editor such as NotePad or even Notepad++ since a WYSIWYG editor sometimes adds extra space etc.</p>
<p>Hopefully this might help! An additional reference you might want to consider might be <a href="http://www.hongkiat.com/blog/wordpress-error-warning-cannot-modify-header-information/" rel="nofollow">this article by Hongkiat</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WP-Table plugin - Fatal Error fix for Wordpress 2.5+ by Cliff</title>
		<link>http://www.wpsnippets.com/2008/06/wp-table-plugin-fatal-error-fix/comment-page-1/#comment-143</link>
		<dc:creator>Cliff</dc:creator>
		<pubDate>Tue, 30 Dec 2008 09:20:06 +0000</pubDate>
		<guid isPermaLink="false">http://wpsnippets.wordpress.com/?p=7#comment-143</guid>
		<description>I've got a different problem I'm hoping someone else has seen.

I'm getting this message when I try to save a posting with a table in it.

&lt;code&gt;Warning: Cannot modify header information - headers already sent by (output started at /home/irsphone/public_html/wp-content/plugins/wp-table/wp-table.php:1) in /home/irsphone/public_html/wp-includes/pluggable.php on line 770&lt;/code&gt;

Does anyone have a solution to this problem.

Thank you</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got a different problem I&#8217;m hoping someone else has seen.</p>
<p>I&#8217;m getting this message when I try to save a posting with a table in it.</p>
<p><code>Warning: Cannot modify header information - headers already sent by (output started at /home/irsphone/public_html/wp-content/plugins/wp-table/wp-table.php:1) in /home/irsphone/public_html/wp-includes/pluggable.php on line 770</code></p>
<p>Does anyone have a solution to this problem.</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Beijing Olympics 2008 - Opening Ceremony by Jaz "Corporate Massage" Timna</title>
		<link>http://www.wpsnippets.com/2008/08/beijing-olympics-2008-opening-ceremony/comment-page-1/#comment-142</link>
		<dc:creator>Jaz "Corporate Massage" Timna</dc:creator>
		<pubDate>Mon, 29 Dec 2008 23:04:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpsnippets.com/?p=37#comment-142</guid>
		<description>Great photos!  I wish the Olympics happened every year ;)</description>
		<content:encoded><![CDATA[<p>Great photos!  I wish the Olympics happened every year <img src='http://www.wpsnippets.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Transcript of WordPress Weekly’s Interview with Matt Mullenweg on 21 December 2008 - Part 2 by WordPress Pulls the Plug on Premium Themes &#8212; WPCandy &#8212; WordPress Themes, Plugins, Tips, and Tricks</title>
		<link>http://www.wpsnippets.com/2008/12/transcript-of-wordpress-weeklys-interview-with-matt-mullenweg-december-2008-part-2/comment-page-1/#comment-140</link>
		<dc:creator>WordPress Pulls the Plug on Premium Themes &#8212; WPCandy &#8212; WordPress Themes, Plugins, Tips, and Tricks</dc:creator>
		<pubDate>Mon, 29 Dec 2008 14:18:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpsnippets.com/?p=73#comment-140</guid>
		<description>[...] Snippets did the community a great deal of service by transcribing the long interview (part one &#124; part two &#124; part three) with more part forthcoming as per this [...]</description>
		<content:encoded><![CDATA[<p>[...] Snippets did the community a great deal of service by transcribing the long interview (part one | part two | part three) with more part forthcoming as per this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Transcript of WordPress Weekly&#8217;s Interview with Matt Mullenweg on 21 December 2008 - Part 1 by WordPress Pulls the Plug on Premium Themes &#8212; WPCandy &#8212; WordPress Themes, Plugins, Tips, and Tricks</title>
		<link>http://www.wpsnippets.com/2008/12/transcript-of-wordpress-weeklys-interview-with-matt-mullenweg-december-2008-part-1/comment-page-1/#comment-139</link>
		<dc:creator>WordPress Pulls the Plug on Premium Themes &#8212; WPCandy &#8212; WordPress Themes, Plugins, Tips, and Tricks</dc:creator>
		<pubDate>Mon, 29 Dec 2008 12:01:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpsnippets.com/?p=72#comment-139</guid>
		<description>[...] Also, WP Snippets did the community a great deal of service by transcribing the long interview (part one &#124; part two &#124; part three) with more part forthcoming as per this [...]</description>
		<content:encoded><![CDATA[<p>[...] Also, WP Snippets did the community a great deal of service by transcribing the long interview (part one | part two | part three) with more part forthcoming as per this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WP-Table plugin - Fatal Error fix for Wordpress 2.5+ by flick</title>
		<link>http://www.wpsnippets.com/2008/06/wp-table-plugin-fatal-error-fix/comment-page-1/#comment-125</link>
		<dc:creator>flick</dc:creator>
		<pubDate>Fri, 26 Dec 2008 01:23:58 +0000</pubDate>
		<guid isPermaLink="false">http://wpsnippets.wordpress.com/?p=7#comment-125</guid>
		<description>Glad you found a solution that worked for you! :) WP-Table is a great plugin imho and I am glad that even though development has ceased, it still works with 2.7!</description>
		<content:encoded><![CDATA[<p>Glad you found a solution that worked for you! <img src='http://www.wpsnippets.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> WP-Table is a great plugin imho and I am glad that even though development has ceased, it still works with 2.7!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WP-Table plugin - Fatal Error fix for Wordpress 2.5+ by Salihu</title>
		<link>http://www.wpsnippets.com/2008/06/wp-table-plugin-fatal-error-fix/comment-page-1/#comment-124</link>
		<dc:creator>Salihu</dc:creator>
		<pubDate>Fri, 26 Dec 2008 00:20:18 +0000</pubDate>
		<guid isPermaLink="false">http://wpsnippets.wordpress.com/?p=7#comment-124</guid>
		<description>Thank you very much for all this. It worked perfectly for me. Almost gave up , then came the solution by Engineerboy. Using 2.6.</description>
		<content:encoded><![CDATA[<p>Thank you very much for all this. It worked perfectly for me. Almost gave up , then came the solution by Engineerboy. Using 2.6.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Transcript of WordPress Weekly&#8217;s Interview with Matt Mullenweg on 21 December 2008 - Part 1 by that girl again</title>
		<link>http://www.wpsnippets.com/2008/12/transcript-of-wordpress-weeklys-interview-with-matt-mullenweg-december-2008-part-1/comment-page-1/#comment-119</link>
		<dc:creator>that girl again</dc:creator>
		<pubDate>Wed, 24 Dec 2008 12:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpsnippets.com/?p=72#comment-119</guid>
		<description>Thank you so much for doing this. Automattic have an increasing tendency to present information in less accessible forms such as podcast interviews or videos (which is pretty ironic given that the success of WordPress is largely dependent on the written word) and it is frustrating for those of us who read faster than others speak.</description>
		<content:encoded><![CDATA[<p>Thank you so much for doing this. Automattic have an increasing tendency to present information in less accessible forms such as podcast interviews or videos (which is pretty ironic given that the success of WordPress is largely dependent on the written word) and it is frustrating for those of us who read faster than others speak.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
