<?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: Evaluation of WYSIWYG-editors</title>
	<atom:link href="http://www.standards-schmandards.com/2006/wysiwyg-editor-test/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.standards-schmandards.com/2006/wysiwyg-editor-test/</link>
	<description>A pragmatic approach to web standards and accessibility</description>
	<pubDate>Sun, 06 Jul 2008 08:38:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Ryan</title>
		<link>http://www.standards-schmandards.com/2006/wysiwyg-editor-test/#comment-39588</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Fri, 28 Mar 2008 18:42:30 +0000</pubDate>
		<guid isPermaLink="false">http://localhost:8888/?p=32#comment-39588</guid>
		<description>This is kind of an old thread, but for those of you coming in looking for info on WYSIWYG editors and if you happen to use Dreamweaver, there's an extension available that integrates FCKeditor into your forms through a Dreamweaver extension. It's pretty much click and go, so there aren't the usual configuration requirements. It's called &lt;a href="http://www.justdreamweaver.com/webassist-irite-wysiwyg.html" rel="nofollow"&gt;iRite by WebAssist&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>This is kind of an old thread, but for those of you coming in looking for info on WYSIWYG editors and if you happen to use Dreamweaver, there&#8217;s an extension available that integrates FCKeditor into your forms through a Dreamweaver extension. It&#8217;s pretty much click and go, so there aren&#8217;t the usual configuration requirements. It&#8217;s called <a href="http://www.justdreamweaver.com/webassist-irite-wysiwyg.html" rel="nofollow">iRite by WebAssist</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://www.standards-schmandards.com/2006/wysiwyg-editor-test/#comment-32403</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Sun, 20 Jan 2008 03:51:11 +0000</pubDate>
		<guid isPermaLink="false">http://localhost:8888/?p=32#comment-32403</guid>
		<description>This website is Great! I will recommend you to all my friends. I found so much useful things here. Thank you.</description>
		<content:encoded><![CDATA[<p>This website is Great! I will recommend you to all my friends. I found so much useful things here. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ingo</title>
		<link>http://www.standards-schmandards.com/2006/wysiwyg-editor-test/#comment-28219</link>
		<dc:creator>Ingo</dc:creator>
		<pubDate>Thu, 06 Dec 2007 05:59:41 +0000</pubDate>
		<guid isPermaLink="false">http://localhost:8888/?p=32#comment-28219</guid>
		<description>Chris,
Spaw adds blank lines to the HTML source every time I switch between HTML and Design view.
Also, hitting enter (in Firefox) creates a &#60;br&#62; instead of a &#60;p&#62;</description>
		<content:encoded><![CDATA[<p>Chris,<br />
Spaw adds blank lines to the HTML source every time I switch between HTML and Design view.<br />
Also, hitting enter (in Firefox) creates a &lt;br&gt; instead of a &lt;p&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ingo</title>
		<link>http://www.standards-schmandards.com/2006/wysiwyg-editor-test/#comment-28218</link>
		<dc:creator>Ingo</dc:creator>
		<pubDate>Thu, 06 Dec 2007 05:58:43 +0000</pubDate>
		<guid isPermaLink="false">http://localhost:8888/?p=32#comment-28218</guid>
		<description>Chris,
Spaw adds blank lines to the HTML source every time I switch between HTML and Design view.
Also, hitting enter (in Firefox) creates a  instead of a </description>
		<content:encoded><![CDATA[<p>Chris,<br />
Spaw adds blank lines to the HTML source every time I switch between HTML and Design view.<br />
Also, hitting enter (in Firefox) creates a  instead of a</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ingo</title>
		<link>http://www.standards-schmandards.com/2006/wysiwyg-editor-test/#comment-28216</link>
		<dc:creator>Ingo</dc:creator>
		<pubDate>Thu, 06 Dec 2007 05:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://localhost:8888/?p=32#comment-28216</guid>
		<description>All of the javascript editors I have tried have serious problems.
TinyMCE changes URLs.
FCKEditor strips out custom (server side) tags.
Many editors create a blob of unformatted HTML. Unbelievable! None that I have seen have a "Format HTML" button.  I mean, come on, how hard is it to indent a well formed document?
It is unbelievable how many of the editors strip out valid elements such as HTML comments.
I have found these problems in expensive commercial editors as well as open source editors.
I do respect the authors of these tools, but I suspect that a many of these problems are caused by using browser supplied HTML edit controls.
I would like to see an editor that uses the HTML source code as a reference, and injects HTML only as requested in WYSIWIG mode.  Minimize rewriting of the source code.  Do not delete or alter existing HTML elements. And, obviously, generate valid HTML.</description>
		<content:encoded><![CDATA[<p>All of the javascript editors I have tried have serious problems.<br />
TinyMCE changes URLs.<br />
FCKEditor strips out custom (server side) tags.<br />
Many editors create a blob of unformatted HTML. Unbelievable! None that I have seen have a &#8220;Format HTML&#8221; button.  I mean, come on, how hard is it to indent a well formed document?<br />
It is unbelievable how many of the editors strip out valid elements such as HTML comments.<br />
I have found these problems in expensive commercial editors as well as open source editors.<br />
I do respect the authors of these tools, but I suspect that a many of these problems are caused by using browser supplied HTML edit controls.<br />
I would like to see an editor that uses the HTML source code as a reference, and injects HTML only as requested in WYSIWIG mode.  Minimize rewriting of the source code.  Do not delete or alter existing HTML elements. And, obviously, generate valid HTML.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.standards-schmandards.com/2006/wysiwyg-editor-test/#comment-18612</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 08 Sep 2007 20:39:39 +0000</pubDate>
		<guid isPermaLink="false">http://localhost:8888/?p=32#comment-18612</guid>
		<description>You must add SPAW editor. This is not a complete evaluation without it. I've used spaw for a long time, and it just got better and better.</description>
		<content:encoded><![CDATA[<p>You must add SPAW editor. This is not a complete evaluation without it. I&#8217;ve used spaw for a long time, and it just got better and better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos</title>
		<link>http://www.standards-schmandards.com/2006/wysiwyg-editor-test/#comment-2781</link>
		<dc:creator>Carlos</dc:creator>
		<pubDate>Tue, 13 Mar 2007 12:04:14 +0000</pubDate>
		<guid isPermaLink="false">http://localhost:8888/?p=32#comment-2781</guid>
		<description>What's happen width KTML4 FROM www.interaktonline.com ? I think it's one of the best wysiwyg editors...</description>
		<content:encoded><![CDATA[<p>What&#8217;s happen width KTML4 FROM <a href="http://www.interaktonline.com" rel="nofollow">http://www.interaktonline.com</a> ? I think it&#8217;s one of the best wysiwyg editors&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Den</title>
		<link>http://www.standards-schmandards.com/2006/wysiwyg-editor-test/#comment-2532</link>
		<dc:creator>Den</dc:creator>
		<pubDate>Tue, 06 Mar 2007 16:08:12 +0000</pubDate>
		<guid isPermaLink="false">http://localhost:8888/?p=32#comment-2532</guid>
		<description>Well, the best WYSIWYG Website editor is the Visual Web Pack of Netbeans 5.5. It is more powerfull than Dreamweaver and it is free. Currently you still need to program with Java, but Ruby is coming soon...</description>
		<content:encoded><![CDATA[<p>Well, the best WYSIWYG Website editor is the Visual Web Pack of Netbeans 5.5. It is more powerfull than Dreamweaver and it is free. Currently you still need to program with Java, but Ruby is coming soon&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gregory</title>
		<link>http://www.standards-schmandards.com/2006/wysiwyg-editor-test/#comment-1943</link>
		<dc:creator>gregory</dc:creator>
		<pubDate>Tue, 13 Feb 2007 03:07:37 +0000</pubDate>
		<guid isPermaLink="false">http://localhost:8888/?p=32#comment-1943</guid>
		<description>i think Ektron's ewebedit pro should be scored much lower. It is an active X control which you MUST install to use and is frequently out of date with firefox and incompatible with safari.

The performance of thing is also pretty bad. Because it is active-x there is time spent initializing the plugin into the page, then they have a loading bar because there are half a dozen different external xml files which load up (with a cheesy preloading animation).

At least FCK editor doesnt require client side installation.</description>
		<content:encoded><![CDATA[<p>i think Ektron&#8217;s ewebedit pro should be scored much lower. It is an active X control which you MUST install to use and is frequently out of date with firefox and incompatible with safari.</p>
<p>The performance of thing is also pretty bad. Because it is active-x there is time spent initializing the plugin into the page, then they have a loading bar because there are half a dozen different external xml files which load up (with a cheesy preloading animation).</p>
<p>At least FCK editor doesnt require client side installation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Rönnqvist</title>
		<link>http://www.standards-schmandards.com/2006/wysiwyg-editor-test/#comment-1667</link>
		<dc:creator>Simon Rönnqvist</dc:creator>
		<pubDate>Fri, 02 Feb 2007 17:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://localhost:8888/?p=32#comment-1667</guid>
		<description>BitFlux Editor is the only WYSIWYG that I know that actually validates the code and therefore can guarantee that it's valid. Mozile will include this functionality in a while. Unfortunately both are Mozila/Firefox only editors, but an upcoming version of Mozile will support IE6 too.</description>
		<content:encoded><![CDATA[<p>BitFlux Editor is the only WYSIWYG that I know that actually validates the code and therefore can guarantee that it&#8217;s valid. Mozile will include this functionality in a while. Unfortunately both are Mozila/Firefox only editors, but an upcoming version of Mozile will support IE6 too.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
