<?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: Formatting Sample Code Snippets in WordPress</title>
	<atom:link href="http://webstractions.com/wordpress/formatting-sample-code-snippets-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://webstractions.com/wordpress/formatting-sample-code-snippets-in-wordpress/</link>
	<description>Abstract thoughts in web design and development.</description>
	<lastBuildDate>Wed, 09 Feb 2011 02:54:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: jon web</title>
		<link>http://webstractions.com/wordpress/formatting-sample-code-snippets-in-wordpress/comment-page-1/#comment-263</link>
		<dc:creator>jon web</dc:creator>
		<pubDate>Sun, 21 Mar 2010 13:52:20 +0000</pubDate>
		<guid isPermaLink="false">http://webstractions.com/?p=74#comment-263</guid>
		<description>I agree with you that on some sites syntax coloring looks out of place. I have also been looking at SyntaxHighlighter Plus recently but not finding it as easy as i i first thought. can you recommend a good tutorial?</description>
		<content:encoded><![CDATA[<p>I agree with you that on some sites syntax coloring looks out of place. I have also been looking at SyntaxHighlighter Plus recently but not finding it as easy as i i first thought. can you recommend a good tutorial?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harveen</title>
		<link>http://webstractions.com/wordpress/formatting-sample-code-snippets-in-wordpress/comment-page-1/#comment-73</link>
		<dc:creator>Harveen</dc:creator>
		<pubDate>Thu, 26 Mar 2009 00:29:10 +0000</pubDate>
		<guid isPermaLink="false">http://webstractions.com/?p=74#comment-73</guid>
		<description>I agree with you that on some sites syntax coloring looks out of place. sill i am new to this donot have much experience on this topic..I use wp-syntax plugin myself and just like you said, it adds a lot of inline styles to the code snippet.</description>
		<content:encoded><![CDATA[<p>I agree with you that on some sites syntax coloring looks out of place. sill i am new to this donot have much experience on this topic..I use wp-syntax plugin myself and just like you said, it adds a lot of inline styles to the code snippet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronnie T. Dodger</title>
		<link>http://webstractions.com/wordpress/formatting-sample-code-snippets-in-wordpress/comment-page-1/#comment-38</link>
		<dc:creator>Ronnie T. Dodger</dc:creator>
		<pubDate>Sat, 14 Mar 2009 20:24:33 +0000</pubDate>
		<guid isPermaLink="false">http://webstractions.com/?p=74#comment-38</guid>
		<description>@Harveen - There are tutorials all over the web. I do not have any here, yet. 

You can also dig thru the WordPress Codex, too.</description>
		<content:encoded><![CDATA[<p>@Harveen &#8211; There are tutorials all over the web. I do not have any here, yet. </p>
<p>You can also dig thru the WordPress Codex, too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harveen</title>
		<link>http://webstractions.com/wordpress/formatting-sample-code-snippets-in-wordpress/comment-page-1/#comment-37</link>
		<dc:creator>Harveen</dc:creator>
		<pubDate>Sat, 14 Mar 2009 19:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://webstractions.com/?p=74#comment-37</guid>
		<description>I have very less knowledge about editing the plugins. Learning from some tutorials. I&#039;ll post some comments once i learn it in a better way. Is there any tutorials available for installation?</description>
		<content:encoded><![CDATA[<p>I have very less knowledge about editing the plugins. Learning from some tutorials. I&#8217;ll post some comments once i learn it in a better way. Is there any tutorials available for installation?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronnie T. Dodger</title>
		<link>http://webstractions.com/wordpress/formatting-sample-code-snippets-in-wordpress/comment-page-1/#comment-36</link>
		<dc:creator>Ronnie T. Dodger</dc:creator>
		<pubDate>Sat, 14 Mar 2009 19:12:54 +0000</pubDate>
		<guid isPermaLink="false">http://webstractions.com/?p=74#comment-36</guid>
		<description>I have been looking at &lt;a href=&quot;http://wordpress.org/extend/plugins/syntaxhighlighter-plus/&quot; rel=&quot;nofollow&quot;&gt;SyntaxHighlighter Plus&lt;/a&gt; lately. 

This syntax highlighter uses javascript to do the dirty work, thereby leaving the code preserved as written in the Html. The highlighter comes with Css stylesheets, so appears to be easily modified.</description>
		<content:encoded><![CDATA[<p>I have been looking at <a href="http://wordpress.org/extend/plugins/syntaxhighlighter-plus/" rel="nofollow">SyntaxHighlighter Plus</a> lately. </p>
<p>This syntax highlighter uses javascript to do the dirty work, thereby leaving the code preserved as written in the Html. The highlighter comes with Css stylesheets, so appears to be easily modified.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronnie T. Dodger</title>
		<link>http://webstractions.com/wordpress/formatting-sample-code-snippets-in-wordpress/comment-page-1/#comment-35</link>
		<dc:creator>Ronnie T. Dodger</dc:creator>
		<pubDate>Sat, 14 Mar 2009 19:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://webstractions.com/?p=74#comment-35</guid>
		<description>It uses GeSHi and I think you can customize the syntax coloring, but it is tough. There is a file for filtering php text (and others) in the component directory. Look for the styles array near the end of that file.</description>
		<content:encoded><![CDATA[<p>It uses GeSHi and I think you can customize the syntax coloring, but it is tough. There is a file for filtering php text (and others) in the component directory. Look for the styles array near the end of that file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnas</title>
		<link>http://webstractions.com/wordpress/formatting-sample-code-snippets-in-wordpress/comment-page-1/#comment-33</link>
		<dc:creator>Arnas</dc:creator>
		<pubDate>Sat, 14 Mar 2009 01:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://webstractions.com/?p=74#comment-33</guid>
		<description>I agree with you that on some sites syntax coloring looks out of place. I use wp-syntax plugin myself and just like you said, it adds a lot of inline styles to the code snippet. According to plugin notes - &quot;It also uses inline styling to make sure that code highlights still work in RSS feeds&quot;. I was wondering if you know about any syntax highlighting plugins that let you change code colors?</description>
		<content:encoded><![CDATA[<p>I agree with you that on some sites syntax coloring looks out of place. I use wp-syntax plugin myself and just like you said, it adds a lot of inline styles to the code snippet. According to plugin notes &#8211; &#8220;It also uses inline styling to make sure that code highlights still work in RSS feeds&#8221;. I was wondering if you know about any syntax highlighting plugins that let you change code colors?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronnie T. Dodger</title>
		<link>http://webstractions.com/wordpress/formatting-sample-code-snippets-in-wordpress/comment-page-1/#comment-5</link>
		<dc:creator>Ronnie T. Dodger</dc:creator>
		<pubDate>Sat, 28 Feb 2009 18:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://webstractions.com/?p=74#comment-5</guid>
		<description>The plugin works in comments (as above).

Sadly, my CSS for the comment area needs a little work and it shows.</description>
		<content:encoded><![CDATA[<p>The plugin works in comments (as above).</p>
<p>Sadly, my CSS for the comment area needs a little work and it shows.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronnie T. Dodger</title>
		<link>http://webstractions.com/wordpress/formatting-sample-code-snippets-in-wordpress/comment-page-1/#comment-4</link>
		<dc:creator>Ronnie T. Dodger</dc:creator>
		<pubDate>Sat, 28 Feb 2009 18:37:41 +0000</pubDate>
		<guid isPermaLink="false">http://webstractions.com/?p=74#comment-4</guid>
		<description>&lt;pre&gt;
   &lt;div class=&quot;test&quot;&gt;
      Testing the plugin for code formatting in comments.
   &lt;/div&gt;
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<pre>
<div class="test">
      Testing the plugin for code formatting in comments.
   </div>
</pre>
]]></content:encoded>
	</item>
</channel>
</rss>

