<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Matt Manela's Blog : ASP .NET</title><link>http://blogs.msdn.com/matt/archive/tags/ASP+.NET/default.aspx</link><description>Tags: ASP .NET</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>JavaScript Rich Text Editors</title><link>http://blogs.msdn.com/matt/archive/2007/11/19/javascript-rich-text-editors.aspx</link><pubDate>Tue, 20 Nov 2007 09:22:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6422855</guid><dc:creator>MattManela</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/matt/comments/6422855.aspx</comments><wfw:commentRss>http://blogs.msdn.com/matt/commentrss.aspx?PostID=6422855</wfw:commentRss><description>&lt;p&gt;While in college I worked on several websites for my school (&lt;a href="http://www.binghamton.edu" target="_blank"&gt;Binghamton University&lt;/a&gt;).&amp;nbsp; One of my main tasks in developing websites was to create a&amp;nbsp;easy to use system&amp;nbsp;which would let non-developers be able to update and modify web content.&amp;nbsp; I wrote these systems in PHP and I used a rich text editor control&amp;nbsp;to allow non-developers to modify content.&amp;nbsp; The editor I would install was always &lt;a href="http://tinymce.moxiecode.com/" target="_blank"&gt;TinyMCE&lt;/a&gt;.&amp;nbsp; It is a very feature rich and easy to use editor and is open source (which is a nice plus).&amp;nbsp; It also worked very well with PHP style applications.&lt;/p&gt; &lt;p&gt;Here is a screen shot of &lt;a href="http://tinymce.moxiecode.com/" target="_blank"&gt;TinyMCE&lt;/a&gt;:&lt;/p&gt; &lt;p&gt;&lt;a href="http://tinymce.moxiecode.com/" target="_blank" atomicselection="true"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="260" alt="image" src="http://blogs.msdn.com/blogfiles/matt/WindowsLiveWriter/JavaScriptRichTextEditors_12C19/image_2.png" width="421" border="0"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;Now that I am working at Microsoft I began learning and playing with ASP.NET.&amp;nbsp; The development model and ideology behind ASP.NET is very different from what I was used to for PHP.&amp;nbsp; Each have their advantages and disadvantages but that is not the point of this post ;)&amp;nbsp; After writing some applications with ASP.NET I wanted to try to write something similar to what I have done in the past with PHP and TinyMCE.&amp;nbsp; While TinyMCE will work fine with ASP.NET I wanted a RTE that was made with ASP.NET development in mind.&amp;nbsp; Recently, I found one which is published on &lt;a href="http://www.codeplex.com" target="_blank"&gt;Codeplex&lt;/a&gt; (an open source development site).&amp;nbsp; Its not so catchy title is &lt;a href="http://www.codeplex.com/rte" target="_blank"&gt;RTE (Rich Text Editor) ASP.NET Control&lt;/a&gt;. It works very well and already supports many of the features that TinyMCE has.&amp;nbsp; It is not as polished as TinyMCE however since it is also open source it will hopefully grow and gain polish as the community gets its hands on it.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;Here is a screen shot of &lt;a href="http://www.codeplex.com/rte" target="_blank"&gt;RTE (Rich Text Editor) ASP.NET Control&lt;/a&gt;:&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.codeplex.com/rte" target="_blank" atomicselection="true"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="326" alt="image" src="http://blogs.msdn.com/blogfiles/matt/WindowsLiveWriter/JavaScriptRichTextEditors_12C19/image_3.png" width="404" border="0"&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=6422855" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/matt/archive/tags/Programming/default.aspx">Programming</category><category domain="http://blogs.msdn.com/matt/archive/tags/ASP+.NET/default.aspx">ASP .NET</category><category domain="http://blogs.msdn.com/matt/archive/tags/Downloads/default.aspx">Downloads</category></item></channel></rss>