<?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 Update</title>
	<atom:link href="http://w-shadow.com/blog/2009/01/23/raw-html-update/feed/" rel="self" type="application/rss+xml" />
	<link>http://w-shadow.com/blog/2009/01/23/raw-html-update/</link>
	<description>Slightly Advanced Computer Stuff (and some magic)</description>
	<lastBuildDate>Sat, 21 Nov 2009 04:22:17 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: trolleytips</title>
		<link>http://w-shadow.com/blog/2009/01/23/raw-html-update/comment-page-1/#comment-23769</link>
		<dc:creator>trolleytips</dc:creator>
		<pubDate>Mon, 30 Mar 2009 16:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=813#comment-23769</guid>
		<description>Thanks White Shadow! it has fixed the issue!</description>
		<content:encoded><![CDATA[<p>Thanks White Shadow! it has fixed the issue!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: White Shadow</title>
		<link>http://w-shadow.com/blog/2009/01/23/raw-html-update/comment-page-1/#comment-23712</link>
		<dc:creator>White Shadow</dc:creator>
		<pubDate>Mon, 30 Mar 2009 12:23:08 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=813#comment-23712</guid>
		<description>Try &lt;a href=&quot;http://w-shadow.com/files/raw-html.zip&quot; rel=&quot;nofollow&quot;&gt;this version&lt;/a&gt;. It uses string manipulation instead of the regexps. I&#039;m not going to upload it to wp.org yet as I&#039;m not sure how stable it is.</description>
		<content:encoded><![CDATA[<p>Try <a href="http://w-shadow.com/files/raw-html.zip" rel="nofollow">this version</a>. It uses string manipulation instead of the regexps. I&#8217;m not going to upload it to wp.org yet as I&#8217;m not sure how stable it is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trolleytips</title>
		<link>http://w-shadow.com/blog/2009/01/23/raw-html-update/comment-page-1/#comment-23702</link>
		<dc:creator>trolleytips</dc:creator>
		<pubDate>Mon, 30 Mar 2009 11:33:32 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=813#comment-23702</guid>
		<description>Upgrading the plugin has caused my pages to go blank! here example: http://www.trolleytips.com/directories/european-airports-directory

I have not understood how TGSP fixed this manually, can you please explain.
thanks!</description>
		<content:encoded><![CDATA[<p>Upgrading the plugin has caused my pages to go blank! here example: <a href="http://www.trolleytips.com/directories/european-airports-directory" rel="nofollow">http://www.trolleytips.com/directories/european-airports-directory</a></p>
<p>I have not understood how TGSP fixed this manually, can you please explain.<br />
thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TGSP</title>
		<link>http://w-shadow.com/blog/2009/01/23/raw-html-update/comment-page-1/#comment-23613</link>
		<dc:creator>TGSP</dc:creator>
		<pubDate>Mon, 30 Mar 2009 02:06:28 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=813#comment-23613</guid>
		<description>Thanks for the info. I wasn&#039;t able to change the limit in my php.ini as it doesn&#039;t have the same setup as the bugreport showed. I then read more of your info and went ahead and experimented with multiple rawblock tags to break up the products. I found this to be successful providing I had a blank line between the end_raw and start_raw tags.
Let me know if you get a better fix for this.</description>
		<content:encoded><![CDATA[<p>Thanks for the info. I wasn&#8217;t able to change the limit in my php.ini as it doesn&#8217;t have the same setup as the bugreport showed. I then read more of your info and went ahead and experimented with multiple rawblock tags to break up the products. I found this to be successful providing I had a blank line between the end_raw and start_raw tags.<br />
Let me know if you get a better fix for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: White Shadow</title>
		<link>http://w-shadow.com/blog/2009/01/23/raw-html-update/comment-page-1/#comment-23451</link>
		<dc:creator>White Shadow</dc:creator>
		<pubDate>Sun, 29 Mar 2009 15:48:47 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=813#comment-23451</guid>
		<description>Arrgh, this is a stupid problem with the PHP regexp implementation - see &lt;a href=&quot;http://bugs.php.net/bug.php?id=40846&quot; rel=&quot;nofollow&quot;&gt;the bugreport&lt;/a&gt;. 

The previous version of the plugin that &quot;worked&quot; had a &lt;em&gt;buggy workaround&lt;/em&gt; that would cause problems if you use more than one rawblock in a single post. I fixed that bug in 1.2.2 and the workaround stopped working. 

You could try increasing pcre.backtrack_limit directive in your php.ini to get around this. I&#039;ll see if I can modify the plugin not to use regular expressions at all, but I&#039;m not sure if that will work.</description>
		<content:encoded><![CDATA[<p>Arrgh, this is a stupid problem with the PHP regexp implementation &#8211; see <a href="http://bugs.php.net/bug.php?id=40846" rel="nofollow">the bugreport</a>. </p>
<p>The previous version of the plugin that &#8220;worked&#8221; had a <em>buggy workaround</em> that would cause problems if you use more than one rawblock in a single post. I fixed that bug in 1.2.2 and the workaround stopped working. </p>
<p>You could try increasing pcre.backtrack_limit directive in your php.ini to get around this. I&#8217;ll see if I can modify the plugin not to use regular expressions at all, but I&#8217;m not sure if that will work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TGSP</title>
		<link>http://w-shadow.com/blog/2009/01/23/raw-html-update/comment-page-1/#comment-23442</link>
		<dc:creator>TGSP</dc:creator>
		<pubDate>Sun, 29 Mar 2009 14:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=813#comment-23442</guid>
		<description>Yes it is the 1.2.2 update. After looking at some past posts I noticed the one regarding the file size limit of 35k. After further investigation on my site and source it appears that this is the problem. Any of the pages whose source is less than 35k works fine. Anything above that is blank. I create my code for my products through programming and therefore the code is consistent on each page. Of course the number of products affect the file sizes so I would expect something happened to that earlier fix.

Thanks...</description>
		<content:encoded><![CDATA[<p>Yes it is the 1.2.2 update. After looking at some past posts I noticed the one regarding the file size limit of 35k. After further investigation on my site and source it appears that this is the problem. Any of the pages whose source is less than 35k works fine. Anything above that is blank. I create my code for my products through programming and therefore the code is consistent on each page. Of course the number of products affect the file sizes so I would expect something happened to that earlier fix.</p>
<p>Thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: White Shadow</title>
		<link>http://w-shadow.com/blog/2009/01/23/raw-html-update/comment-page-1/#comment-23262</link>
		<dc:creator>White Shadow</dc:creator>
		<pubDate>Sat, 28 Mar 2009 23:54:18 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=813#comment-23262</guid>
		<description>Do you mean the 1.2.2 update? It shouldn&#039;t have broken anything (at least compared to 1.2.1), I just tweaked some regexps a little bit and they seemed to work fine in my tests. Could you post an example of the HTML that you use in your post(s) that has this problem?</description>
		<content:encoded><![CDATA[<p>Do you mean the 1.2.2 update? It shouldn&#8217;t have broken anything (at least compared to 1.2.1), I just tweaked some regexps a little bit and they seemed to work fine in my tests. Could you post an example of the HTML that you use in your post(s) that has this problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TGSP</title>
		<link>http://w-shadow.com/blog/2009/01/23/raw-html-update/comment-page-1/#comment-23247</link>
		<dc:creator>TGSP</dc:creator>
		<pubDate>Sat, 28 Mar 2009 22:34:46 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=813#comment-23247</guid>
		<description>What happened? I did the update, now my pages don&#039;t have any data! Yipes, that&#039;s not good!!!!</description>
		<content:encoded><![CDATA[<p>What happened? I did the update, now my pages don&#8217;t have any data! Yipes, that&#8217;s not good!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JD</title>
		<link>http://w-shadow.com/blog/2009/01/23/raw-html-update/comment-page-1/#comment-19035</link>
		<dc:creator>JD</dc:creator>
		<pubDate>Tue, 03 Mar 2009 11:38:39 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=813#comment-19035</guid>
		<description>You&#039;ve broken the No excerpt p plugin with the update.

How do you now remove the  tags if you display the post title and excerpts on a front page, or a category listing for instance?

With this plugin activated - the remove_filter option doesn&#039;t work.</description>
		<content:encoded><![CDATA[<p>You&#8217;ve broken the No excerpt p plugin with the update.</p>
<p>How do you now remove the  tags if you display the post title and excerpts on a front page, or a category listing for instance?</p>
<p>With this plugin activated &#8211; the remove_filter option doesn&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: White Shadow</title>
		<link>http://w-shadow.com/blog/2009/01/23/raw-html-update/comment-page-1/#comment-13845</link>
		<dc:creator>White Shadow</dc:creator>
		<pubDate>Thu, 29 Jan 2009 10:54:52 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=813#comment-13845</guid>
		<description>If you want to appply it to the entire post, use the metabox. If you want to use RawHTML just on some parts of the post, use the tags (as before).</description>
		<content:encoded><![CDATA[<p>If you want to appply it to the entire post, use the metabox. If you want to use RawHTML just on some parts of the post, use the tags (as before).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
