<?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: Preview Comments Live</title>
	<atom:link href="http://www.scriptygoddess.com/archives/2002/08/05/preview-comments-live/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scriptygoddess.com/archives/2002/08/05/preview-comments-live/</link>
	<description></description>
	<lastBuildDate>Thu, 11 Mar 2010 09:42:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jennifer</title>
		<link>http://www.scriptygoddess.com/archives/2002/08/05/preview-comments-live/comment-page-2/#comment-13324</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Fri, 19 Nov 2004 13:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/08/05/preview-comments-live/#comment-13324</guid>
		<description>The site&#039;s been redesigned and I am no longer using this script on here... So... there&#039;s nothing to test out.</description>
		<content:encoded><![CDATA[<p>The site&#039;s been redesigned and I am no longer using this script on here&#8230; So&#8230; there&#039;s nothing to test out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregor</title>
		<link>http://www.scriptygoddess.com/archives/2002/08/05/preview-comments-live/comment-page-2/#comment-13321</link>
		<dc:creator>Gregor</dc:creator>
		<pubDate>Fri, 19 Nov 2004 09:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/08/05/preview-comments-live/#comment-13321</guid>
		<description>Hope you don&#039;t mind but I&#039;m just testing out this live comments thing...</description>
		<content:encoded><![CDATA[<p>Hope you don&#039;t mind but I&#039;m just testing out this live comments thing&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karan</title>
		<link>http://www.scriptygoddess.com/archives/2002/08/05/preview-comments-live/comment-page-2/#comment-12123</link>
		<dc:creator>karan</dc:creator>
		<pubDate>Fri, 09 Jul 2004 05:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/08/05/preview-comments-live/#comment-12123</guid>
		<description>p.s. (marius: it works perfectly fine with WordPress as it is. You just have to remember to edit the wp-comments.php file as well as the index.php file.)</description>
		<content:encoded><![CDATA[<p>p.s. (marius: it works perfectly fine with WordPress as it is. You just have to remember to edit the wp-comments.php file as well as the index.php file.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karan</title>
		<link>http://www.scriptygoddess.com/archives/2002/08/05/preview-comments-live/comment-page-2/#comment-12122</link>
		<dc:creator>karan</dc:creator>
		<pubDate>Fri, 09 Jul 2004 05:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/08/05/preview-comments-live/#comment-12122</guid>
		<description>Marius: that&#039;s because with Textile and other similar plugins the formatting is changed after the user clicks submit. You could probably try calling those functions at every keypress, but I wouldn&#039;t recommend it.

and I propose another change, for UI friendliness:

&lt;script type=&quot;text/javascript&quot;&gt;
&lt;!--
function ReloadTextDiv()
{
var NewText = document.getElementById(&quot;DynamicText&quot;).value;
NewText = NewText.replace(/\n/g, &#039;&lt;br /&gt;&#039;);
var DivElement = document.getElementById(&quot;TextDisplay&quot;);
if (NewText.length &gt; 0) { DivElement.innerHTML = NewText; }
else { DivElement.innerHTML = &quot;(blank)&quot;; }
}
//--&gt;
&lt;/script&gt;</description>
		<content:encoded><![CDATA[<p>Marius: that&#039;s because with Textile and other similar plugins the formatting is changed after the user clicks submit. You could probably try calling those functions at every keypress, but I wouldn&#039;t recommend it.</p>
<p>and I propose another change, for UI friendliness:</p>
<p>&lt;script type=&#034;text/javascript&#034;&gt;<br />
&lt;!&#8211;<br />
function ReloadTextDiv()<br />
{<br />
var NewText = document.getElementById(&#034;DynamicText&#034;).value;<br />
NewText = NewText.replace(/\n/g, &#039;&lt;br /&gt;&#039;);<br />
var DivElement = document.getElementById(&#034;TextDisplay&#034;);<br />
if (NewText.length &gt; 0) { DivElement.innerHTML = NewText; }<br />
else { DivElement.innerHTML = &#034;(blank)&#034;; }<br />
}<br />
//&#8211;&gt;<br />
&lt;/script&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marius Ooms</title>
		<link>http://www.scriptygoddess.com/archives/2002/08/05/preview-comments-live/comment-page-2/#comment-12050</link>
		<dc:creator>Marius Ooms</dc:creator>
		<pubDate>Sun, 04 Jul 2004 20:37:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/08/05/preview-comments-live/#comment-12050</guid>
		<description>Thanks Jennifer. It works fine for wordpress, which is actually no surprise.

What is though is that textile doesn&#039;t work with live preview :( Traditional formating tags do.

&lt;strong&gt;Do you have a thought on that?&lt;/strong&gt; 

I searched here and there, but nobody seems to comment on it.</description>
		<content:encoded><![CDATA[<p>Thanks Jennifer. It works fine for wordpress, which is actually no surprise.</p>
<p>What is though is that textile doesn&#039;t work with live preview <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  Traditional formating tags do.</p>
<p><strong>Do you have a thought on that?</strong> </p>
<p>I searched here and there, but nobody seems to comment on it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer</title>
		<link>http://www.scriptygoddess.com/archives/2002/08/05/preview-comments-live/comment-page-1/#comment-12036</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Sun, 04 Jul 2004 11:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/08/05/preview-comments-live/#comment-12036</guid>
		<description>For WP - the best place to start looking is the &lt;a href=&quot;http://wiki.wordpress.org&quot;&gt;wiki&lt;/a&gt;. There&#039;s a whole section dedicated to &lt;a href=&quot;http://wiki.wordpress.org/Plugin&quot;&gt;plugins&lt;/a&gt;.

I believe the &lt;a href=&quot;http://wiki.wordpress.org/Live%20Preview%20Plugin&quot;&gt;&quot;Live Preview&quot; plugin&lt;/a&gt; does this.</description>
		<content:encoded><![CDATA[<p>For WP &#8211; the best place to start looking is the <a href="http://wiki.wordpress.org">wiki</a>. There&#039;s a whole section dedicated to <a href="http://wiki.wordpress.org/Plugin">plugins</a>.</p>
<p>I believe the <a href="http://wiki.wordpress.org/Live%20Preview%20Plugin">&#034;Live Preview&#034; plugin</a> does this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marius Ooms</title>
		<link>http://www.scriptygoddess.com/archives/2002/08/05/preview-comments-live/comment-page-1/#comment-12033</link>
		<dc:creator>Marius Ooms</dc:creator>
		<pubDate>Sun, 04 Jul 2004 05:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/08/05/preview-comments-live/#comment-12033</guid>
		<description>I love this script. I got it to work on MT. Today I switched to WordPress and was just wondering if this could for WordPress as well.

I think it could, but I am a scripting noob so I&#039;d like to know what I get myself into.

Eventhough its an older post, I hope you don&#039;t mind me bringing this up.</description>
		<content:encoded><![CDATA[<p>I love this script. I got it to work on MT. Today I switched to WordPress and was just wondering if this could for WordPress as well.</p>
<p>I think it could, but I am a scripting noob so I&#039;d like to know what I get myself into.</p>
<p>Eventhough its an older post, I hope you don&#039;t mind me bringing this up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MartieGras</title>
		<link>http://www.scriptygoddess.com/archives/2002/08/05/preview-comments-live/comment-page-1/#comment-7881</link>
		<dc:creator>MartieGras</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/08/05/preview-comments-live/#comment-7881</guid>
		<description>&lt;trackback /&gt;&lt;strong&gt;Upgrading to MT 2.661&lt;/strong&gt;
Just because I want to. UP
</description>
		<content:encoded><![CDATA[<trackback /><strong>Upgrading to MT 2.661</strong><br />
Just because I want to. UP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CosmicGoober</title>
		<link>http://www.scriptygoddess.com/archives/2002/08/05/preview-comments-live/comment-page-1/#comment-7880</link>
		<dc:creator>CosmicGoober</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/08/05/preview-comments-live/#comment-7880</guid>
		<description>&lt;trackback /&gt;&lt;strong&gt;Boredom incites change&lt;/strong&gt;
I did a lot of work on the Goob this morning - got the streaming cam up and running with lots of help from Lisa. I still have to get ahold of her today to figure out the flash version...</description>
		<content:encoded><![CDATA[<trackback /><strong>Boredom incites change</strong><br />
I did a lot of work on the Goob this morning &#8211; got the streaming cam up and running with lots of help from Lisa. I still have to get ahold of her today to figure out the flash version&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CosmicGoober</title>
		<link>http://www.scriptygoddess.com/archives/2002/08/05/preview-comments-live/comment-page-1/#comment-7879</link>
		<dc:creator>CosmicGoober</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/08/05/preview-comments-live/#comment-7879</guid>
		<description>&lt;trackback /&gt;&lt;strong&gt;Boredom incites change&lt;/strong&gt;
I did a lot of work on the Goob this morning - got the streaming cam up and running with lots of help from Lisa. I still have to get ahold of her today to figure out the flash version...</description>
		<content:encoded><![CDATA[<trackback /><strong>Boredom incites change</strong><br />
I did a lot of work on the Goob this morning &#8211; got the streaming cam up and running with lots of help from Lisa. I still have to get ahold of her today to figure out the flash version&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.447 seconds -->
