<?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: Syntax Highlighting Test</title>
	<atom:link href="http://themeticulousgeek.com/2009/06/25/syntax-highlighting-test/feed/" rel="self" type="application/rss+xml" />
	<link>http://themeticulousgeek.com/2009/06/25/syntax-highlighting-test/</link>
	<description>Life, rantings and small portions of not too useful information</description>
	<lastBuildDate>Thu, 03 Jun 2010 19:33:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: basp</title>
		<link>http://themeticulousgeek.com/2009/06/25/syntax-highlighting-test/comment-page-1/#comment-19</link>
		<dc:creator>basp</dc:creator>
		<pubDate>Fri, 31 Jul 2009 20:19:30 +0000</pubDate>
		<guid isPermaLink="false">http://themeticulousgeek.com/?p=264#comment-19</guid>
		<description>BTW, I checked and syntax highlighting is already supported for you guys. Just place the code inside a &lt;pre class=&quot;brush:brushname&quot;&gt; tag replacing brushname with one of the aliases in the table at &lt;a href=&quot;http://code.google.com/p/syntaxhighlighter/wiki/Languages&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/syntaxhighlighter/wiki/Languages&lt;/a&gt;.

&lt;p&gt;The one below has &lt;code&gt;class=&quot;brush:csharp&quot;&lt;/code&gt; and although it is not as fancy as I hoped it would be it seems reasonably functional:&lt;/p&gt;

&lt;pre class=&quot;brush:csharp&quot;&gt;public interface IFoo
{
    public IEnumerable&lt;Bar&gt; Bars 
    { 
         get; 
         set; 
    }

    public abstract Bar ExecuteOnce(string message);

    public IEnumerable&lt;Bar&gt; ExecuteManyManyManyTimes(int times, string message) {
         var theBar = new Bar();
         for(var i = 0; i &lt; times; i++) {
              var theBars = Bars.Where(bar =&gt; bar != theBar).Select(bar =&gt; bar.Fubar());
              foreach(var bar in theBars)
              {
                   yield return bar;
              }
         }
    }
}&lt;/pre&gt;
&lt;p&gt;Just keep in mind to replace those &lt; and &gt;&#039;s with &lt;code&gt;&lt;&lt;/code&gt; and &lt;code&gt;&gt;&lt;/code&gt; respectively otherwise your comment still won&#039;t look right.&lt;/p&gt;

&lt;p&gt;Basic markup is apparently also allowed (quite a lot of tags actually) but please be gentle.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>BTW, I checked and syntax highlighting is already supported for you guys. Just place the code inside a &lt;pre class=&#8221;brush:brushname&#8221;&gt; tag replacing brushname with one of the aliases in the table at <a href="http://code.google.com/p/syntaxhighlighter/wiki/Languages" rel="nofollow">http://code.google.com/p/syntaxhighlighter/wiki/Languages</a>.</p>
<p>The one below has <code>class="brush:csharp"</code> and although it is not as fancy as I hoped it would be it seems reasonably functional:</p>
<pre class="brush:csharp">public interface IFoo
{
    public IEnumerable&lt;Bar&gt; Bars
    {
         get;
         set;
    }

    public abstract Bar ExecuteOnce(string message);

    public IEnumerable&lt;Bar&gt; ExecuteManyManyManyTimes(int times, string message) {
         var theBar = new Bar();
         for(var i = 0; i < times; i++) {
              var theBars = Bars.Where(bar => bar != theBar).Select(bar => bar.Fubar());
              foreach(var bar in theBars)
              {
                   yield return bar;
              }
         }
    }
}</pre>
<p>Just keep in mind to replace those &lt; and &gt;&#8217;s with <code>&amp;lt;</code> and <code>&amp;gt;</code> respectively otherwise your comment still won&#8217;t look right.</p>
<p>Basic markup is apparently also allowed (quite a lot of tags actually) but please be gentle.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: basp</title>
		<link>http://themeticulousgeek.com/2009/06/25/syntax-highlighting-test/comment-page-1/#comment-16</link>
		<dc:creator>basp</dc:creator>
		<pubDate>Fri, 31 Jul 2009 16:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://themeticulousgeek.com/?p=264#comment-16</guid>
		<description>@Danthar: I will try to allow for more markup in the comment box as well as some info on how to use it but I have a deep passion for rich text boxes on the web as they never work really well, are too slow, prone to produce evil markup and usually a bitch to to work with. You know I hate Word (and word processing programs in general) to begin with so why bother to reproduce something like that on the web? I&#039;d rather educate my readers in the virtues of markup languages because everyone knows they are the only way forward, right?</description>
		<content:encoded><![CDATA[<p>@Danthar: I will try to allow for more markup in the comment box as well as some info on how to use it but I have a deep passion for rich text boxes on the web as they never work really well, are too slow, prone to produce evil markup and usually a bitch to to work with. You know I hate Word (and word processing programs in general) to begin with so why bother to reproduce something like that on the web? I&#8217;d rather educate my readers in the virtues of markup languages because everyone knows they are the only way forward, right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danthar</title>
		<link>http://themeticulousgeek.com/2009/06/25/syntax-highlighting-test/comment-page-1/#comment-13</link>
		<dc:creator>Danthar</dc:creator>
		<pubDate>Wed, 08 Jul 2009 21:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://themeticulousgeek.com/?p=264#comment-13</guid>
		<description>Now give us c# syntax highlighting!. And a rich edit textbox to type our comments in!</description>
		<content:encoded><![CDATA[<p>Now give us c# syntax highlighting!. And a rich edit textbox to type our comments in!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danthar</title>
		<link>http://themeticulousgeek.com/2009/06/25/syntax-highlighting-test/comment-page-1/#comment-12</link>
		<dc:creator>Danthar</dc:creator>
		<pubDate>Wed, 08 Jul 2009 21:22:27 +0000</pubDate>
		<guid isPermaLink="false">http://themeticulousgeek.com/?p=264#comment-12</guid>
		<description>Its alive!!!</description>
		<content:encoded><![CDATA[<p>Its alive!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
