<?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: HACK: Fixing The Code Syntax Highlighter WordPress Plugins To Work With WYSIWYG</title>
	<atom:link href="http://tech.shantanugoel.com/2008/03/23/hack-fixing-the-code-syntax-highlighter-wordpress-plugins-to-work-with-wysiwyg.html/feed" rel="self" type="application/rss+xml" />
	<link>http://tech.shantanugoel.com/2008/03/23/hack-fixing-the-code-syntax-highlighter-wordpress-plugins-to-work-with-wysiwyg.html</link>
	<description>Shantanu's Gadgets, Gizmos, Hacks, Tips, Tricks, Technology...and your kitchen sink</description>
	<lastBuildDate>Wed, 08 Feb 2012 20:40:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: tresloukadu</title>
		<link>http://tech.shantanugoel.com/2008/03/23/hack-fixing-the-code-syntax-highlighter-wordpress-plugins-to-work-with-wysiwyg.html#comment-18015</link>
		<dc:creator>tresloukadu</dc:creator>
		<pubDate>Tue, 09 Feb 2010 02:28:09 +0000</pubDate>
		<guid isPermaLink="false">http://tech.shantanugoel.com/2008/03/23/hack-fixing-the-code-syntax-highlighter-wordpress-plugins-to-work-with-wysiwyg.html#comment-18015</guid>
		<description>yo man im using code codesnippet from wordpress plugins. http://wordpress.org/extend/plugins/codesnippet-20/ Im facing the same problem when i use the html editor it messes my code and when i use the plain text editor it works. Do you know what i can do for this plugin?</description>
		<content:encoded><![CDATA[<p>yo man im using code codesnippet from wordpress plugins. <a href="http://wordpress.org/extend/plugins/codesnippet-20/" rel="nofollow">http://wordpress.org/extend/plugins/codesnippet-20/</a> Im facing the same problem when i use the html editor it messes my code and when i use the plain text editor it works. Do you know what i can do for this plugin?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FractalizeR</title>
		<link>http://tech.shantanugoel.com/2008/03/23/hack-fixing-the-code-syntax-highlighter-wordpress-plugins-to-work-with-wysiwyg.html#comment-8311</link>
		<dc:creator>FractalizeR</dc:creator>
		<pubDate>Tue, 06 Jan 2009 09:10:37 +0000</pubDate>
		<guid isPermaLink="false">http://tech.shantanugoel.com/2008/03/23/hack-fixing-the-code-syntax-highlighter-wordpress-plugins-to-work-with-wysiwyg.html#comment-8311</guid>
		<description>I don&#039;t use preg_replacing of course ;) I am using ShortCodes API provided by WP 2.5 and up.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t use preg_replacing of course <img src='http://tech.shantanugoel.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  I am using ShortCodes API provided by WP 2.5 and up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shantanu Goel</title>
		<link>http://tech.shantanugoel.com/2008/03/23/hack-fixing-the-code-syntax-highlighter-wordpress-plugins-to-work-with-wysiwyg.html#comment-8302</link>
		<dc:creator>Shantanu Goel</dc:creator>
		<pubDate>Tue, 06 Jan 2009 04:05:39 +0000</pubDate>
		<guid isPermaLink="false">http://tech.shantanugoel.com/2008/03/23/hack-fixing-the-code-syntax-highlighter-wordpress-plugins-to-work-with-wysiwyg.html#comment-8302</guid>
		<description>@Fractalizer: just found out that there is a simple function in wordpress to make your own shortcodes in a jiffy instead of preg_replacing them ourselves, maybe i can use the same in case of a plugin becoming obsolete to turn all such shortcodes into &quot;pre&quot; tags on the fly. 
Anyways, I&#039;ll check out ur plugin soon. It&#039;s always good to see fellow developers&#039; work :)</description>
		<content:encoded><![CDATA[<p>@Fractalizer: just found out that there is a simple function in wordpress to make your own shortcodes in a jiffy instead of preg_replacing them ourselves, maybe i can use the same in case of a plugin becoming obsolete to turn all such shortcodes into &#8220;pre&#8221; tags on the fly.<br />
Anyways, I&#8217;ll check out ur plugin soon. It&#8217;s always good to see fellow developers&#8217; work <img src='http://tech.shantanugoel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FractalizeR</title>
		<link>http://tech.shantanugoel.com/2008/03/23/hack-fixing-the-code-syntax-highlighter-wordpress-plugins-to-work-with-wysiwyg.html#comment-8291</link>
		<dc:creator>FractalizeR</dc:creator>
		<pubDate>Mon, 05 Jan 2009 19:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://tech.shantanugoel.com/2008/03/23/hack-fixing-the-code-syntax-highlighter-wordpress-plugins-to-work-with-wysiwyg.html#comment-8291</guid>
		<description>You mean to remove shortcode itself? Yes, but if you don&#039;t like a plugin, you can easily make a stub just to get rid of shortcode.</description>
		<content:encoded><![CDATA[<p>You mean to remove shortcode itself? Yes, but if you don&#8217;t like a plugin, you can easily make a stub just to get rid of shortcode.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shantanu Goel</title>
		<link>http://tech.shantanugoel.com/2008/03/23/hack-fixing-the-code-syntax-highlighter-wordpress-plugins-to-work-with-wysiwyg.html#comment-8290</link>
		<dc:creator>Shantanu Goel</dc:creator>
		<pubDate>Mon, 05 Jan 2009 17:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://tech.shantanugoel.com/2008/03/23/hack-fixing-the-code-syntax-highlighter-wordpress-plugins-to-work-with-wysiwyg.html#comment-8290</guid>
		<description>@Fractalizer: Cool. I&#039;ll try out the plugin. BTW, the problem I see with short code based solutions is that if/when such a plugin stops working, then that means one has to go through the old posts changing the code.</description>
		<content:encoded><![CDATA[<p>@Fractalizer: Cool. I&#8217;ll try out the plugin. BTW, the problem I see with short code based solutions is that if/when such a plugin stops working, then that means one has to go through the old posts changing the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FractalizeR</title>
		<link>http://tech.shantanugoel.com/2008/03/23/hack-fixing-the-code-syntax-highlighter-wordpress-plugins-to-work-with-wysiwyg.html#comment-8288</link>
		<dc:creator>FractalizeR</dc:creator>
		<pubDate>Mon, 05 Jan 2009 16:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://tech.shantanugoel.com/2008/03/23/hack-fixing-the-code-syntax-highlighter-wordpress-plugins-to-work-with-wysiwyg.html#comment-8288</guid>
		<description>Welcome ;)
You can send all comments by email (address is on site and in README with plugin) or post on WP forum ;)</description>
		<content:encoded><![CDATA[<p>Welcome <img src='http://tech.shantanugoel.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
You can send all comments by email (address is on site and in README with plugin) or post on WP forum <img src='http://tech.shantanugoel.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artem Russakovskii</title>
		<link>http://tech.shantanugoel.com/2008/03/23/hack-fixing-the-code-syntax-highlighter-wordpress-plugins-to-work-with-wysiwyg.html#comment-8286</link>
		<dc:creator>Artem Russakovskii</dc:creator>
		<pubDate>Mon, 05 Jan 2009 15:35:27 +0000</pubDate>
		<guid isPermaLink="false">http://tech.shantanugoel.com/2008/03/23/hack-fixing-the-code-syntax-highlighter-wordpress-plugins-to-work-with-wysiwyg.html#comment-8286</guid>
		<description>@FractalizeR
I&#039;ve been waiting for someone to do that! I&#039;ll be testing your plugin shortly.</description>
		<content:encoded><![CDATA[<p>@FractalizeR<br />
I&#8217;ve been waiting for someone to do that! I&#8217;ll be testing your plugin shortly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FractalizeR</title>
		<link>http://tech.shantanugoel.com/2008/03/23/hack-fixing-the-code-syntax-highlighter-wordpress-plugins-to-work-with-wysiwyg.html#comment-8284</link>
		<dc:creator>FractalizeR</dc:creator>
		<pubDate>Mon, 05 Jan 2009 15:03:51 +0000</pubDate>
		<guid isPermaLink="false">http://tech.shantanugoel.com/2008/03/23/hack-fixing-the-code-syntax-highlighter-wordpress-plugins-to-work-with-wysiwyg.html#comment-8284</guid>
		<description>I have written a plugin for Geshi highlighting using shortcodes. It works ok in Visual mode. I will appreciate all comment and suggestions.

http://wordpress.org/extend/plugins/wp-synhighlight/</description>
		<content:encoded><![CDATA[<p>I have written a plugin for Geshi highlighting using shortcodes. It works ok in Visual mode. I will appreciate all comment and suggestions.</p>
<p><a href="http://wordpress.org/extend/plugins/wp-synhighlight/" rel="nofollow">http://wordpress.org/extend/plugins/wp-synhighlight/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shantanu Goel</title>
		<link>http://tech.shantanugoel.com/2008/03/23/hack-fixing-the-code-syntax-highlighter-wordpress-plugins-to-work-with-wysiwyg.html#comment-2753</link>
		<dc:creator>Shantanu Goel</dc:creator>
		<pubDate>Sun, 31 Aug 2008 06:21:24 +0000</pubDate>
		<guid isPermaLink="false">http://tech.shantanugoel.com/2008/03/23/hack-fixing-the-code-syntax-highlighter-wordpress-plugins-to-work-with-wysiwyg.html#comment-2753</guid>
		<description>@fornetti: Do not believe what?</description>
		<content:encoded><![CDATA[<p>@fornetti: Do not believe what?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fornetti</title>
		<link>http://tech.shantanugoel.com/2008/03/23/hack-fixing-the-code-syntax-highlighter-wordpress-plugins-to-work-with-wysiwyg.html#comment-2750</link>
		<dc:creator>fornetti</dc:creator>
		<pubDate>Sun, 31 Aug 2008 02:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://tech.shantanugoel.com/2008/03/23/hack-fixing-the-code-syntax-highlighter-wordpress-plugins-to-work-with-wysiwyg.html#comment-2750</guid>
		<description>I do not believe this</description>
		<content:encoded><![CDATA[<p>I do not believe this</p>
]]></content:encoded>
	</item>
</channel>
</rss>

