<?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: Add a preview to your WordPress comment box</title>
	<atom:link href="http://forumsblogswikis.com/2007/12/12/add-a-preview-to-your-wordpress-comment-box/feed/" rel="self" type="application/rss+xml" />
	<link>http://forumsblogswikis.com/2007/12/12/add-a-preview-to-your-wordpress-comment-box/</link>
	<description>News on forums, blogs, wikis, cms, etc</description>
	<lastBuildDate>Mon, 08 Mar 2010 19:13:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ryan</title>
		<link>http://forumsblogswikis.com/2007/12/12/add-a-preview-to-your-wordpress-comment-box/comment-page-1/#comment-5119</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Wed, 28 Jan 2009 22:28:04 +0000</pubDate>
		<guid isPermaLink="false">http://forumsblogswikis.com/2007/12/12/add-a-preview-to-your-wordpress-comment-box/#comment-5119</guid>
		<description>I&#039;m not a big fan of the idea of formatting comments.  But it wouldn&#039;t be that tough to put a TinyMCE or fckEditor into the text box.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not a big fan of the idea of formatting comments.  But it wouldn&#8217;t be that tough to put a TinyMCE or fckEditor into the text box.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RickHap</title>
		<link>http://forumsblogswikis.com/2007/12/12/add-a-preview-to-your-wordpress-comment-box/comment-page-1/#comment-4993</link>
		<dc:creator>RickHap</dc:creator>
		<pubDate>Mon, 26 Jan 2009 02:53:52 +0000</pubDate>
		<guid isPermaLink="false">http://forumsblogswikis.com/2007/12/12/add-a-preview-to-your-wordpress-comment-box/#comment-4993</guid>
		<description>Very nice work on the comment preview.  

Have you found a good toolbar/button set to place above the textarea which provide format tags for the comment entry?  The buttons above the message box in the Wordpress Forums would be nice to add.</description>
		<content:encoded><![CDATA[<p>Very nice work on the comment preview.  </p>
<p>Have you found a good toolbar/button set to place above the textarea which provide format tags for the comment entry?  The buttons above the message box in the Wordpress Forums would be nice to add.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://forumsblogswikis.com/2007/12/12/add-a-preview-to-your-wordpress-comment-box/comment-page-1/#comment-469</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Sat, 05 Apr 2008 18:28:30 +0000</pubDate>
		<guid isPermaLink="false">http://forumsblogswikis.com/2007/12/12/add-a-preview-to-your-wordpress-comment-box/#comment-469</guid>
		<description>And a slight bug just got fixed.  When I copied the JavaScript over from my editor to here I forgot to include the /g at the end of the regex.  So what was happening is only the first line break was being converted to a &lt;br /&gt;.  It&#039;s fixed now.

One other thing to be careful of is to make sure that when you copy and paste the code it&#039;s not changing the single quotes to smart quotes.  If you get a JavaScript error on illegal characters that&#039;s what&#039;s happening.</description>
		<content:encoded><![CDATA[<p>And a slight bug just got fixed.  When I copied the JavaScript over from my editor to here I forgot to include the /g at the end of the regex.  So what was happening is only the first line break was being converted to a &lt;br /&gt;.  It&#8217;s fixed now.</p>
<p>One other thing to be careful of is to make sure that when you copy and paste the code it&#8217;s not changing the single quotes to smart quotes.  If you get a JavaScript error on illegal characters that&#8217;s what&#8217;s happening.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://forumsblogswikis.com/2007/12/12/add-a-preview-to-your-wordpress-comment-box/comment-page-1/#comment-265</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Mon, 17 Dec 2007 14:36:48 +0000</pubDate>
		<guid isPermaLink="false">http://forumsblogswikis.com/2007/12/12/add-a-preview-to-your-wordpress-comment-box/#comment-265</guid>
		<description>I found a downside.  Now that I know that it&#039;s possible, and easy, to add a comment preview it&#039;s almost annoying on sites that don&#039;t offer it.  The way I write I tend to go back and reread everything several times (thank you Ms. Browne) and do some touching up.  That&#039;s really hard to do in a little textarea box.

Of course that&#039;s a pretty minor rant :)</description>
		<content:encoded><![CDATA[<p>I found a downside.  Now that I know that it&#8217;s possible, and easy, to add a comment preview it&#8217;s almost annoying on sites that don&#8217;t offer it.  The way I write I tend to go back and reread everything several times (thank you Ms. Browne) and do some touching up.  That&#8217;s really hard to do in a little textarea box.</p>
<p>Of course that&#8217;s a pretty minor rant :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://forumsblogswikis.com/2007/12/12/add-a-preview-to-your-wordpress-comment-box/comment-page-1/#comment-259</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Wed, 12 Dec 2007 17:25:48 +0000</pubDate>
		<guid isPermaLink="false">http://forumsblogswikis.com/2007/12/12/add-a-preview-to-your-wordpress-comment-box/#comment-259</guid>
		<description>I was more surprised that I hadn&#039;t seen anybody doing that before, especially as much time as I spend on blogs.  

And I thought about looking for a plugin that would do it since I&#039;m sure there&#039;s probably others than the one you linked to, but it seemed like such an easy little piece of Javascript that it wasn&#039;t worth spending too much time looking.  It was about a 5 minute write and took another 5 to put it on 2 of my blogs.  Heck, it took longer to write this post than it did to write the code.</description>
		<content:encoded><![CDATA[<p>I was more surprised that I hadn&#8217;t seen anybody doing that before, especially as much time as I spend on blogs.  </p>
<p>And I thought about looking for a plugin that would do it since I&#8217;m sure there&#8217;s probably others than the one you linked to, but it seemed like such an easy little piece of Javascript that it wasn&#8217;t worth spending too much time looking.  It was about a 5 minute write and took another 5 to put it on 2 of my blogs.  Heck, it took longer to write this post than it did to write the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lodewijkvdb</title>
		<link>http://forumsblogswikis.com/2007/12/12/add-a-preview-to-your-wordpress-comment-box/comment-page-1/#comment-258</link>
		<dc:creator>Lodewijkvdb</dc:creator>
		<pubDate>Wed, 12 Dec 2007 15:33:21 +0000</pubDate>
		<guid isPermaLink="false">http://forumsblogswikis.com/2007/12/12/add-a-preview-to-your-wordpress-comment-box/#comment-258</guid>
		<description>Wow, you made it yourself! I have to be frank, I used a ready made plugin for Wordpress to get the live comment preview. You can find it here: &lt;a href=&quot;http://dev.wp-plugins.org/wiki/LiveCommentPreview&quot; rel=&quot;nofollow&quot;&gt;Live Comment Preview&lt;/a&gt;

Thanks for the link.</description>
		<content:encoded><![CDATA[<p>Wow, you made it yourself! I have to be frank, I used a ready made plugin for Wordpress to get the live comment preview. You can find it here: <a href="http://dev.wp-plugins.org/wiki/LiveCommentPreview" rel="nofollow">Live Comment Preview</a></p>
<p>Thanks for the link.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
