<?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: Free Markup TextArea HTML Editor in Javascript</title>
	<atom:link href="http://corpocrat.com/2008/12/18/free-wysiwyg-textarea-html-editor/feed/" rel="self" type="application/rss+xml" />
	<link>http://corpocrat.com/2008/12/18/free-wysiwyg-textarea-html-editor/</link>
	<description>Daily Blog from Internet Entrepreneur/Webmaster</description>
	<lastBuildDate>Fri, 30 Jul 2010 03:24:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Annie17</title>
		<link>http://corpocrat.com/2008/12/18/free-wysiwyg-textarea-html-editor/#comment-7757</link>
		<dc:creator>Annie17</dc:creator>
		<pubDate>Sun, 25 Jul 2010 22:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2008/12/18/free-wysiwyg-textarea-html-editor/#comment-7757</guid>
		<description>Hi, 
I use an editor online, very funcional and free.
Try www.online-html-editor.net , its free and simple to work on it.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I use an editor online, very funcional and free.<br />
Try <a href="http://www.online-html-editor.net" rel="nofollow">http://www.online-html-editor.net</a> , its free and simple to work on it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ehgraphix</title>
		<link>http://corpocrat.com/2008/12/18/free-wysiwyg-textarea-html-editor/#comment-7737</link>
		<dc:creator>ehgraphix</dc:creator>
		<pubDate>Sat, 24 Jul 2010 08:40:21 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2008/12/18/free-wysiwyg-textarea-html-editor/#comment-7737</guid>
		<description>can you add color picker and font size</description>
		<content:encoded><![CDATA[<p>can you add color picker and font size</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alejandro</title>
		<link>http://corpocrat.com/2008/12/18/free-wysiwyg-textarea-html-editor/#comment-7686</link>
		<dc:creator>Alejandro</dc:creator>
		<pubDate>Wed, 14 Jul 2010 17:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2008/12/18/free-wysiwyg-textarea-html-editor/#comment-7686</guid>
		<description>I say the same!!! You are the best, doesnt matter if is simple, but its functional!!!


Thanks a lot!!!</description>
		<content:encoded><![CDATA[<p>I say the same!!! You are the best, doesnt matter if is simple, but its functional!!!</p>
<p>Thanks a lot!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pbu</title>
		<link>http://corpocrat.com/2008/12/18/free-wysiwyg-textarea-html-editor/#comment-5413</link>
		<dc:creator>pbu</dc:creator>
		<pubDate>Sun, 20 Dec 2009 20:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2008/12/18/free-wysiwyg-textarea-html-editor/#comment-5413</guid>
		<description>All that is needed is a wordpress plugin to replace the existing tinymce editor. I will soon find some time or other to write the plugin. Thanks again!</description>
		<content:encoded><![CDATA[<p>All that is needed is a wordpress plugin to replace the existing tinymce editor. I will soon find some time or other to write the plugin. Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sartas</title>
		<link>http://corpocrat.com/2008/12/18/free-wysiwyg-textarea-html-editor/#comment-4888</link>
		<dc:creator>sartas</dc:creator>
		<pubDate>Sun, 08 Nov 2009 07:46:40 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2008/12/18/free-wysiwyg-textarea-html-editor/#comment-4888</guid>
		<description>I was a little improved list tags and changed installation

installation:

&lt;code&gt;&lt;body onload = &quot;edToolbar(&#039;textareaId&#039;)&quot;&gt;&lt;/code&gt;

or 

&lt;code&gt;&lt;script type=&quot;text/javascript&quot;&gt;edToolbar(&#039;textareaId&#039;)&lt;/script&gt;&lt;/code&gt;	

before close tag &lt;/body&gt;

Multiple instances of editors, on same page: edToolbar(&#039;all&#039;)

and place css link in the head
&lt;code&gt;&lt;link rel=&#039;stylesheet&#039; href=&#039;ed.css&#039; type=&#039;text/css&#039; /&gt;&lt;/code&gt;

&lt;a href=&quot;http://sartas.ru/upload/html-editor/&quot; rel=&quot;nofollow&quot;&gt;demo&lt;/a&gt;
&lt;a href=&quot;http://sartas.ru/upload/html-editor/html-editor.zip&quot; rel=&quot;nofollow&quot;&gt;download&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I was a little improved list tags and changed installation</p>
<p>installation:</p>
<p><code>&lt;body onload = &quot;edToolbar('textareaId')&quot;&gt;</code></p>
<p>or </p>
<p><code>&lt;script type=&quot;text/javascript&quot;&gt;edToolbar('textareaId')&lt;/script&gt;</code>	</p>
<p>before close tag &lt;/body&gt;</p>
<p>Multiple instances of editors, on same page: edToolbar(&#8216;all&#8217;)</p>
<p>and place css link in the head<br />
<code>&lt;link rel='stylesheet' href='ed.css' type='text/css' /&gt;</code></p>
<p><a href="http://sartas.ru/upload/html-editor/" rel="nofollow">demo</a><br />
<a href="http://sartas.ru/upload/html-editor/html-editor.zip" rel="nofollow">download</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dhini</title>
		<link>http://corpocrat.com/2008/12/18/free-wysiwyg-textarea-html-editor/#comment-4847</link>
		<dc:creator>Dhini</dc:creator>
		<pubDate>Fri, 23 Oct 2009 19:01:13 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2008/12/18/free-wysiwyg-textarea-html-editor/#comment-4847</guid>
		<description>Work also on Wordpress?
How?</description>
		<content:encoded><![CDATA[<p>Work also on WordPress?<br />
How?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dana</title>
		<link>http://corpocrat.com/2008/12/18/free-wysiwyg-textarea-html-editor/#comment-4611</link>
		<dc:creator>dana</dc:creator>
		<pubDate>Thu, 24 Sep 2009 17:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2008/12/18/free-wysiwyg-textarea-html-editor/#comment-4611</guid>
		<description>i am not able to add youtube video out of the box...how do i modify the code to support it?</description>
		<content:encoded><![CDATA[<p>i am not able to add youtube video out of the box&#8230;how do i modify the code to support it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://corpocrat.com/2008/12/18/free-wysiwyg-textarea-html-editor/#comment-4549</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Mon, 07 Sep 2009 19:26:03 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2008/12/18/free-wysiwyg-textarea-html-editor/#comment-4549</guid>
		<description>Scott - All you have to do is code a jump/drop menu with the images you want instead of the popup window to display your options. Then, use the same processing form for posting the code to your textarea.

That will make your editor a little more streamlined and keep it in one window.</description>
		<content:encoded><![CDATA[<p>Scott &#8211; All you have to do is code a jump/drop menu with the images you want instead of the popup window to display your options. Then, use the same processing form for posting the code to your textarea.</p>
<p>That will make your editor a little more streamlined and keep it in one window.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://corpocrat.com/2008/12/18/free-wysiwyg-textarea-html-editor/#comment-4348</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Thu, 30 Jul 2009 23:00:13 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2008/12/18/free-wysiwyg-textarea-html-editor/#comment-4348</guid>
		<description>This is a great and dead easy editor to add to my site. I am having trouble adding &quot;smiles&quot;. It&#039;s a two-step process where the user would click a single button to cause a pop-up window, and then clicking on that pop-up will cause text to be inserted in the textarea.

Any thoughts on how to add this functionality?

Thank you.</description>
		<content:encoded><![CDATA[<p>This is a great and dead easy editor to add to my site. I am having trouble adding &#8220;smiles&#8221;. It&#8217;s a two-step process where the user would click a single button to cause a pop-up window, and then clicking on that pop-up will cause text to be inserted in the textarea.</p>
<p>Any thoughts on how to add this functionality?</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neged</title>
		<link>http://corpocrat.com/2008/12/18/free-wysiwyg-textarea-html-editor/#comment-4298</link>
		<dc:creator>neged</dc:creator>
		<pubDate>Tue, 21 Jul 2009 05:11:22 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2008/12/18/free-wysiwyg-textarea-html-editor/#comment-4298</guid>
		<description>You&#039;re my hero!!

Where&#039;s the donate button lol?</description>
		<content:encoded><![CDATA[<p>You&#8217;re my hero!!</p>
<p>Where&#8217;s the donate button lol?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
