<?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"
	>
<channel>
	<title>Comments on: How can I show code in posts?</title>
	<atom:link href="http://www.maxpower.ca/how-can-i-show-code-in-posts/2006/02/28/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.maxpower.ca/how-can-i-show-code-in-posts/2006/02/28/</link>
	<description>empowered by monkeys</description>
	<pubDate>Sat, 31 Jul 2010 01:27:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Keith</title>
		<link>http://www.maxpower.ca/how-can-i-show-code-in-posts/2006/02/28/#comment-29806</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Sun, 23 Sep 2007 21:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.maxpower.ca/how-can-i-show-code-in-posts/2006/02/28/#comment-29806</guid>
		<description>I just installed the &lt;a href="http://blog.igeek.info/wp-plugins/igsyntax-hiliter/"&gt;igsyntax-hiliter&lt;/a&gt; plugin and it is working wonderfully (as long as you disable the visual editor). Thanks for the link John.</description>
		<content:encoded><![CDATA[<p>I just installed the <a href="http://blog.igeek.info/wp-plugins/igsyntax-hiliter/" >igsyntax-hiliter</a> plugin and it is working wonderfully (as long as you disable the visual editor). Thanks for the link John.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deepthought</title>
		<link>http://www.maxpower.ca/how-can-i-show-code-in-posts/2006/02/28/#comment-1694</link>
		<dc:creator>deepthought</dc:creator>
		<pubDate>Thu, 09 Mar 2006 03:52:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.maxpower.ca/how-can-i-show-code-in-posts/2006/02/28/#comment-1694</guid>
		<description>Awesome!  The power of the internet answers questions.  I'm no hippie, but good Karma will be returned to all of you.</description>
		<content:encoded><![CDATA[<p>Awesome!  The power of the internet answers questions.  I&#8217;m no hippie, but good Karma will be returned to all of you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ramin</title>
		<link>http://www.maxpower.ca/how-can-i-show-code-in-posts/2006/02/28/#comment-1667</link>
		<dc:creator>ramin</dc:creator>
		<pubDate>Wed, 08 Mar 2006 17:47:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.maxpower.ca/how-can-i-show-code-in-posts/2006/02/28/#comment-1667</guid>
		<description>This isn't a wp plugin, so you'll have to manually install it on your blog, but its completely javascript driven ...
http://www.dreamprojections.com/SyntaxHighlighter/

Here's an example of usage on my blog:
http://www.getintothis.com/blog//2005/05/11/leaflink-explaind-part-2a-the-dashboard/</description>
		<content:encoded><![CDATA[<p>This isn&#8217;t a wp plugin, so you&#8217;ll have to manually install it on your blog, but its completely javascript driven &#8230;<br />
<a href="http://www.dreamprojections.com/SyntaxHighlighter/"  rel="nofollow">http://www.dreamprojections.com/SyntaxHighlighter/</a></p>
<p>Here&#8217;s an example of usage on my blog:<br />
<a href="http://www.getintothis.com/blog//2005/05/11/leaflink-explaind-part-2a-the-dashboard/"  rel="nofollow">http://www.getintothis.com/blog//2005/05/11/leaflink-explaind-part-2a-the-dashboard/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beej</title>
		<link>http://www.maxpower.ca/how-can-i-show-code-in-posts/2006/02/28/#comment-1441</link>
		<dc:creator>beej</dc:creator>
		<pubDate>Thu, 02 Mar 2006 21:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.maxpower.ca/how-can-i-show-code-in-posts/2006/02/28/#comment-1441</guid>
		<description>The Preserve Code Formatting plugin seems to say that it ensures against curly quotes, which sounds like it is what you need.</description>
		<content:encoded><![CDATA[<p>The Preserve Code Formatting plugin seems to say that it ensures against curly quotes, which sounds like it is what you need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deepthought</title>
		<link>http://www.maxpower.ca/how-can-i-show-code-in-posts/2006/02/28/#comment-1439</link>
		<dc:creator>deepthought</dc:creator>
		<pubDate>Thu, 02 Mar 2006 15:45:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.maxpower.ca/how-can-i-show-code-in-posts/2006/02/28/#comment-1439</guid>
		<description>Hi Guys,

Thanks for your comments!  I didn't know if people would take the time to help, so all I can say is thankyou!

IG syntax highlighter does indeed highlight the code, but something was still messing things up.  I figured out that the character encoding done my wordpress was changing the quote (") character.  I am able to change this using the Text Control Plugin so at least that problem is solved.   However, wordpress still filters out parts of the code I want to display.  WTF?  I can't believe this is so difficult, it should be easy.  Argggg.... thanks for your input so far!</description>
		<content:encoded><![CDATA[<p>Hi Guys,</p>
<p>Thanks for your comments!  I didn&#8217;t know if people would take the time to help, so all I can say is thankyou!</p>
<p>IG syntax highlighter does indeed highlight the code, but something was still messing things up.  I figured out that the character encoding done my wordpress was changing the quote (&#8221;) character.  I am able to change this using the Text Control Plugin so at least that problem is solved.   However, wordpress still filters out parts of the code I want to display.  WTF?  I can&#8217;t believe this is so difficult, it should be easy.  Argggg&#8230;. thanks for your input so far!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.maxpower.ca/how-can-i-show-code-in-posts/2006/02/28/#comment-1438</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 02 Mar 2006 13:29:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.maxpower.ca/how-can-i-show-code-in-posts/2006/02/28/#comment-1438</guid>
		<description> I use the &lt;a href="http://blog.igeek.info/wp-plugins/igsyntax-hiliter/" rel="nofollow"&gt;igsyntax-hiliter&lt;/a&gt; on my site. 
 
The noteworthy features that’ll really blow away the competition(&#38; copycats) are: 
 
 
  Drag-n-Drop support of a language which GeSHi supports 
   
  Plain-Text View of the hilited code(in a seperated window) 
   
  Easy to use Configuration GUI in WP-Administration, so no more messing around in PHP code 
   
  Auto-Install, just activate &#38; you are ready to colourise your code!! 
   
  More options for configuring the plugin &#38; the way its used 
   
 
&#160; 
</description>
		<content:encoded><![CDATA[<p>I use the <a href="http://blog.igeek.info/wp-plugins/igsyntax-hiliter/"  rel="nofollow">igsyntax-hiliter</a> on my site. </p>
<p>The noteworthy features that’ll really blow away the competition(&amp; copycats) are: </p>
<p>  Drag-n-Drop support of a language which GeSHi supports </p>
<p>  Plain-Text View of the hilited code(in a seperated window) </p>
<p>  Easy to use Configuration GUI in WP-Administration, so no more messing around in PHP code </p>
<p>  Auto-Install, just activate &amp; you are ready to colourise your code!! </p>
<p>  More options for configuring the plugin &amp; the way its used </p>
<p>&nbsp;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beej</title>
		<link>http://www.maxpower.ca/how-can-i-show-code-in-posts/2006/02/28/#comment-1417</link>
		<dc:creator>beej</dc:creator>
		<pubDate>Wed, 01 Mar 2006 21:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.maxpower.ca/how-can-i-show-code-in-posts/2006/02/28/#comment-1417</guid>
		<description>Here's a few plugins for wordpress 2.0 that you might want to take a look at:

http://www.thunderguy.com/semicolon/wordpress/code-markup-wordpress-plugin/

http://blog.enargi.com/codesnippet/

http://www.coffee2code.com/wp-plugins/#preservecodeformatting

http://matthew.delmarters.com/weblog/visual_syntax/

Hope this helps!</description>
		<content:encoded><![CDATA[<p>Here&#8217;s a few plugins for wordpress 2.0 that you might want to take a look at:</p>
<p><a href="http://www.thunderguy.com/semicolon/wordpress/code-markup-wordpress-plugin/"  rel="nofollow">http://www.thunderguy.com/semicolon/wordpress/code-markup-wordpress-plugin/</a></p>
<p><a href="http://blog.enargi.com/codesnippet/"  rel="nofollow">http://blog.enargi.com/codesnippet/</a></p>
<p><a href="http://www.coffee2code.com/wp-plugins/#preservecodeformatting"  rel="nofollow">http://www.coffee2code.com/wp-plugins/#preservecodeformatting</a></p>
<p><a href="http://matthew.delmarters.com/weblog/visual_syntax/"  rel="nofollow">http://matthew.delmarters.com/weblog/visual_syntax/</a></p>
<p>Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ja</title>
		<link>http://www.maxpower.ca/how-can-i-show-code-in-posts/2006/02/28/#comment-1409</link>
		<dc:creator>Ja</dc:creator>
		<pubDate>Wed, 01 Mar 2006 06:31:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.maxpower.ca/how-can-i-show-code-in-posts/2006/02/28/#comment-1409</guid>
		<description>Another thing you may want to take a look at is the Code Highlighting WP Plugin here:

http://www.chroder.com/archives/2005/04/16/wordpress-codehighlight-plugin/

I don't know if there's a more updated version or if the last update does work with 2.0 but the guys over at aB have it successfully implemented (check out their post on their version of lightbox.js and take note of all the code in boxes with syntax highlighted).  At the end of their css you can find the CodeHighlighter classes but I have no idea if they had to hack the plugin a bit to get it to work properly.  You should back up your stuff, give it a try and then if you can't figure it out ask the guys from aB.

Anyway, not totally necessary but very slick, hehe.

Ja</description>
		<content:encoded><![CDATA[<p>Another thing you may want to take a look at is the Code Highlighting WP Plugin here:</p>
<p><a href="http://www.chroder.com/archives/2005/04/16/wordpress-codehighlight-plugin/"  rel="nofollow">http://www.chroder.com/archives/2005/04/16/wordpress-codehighlight-plugin/</a></p>
<p>I don&#8217;t know if there&#8217;s a more updated version or if the last update does work with 2.0 but the guys over at aB have it successfully implemented (check out their post on their version of lightbox.js and take note of all the code in boxes with syntax highlighted).  At the end of their css you can find the CodeHighlighter classes but I have no idea if they had to hack the plugin a bit to get it to work properly.  You should back up your stuff, give it a try and then if you can&#8217;t figure it out ask the guys from aB.</p>
<p>Anyway, not totally necessary but very slick, hehe.</p>
<p>Ja</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rob finn</title>
		<link>http://www.maxpower.ca/how-can-i-show-code-in-posts/2006/02/28/#comment-1396</link>
		<dc:creator>rob finn</dc:creator>
		<pubDate>Tue, 28 Feb 2006 19:40:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.maxpower.ca/how-can-i-show-code-in-posts/2006/02/28/#comment-1396</guid>
		<description>alright! glad i can help you :)

http://irgeek.net/archives/2006/02/16/disecting-k2s-live-search</description>
		<content:encoded><![CDATA[<p>alright! glad i can help you <img src='http://www.maxpower.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<a href="http://irgeek.net/archives/2006/02/16/disecting-k2s-live-search"  rel="nofollow">http://irgeek.net/archives/2006/02/16/disecting-k2s-live-search</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
