<?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: New Comment System May be Comming</title>
	<atom:link href="http://www.brianathomas.com/archives/2007/11/11/new-comment-system-may-be-comming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brianathomas.com/archives/2007/11/11/new-comment-system-may-be-comming/</link>
	<description>Random Musings of Brian A. Thomas. Love for Sara and Ari.</description>
	<pubDate>Fri, 09 Jan 2009 13:33:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Tom Markiewicz</title>
		<link>http://www.brianathomas.com/archives/2007/11/11/new-comment-system-may-be-comming/#comment-102810</link>
		<dc:creator>Tom Markiewicz</dc:creator>
		<pubDate>Thu, 15 Nov 2007 01:57:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.brianathomas.com/archives/2007/11/11/new-comment-system-may-be-comming/#comment-102810</guid>
		<description>Brian, thanks for the mention in your post. I&#039;m on the fence still with Intense Debate. Trackbacks are critical and until they can incorporate them, I can&#039;t fully start to use the system everywhere. Once that gets added though, I&#039;ll be implementing it across a couple blogs. </description>
		<content:encoded><![CDATA[<p>Brian, thanks for the mention in your post. I&#039;m on the fence still with Intense Debate. Trackbacks are critical and until they can incorporate them, I can&#039;t fully start to use the system everywhere. Once that gets added though, I&#039;ll be implementing it across a couple blogs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian A. Thomas</title>
		<link>http://www.brianathomas.com/archives/2007/11/11/new-comment-system-may-be-comming/#comment-102809</link>
		<dc:creator>Brian A. Thomas</dc:creator>
		<pubDate>Sun, 11 Nov 2007 22:23:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.brianathomas.com/archives/2007/11/11/new-comment-system-may-be-comming/#comment-102809</guid>
		<description>Email sent, though basically it amounts to letting the [something] context [/something] pass properly so WordPress sees them, or implement your own coding syntax highligher akin to iG:Syntax Hiliter. The rest I posted on the General Comments section of the ID Forum, and repeated in the email. The last one was to add a Recent Comments plugin, or to allow it to pass through to WordPress&#039;s normal recent comments list. </description>
		<content:encoded><![CDATA[<p>Email sent, though basically it amounts to letting the [something] context [/something] pass properly so WordPress sees them, or implement your own coding syntax highligher akin to iG:Syntax Hiliter. The rest I posted on the General Comments section of the ID Forum, and repeated in the email. The last one was to add a Recent Comments plugin, or to allow it to pass through to WordPress&#039;s normal recent comments list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josh</title>
		<link>http://www.brianathomas.com/archives/2007/11/11/new-comment-system-may-be-comming/#comment-102808</link>
		<dc:creator>josh</dc:creator>
		<pubDate>Sun, 11 Nov 2007 21:31:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.brianathomas.com/archives/2007/11/11/new-comment-system-may-be-comming/#comment-102808</guid>
		<description>Hi Brian, thanks for writing about us. If you have any feedback for us, we would welcome anything you could offer. josh at intensedebate dot com </description>
		<content:encoded><![CDATA[<p>Hi Brian, thanks for writing about us. If you have any feedback for us, we would welcome anything you could offer. josh at intensedebate dot com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian A. Thomas</title>
		<link>http://www.brianathomas.com/archives/2007/11/11/new-comment-system-may-be-comming/#comment-102807</link>
		<dc:creator>Brian A. Thomas</dc:creator>
		<pubDate>Sun, 11 Nov 2007 15:22:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.brianathomas.com/archives/2007/11/11/new-comment-system-may-be-comming/#comment-102807</guid>
		<description>This is just a test of the new comment system to see how it handles code with the iG:Syntax Hiliter plugin: [csharp]        public static bool PM         {             get             {                 return pm;             }             set             {                 pm = value;             }         }[/csharp] </description>
		<content:encoded><![CDATA[<p>This is just a test of the new comment system to see how it handles code with the iG:Syntax Hiliter plugin:
<div class="igBar"><span id="lcsharp-1"><a href="#" onclick="javascript:showPlainTxt('csharp-1'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">C#:</span>
<div id="csharp-1">
<div class="csharp">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0600FF;">public</span> <span style="color: #0600FF;">static</span> <span style="color: #FF0000;">bool</span> PM&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000000;">&#123;</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;get&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000000;">&#123;</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #0600FF;">return</span> pm;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000000;">&#125;</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;set&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000000;">&#123;</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;pm = value;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000000;">&#125;</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000000;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
]]></content:encoded>
	</item>
</channel>
</rss>
