<?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: Visual Code Editor 1.1.1 &#8211; Tested with WordPress 2.7</title>
	<atom:link href="http://www.webveteran.com/blog/index.php/web-related-software/visual-code-editor/visual-code-editor-111-tested-with-wordpress-27/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webveteran.com/blog/index.php/web-related-software/visual-code-editor/visual-code-editor-111-tested-with-wordpress-27/</link>
	<description>Programming: coldfusion, php, javascript, sql, css, scriptaculous, seo</description>
	<lastBuildDate>Wed, 30 Jun 2010 14:15:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jules</title>
		<link>http://www.webveteran.com/blog/index.php/web-related-software/visual-code-editor/visual-code-editor-111-tested-with-wordpress-27/comment-page-1/#comment-683</link>
		<dc:creator>Jules</dc:creator>
		<pubDate>Mon, 25 May 2009 01:09:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.webveteran.com/blog/index.php/wordpress/visual-code-editor-111-tested-with-wordpress-27/#comment-683</guid>
		<description>&lt;a href=&quot;#comment-682&quot; rel=&quot;nofollow&quot;&gt;@Mark&lt;/a&gt; 
Thanks for the compliments and the head&#039;s up!
There are no compatibility issues, the warning was safe to ignore. I updated VCE to not show that error any more.</description>
		<content:encoded><![CDATA[<p><a href="#comment-682" rel="nofollow">@Mark</a><br />
Thanks for the compliments and the head&#8217;s up!<br />
There are no compatibility issues, the warning was safe to ignore. I updated VCE to not show that error any more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.webveteran.com/blog/index.php/web-related-software/visual-code-editor/visual-code-editor-111-tested-with-wordpress-27/comment-page-1/#comment-682</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sun, 24 May 2009 22:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.webveteran.com/blog/index.php/wordpress/visual-code-editor-111-tested-with-wordpress-27/#comment-682</guid>
		<description>Hi Jules

I just found your Visual Code Editor plug-in for WordPress. Thanks very much for creating it - like many I have been driven to frustration by WP&#039;s annoying habit of reformating content created in the visual editor.

A question - is the current version compatible with WP 2.7.1? I&#039;m getting a warning about installing it.

Many thanks, Mark</description>
		<content:encoded><![CDATA[<p>Hi Jules</p>
<p>I just found your Visual Code Editor plug-in for WordPress. Thanks very much for creating it &#8211; like many I have been driven to frustration by WP&#8217;s annoying habit of reformating content created in the visual editor.</p>
<p>A question &#8211; is the current version compatible with WP 2.7.1? I&#8217;m getting a warning about installing it.</p>
<p>Many thanks, Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jules</title>
		<link>http://www.webveteran.com/blog/index.php/web-related-software/visual-code-editor/visual-code-editor-111-tested-with-wordpress-27/comment-page-1/#comment-332</link>
		<dc:creator>Jules</dc:creator>
		<pubDate>Fri, 16 Jan 2009 02:37:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.webveteran.com/blog/index.php/wordpress/visual-code-editor-111-tested-with-wordpress-27/#comment-332</guid>
		<description>&lt;a href=&quot;#comment-329&quot; rel=&quot;nofollow&quot;&gt;@Keith&lt;/a&gt; 
Thanks for taking the time to alert me to this. I am not a PHP guru. I modified the replace section with code that will work in PHP4:
&lt;pre&gt;[sourcecode language=&quot;php&quot;]function removePre($post_content = &#039;&#039;) {
	$preStart = &#039;&lt;pre&gt;\n&lt;pre class=&quot;syntax-highlight:&#039;;
	$preEnd = addcslashes(&#039;&lt;/pre&gt;\n&lt;/pre&gt;&#039;, &#039;/&#039;);
	$post_content = preg_replace(&quot;/$preStart/i&quot;, &quot;&lt;pre class=\&quot;syntax-highlight:&quot;, $post_content);
	return preg_replace(&quot;/$preEnd/i&quot;, &quot;&lt;/pre&gt;&quot;, $post_content);
}[/sourcecode]&lt;/pre&gt;
Dang... php really makes you jump through hoops.
</description>
		<content:encoded><![CDATA[<p><a href="#comment-329" rel="nofollow">@Keith</a><br />
Thanks for taking the time to alert me to this. I am not a PHP guru. I modified the replace section with code that will work in PHP4:</p>
<pre></pre>
<pre class="brush: php;">function removePre($post_content = '') {
	$preStart = '&lt;pre&gt;\n&lt;pre class=&quot;syntax-highlight:';
	$preEnd = addcslashes('&lt;/pre&gt;\n&lt;/pre&gt;', '/');
	$post_content = preg_replace(&quot;/$preStart/i&quot;, &quot;&lt;pre class=\&quot;syntax-highlight:&quot;, $post_content);
	return preg_replace(&quot;/$preEnd/i&quot;, &quot;&lt;/pre&gt;&quot;, $post_content);
}</pre>
<p>Dang&#8230; php really makes you jump through hoops.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith</title>
		<link>http://www.webveteran.com/blog/index.php/web-related-software/visual-code-editor/visual-code-editor-111-tested-with-wordpress-27/comment-page-1/#comment-331</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Fri, 16 Jan 2009 02:18:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.webveteran.com/blog/index.php/wordpress/visual-code-editor-111-tested-with-wordpress-27/#comment-331</guid>
		<description>I figured it out. Turns out it was the Syntax Highlighter Plus plugin causing this. I had to remove a reference to htmlspecialchars() function to prevent the special characters from being displayed as their character codes from within the  block. Thanks for making this great plugin!</description>
		<content:encoded><![CDATA[<p>I figured it out. Turns out it was the Syntax Highlighter Plus plugin causing this. I had to remove a reference to htmlspecialchars() function to prevent the special characters from being displayed as their character codes from within the  block. Thanks for making this great plugin!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith</title>
		<link>http://www.webveteran.com/blog/index.php/web-related-software/visual-code-editor/visual-code-editor-111-tested-with-wordpress-27/comment-page-1/#comment-330</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Fri, 16 Jan 2009 02:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.webveteran.com/blog/index.php/wordpress/visual-code-editor-111-tested-with-wordpress-27/#comment-330</guid>
		<description>Also, after making the aforementioned change to your plugin I am still having display issues. Your plugin corrects the display issues for the editor window but not the actual published view window (i.e. what the world actually sees). My &quot;&gt;&quot; and &quot;&quot; and &quot;&lt;&quot; in the editor window. Any help would be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>Also, after making the aforementioned change to your plugin I am still having display issues. Your plugin corrects the display issues for the editor window but not the actual published view window (i.e. what the world actually sees). My &#8220;&gt;&#8221; and &#8220;&#8221; and &#8220;&lt;&#8221; in the editor window. Any help would be greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith</title>
		<link>http://www.webveteran.com/blog/index.php/web-related-software/visual-code-editor/visual-code-editor-111-tested-with-wordpress-27/comment-page-1/#comment-329</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Fri, 16 Jan 2009 02:06:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.webveteran.com/blog/index.php/wordpress/visual-code-editor-111-tested-with-wordpress-27/#comment-329</guid>
		<description>You may want to modify your plugin code to use the str_replace() function instead of the str_ireplace() function as the latter is not supported in PHP 4 (which is the majority of the Wordpress user base).</description>
		<content:encoded><![CDATA[<p>You may want to modify your plugin code to use the str_replace() function instead of the str_ireplace() function as the latter is not supported in PHP 4 (which is the majority of the Wordpress user base).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
