<?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: Raw HTML Plugin for WordPress</title>
	<atom:link href="http://w-shadow.com/blog/2007/12/13/raw-html-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://w-shadow.com/blog/2007/12/13/raw-html-in-wordpress/</link>
	<description>Slightly Advanced Computer Stuff (and some magic)</description>
	<lastBuildDate>Fri, 20 Nov 2009 22:08:06 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anton Kolin</title>
		<link>http://w-shadow.com/blog/2007/12/13/raw-html-in-wordpress/comment-page-5/#comment-32171</link>
		<dc:creator>Anton Kolin</dc:creator>
		<pubDate>Sun, 01 Nov 2009 18:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/blog/2007/12/13/raw-html-in-wordpress/#comment-32171</guid>
		<description>Well done! Big thanks for you from Russia! This plugin has really help for me.</description>
		<content:encoded><![CDATA[<p>Well done! Big thanks for you from Russia! This plugin has really help for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raw HTML Plugin for WordPress - Affordable Web Developer - Just another WordPress weblog on Affordable open source web development.</title>
		<link>http://w-shadow.com/blog/2007/12/13/raw-html-in-wordpress/comment-page-5/#comment-31838</link>
		<dc:creator>Raw HTML Plugin for WordPress - Affordable Web Developer - Just another WordPress weblog on Affordable open source web development.</dc:creator>
		<pubDate>Mon, 19 Oct 2009 22:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/blog/2007/12/13/raw-html-in-wordpress/#comment-31838</guid>
		<description>[...] post by White Shadow and syndicated here by [...]</description>
		<content:encoded><![CDATA[<p>[...] post by White Shadow and syndicated here by [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claire Wakters</title>
		<link>http://w-shadow.com/blog/2007/12/13/raw-html-in-wordpress/comment-page-5/#comment-31775</link>
		<dc:creator>Claire Wakters</dc:creator>
		<pubDate>Thu, 15 Oct 2009 00:48:16 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/blog/2007/12/13/raw-html-in-wordpress/#comment-31775</guid>
		<description>Amazing plugin!  ++++
thank you for a good tool.</description>
		<content:encoded><![CDATA[<p>Amazing plugin!  ++++<br />
thank you for a good tool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Work: Lightly Seasoned &#171; Casey Wise</title>
		<link>http://w-shadow.com/blog/2007/12/13/raw-html-in-wordpress/comment-page-5/#comment-31714</link>
		<dc:creator>Web Work: Lightly Seasoned &#171; Casey Wise</dc:creator>
		<pubDate>Sat, 10 Oct 2009 19:25:36 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/blog/2007/12/13/raw-html-in-wordpress/#comment-31714</guid>
		<description>[...] The boys of lightly seasoned were looking for a way to disseminate their events, pictures and videos.  The more I work with CMS built sites (WordPress in this case), the more I buy in to the idea of owner of the site maintaining the content without knowing or writing a lick of code.  The events calendar is fed from a user owned Google Calendar making use of the wpng-calendar plugin.  The pictures live in a user owned Picasa account and makes it way to the page courtesy of the shashin plugin.  To bring the JavaScript to the page, I make use of the Raw HTML plugin. [...]</description>
		<content:encoded><![CDATA[<p>[...] The boys of lightly seasoned were looking for a way to disseminate their events, pictures and videos.  The more I work with CMS built sites (WordPress in this case), the more I buy in to the idea of owner of the site maintaining the content without knowing or writing a lick of code.  The events calendar is fed from a user owned Google Calendar making use of the wpng-calendar plugin.  The pictures live in a user owned Picasa account and makes it way to the page courtesy of the shashin plugin.  To bring the JavaScript to the page, I make use of the Raw HTML plugin. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://w-shadow.com/blog/2007/12/13/raw-html-in-wordpress/comment-page-5/#comment-31669</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Tue, 06 Oct 2009 13:05:01 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/blog/2007/12/13/raw-html-in-wordpress/#comment-31669</guid>
		<description>for wordpress MU 2.8.4a the only way I could get the autop to not add the p tags to my content was to comment out the call to wpautop in wp_richedit_pre method in wp-includes/formatting.php.

function wp_richedit_pre($text) {
        // Filtering a blank results in an annoying \n
        if ( empty($text) ) return apply_filters(&#039;richedit_pre&#039;, &#039;&#039;);

        $output = convert_chars($text);
//      $output = wpautop($output);
        $output = htmlspecialchars($output, ENT_NOQUOTES);

        return apply_filters(&#039;richedit_pre&#039;, $output);
}</description>
		<content:encoded><![CDATA[<p>for wordpress MU 2.8.4a the only way I could get the autop to not add the p tags to my content was to comment out the call to wpautop in wp_richedit_pre method in wp-includes/formatting.php.</p>
<p>function wp_richedit_pre($text) {<br />
        // Filtering a blank results in an annoying \n<br />
        if ( empty($text) ) return apply_filters(&#8217;richedit_pre&#8217;, &#8221;);</p>
<p>        $output = convert_chars($text);<br />
//      $output = wpautop($output);<br />
        $output = htmlspecialchars($output, ENT_NOQUOTES);</p>
<p>        return apply_filters(&#8217;richedit_pre&#8217;, $output);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michelle &#187; Blog Archive &#187; New Faces</title>
		<link>http://w-shadow.com/blog/2007/12/13/raw-html-in-wordpress/comment-page-5/#comment-31629</link>
		<dc:creator>Michelle &#187; Blog Archive &#187; New Faces</dc:creator>
		<pubDate>Thu, 01 Oct 2009 17:26:11 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/blog/2007/12/13/raw-html-in-wordpress/#comment-31629</guid>
		<description>[...] Raw HTML  Tango Smileys Extended WordPress.com Stats WP to Twitter [...]</description>
		<content:encoded><![CDATA[<p>[...] Raw HTML  Tango Smileys Extended WordPress.com Stats WP to Twitter [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: White Shadow</title>
		<link>http://w-shadow.com/blog/2007/12/13/raw-html-in-wordpress/comment-page-5/#comment-31627</link>
		<dc:creator>White Shadow</dc:creator>
		<pubDate>Thu, 01 Oct 2009 17:13:18 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/blog/2007/12/13/raw-html-in-wordpress/#comment-31627</guid>
		<description>What do you mean by &quot;see [your] code in the page source&quot;? What code would that be/why is that bad?</description>
		<content:encoded><![CDATA[<p>What do you mean by &#8220;see [your] code in the page source&#8221;? What code would that be/why is that bad?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trinidad Classifieds</title>
		<link>http://w-shadow.com/blog/2007/12/13/raw-html-in-wordpress/comment-page-5/#comment-31612</link>
		<dc:creator>Trinidad Classifieds</dc:creator>
		<pubDate>Wed, 30 Sep 2009 03:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/blog/2007/12/13/raw-html-in-wordpress/#comment-31612</guid>
		<description>Hi, when I installed the plugin on one blog it works great, however when installed on another blog I can see my code in the page source! 

Do you know what the problem could be?</description>
		<content:encoded><![CDATA[<p>Hi, when I installed the plugin on one blog it works great, however when installed on another blog I can see my code in the page source! </p>
<p>Do you know what the problem could be?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Critique my landing page?</title>
		<link>http://w-shadow.com/blog/2007/12/13/raw-html-in-wordpress/comment-page-5/#comment-31360</link>
		<dc:creator>Critique my landing page?</dc:creator>
		<pubDate>Thu, 03 Sep 2009 20:38:58 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/blog/2007/12/13/raw-html-in-wordpress/#comment-31360</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ant</title>
		<link>http://w-shadow.com/blog/2007/12/13/raw-html-in-wordpress/comment-page-5/#comment-31335</link>
		<dc:creator>Ant</dc:creator>
		<pubDate>Tue, 01 Sep 2009 15:43:43 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/blog/2007/12/13/raw-html-in-wordpress/#comment-31335</guid>
		<description>THANK YOU! THANK YOU! THANK YOU!

God, it was killing me that when wordpress was stripping/changing my div tags and such.</description>
		<content:encoded><![CDATA[<p>THANK YOU! THANK YOU! THANK YOU!</p>
<p>God, it was killing me that when wordpress was stripping/changing my div tags and such.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
