<?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: Dojo Rich WYSIWYG Editor</title>
	<atom:link href="http://ajaxian.com/archives/dojo-rich-wysiwyg-editor/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/dojo-rich-wysiwyg-editor</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: yucc</title>
		<link>http://ajaxian.com/archives/dojo-rich-wysiwyg-editor/comment-page-1#comment-8864</link>
		<dc:creator>yucc</dc:creator>
		<pubDate>Fri, 05 May 2006 19:37:47 +0000</pubDate>
		<guid isPermaLink="false">http://test.ajaxian.com/archives/dojo-rich-wysiwyg-editor#comment-8864</guid>
		<description>How can i save the result of the editting as well as the text format ? dojo.io.bind() can do all this ??</description>
		<content:encoded><![CDATA[<p>How can i save the result of the editting as well as the text format ? dojo.io.bind() can do all this ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob</title>
		<link>http://ajaxian.com/archives/dojo-rich-wysiwyg-editor/comment-page-1#comment-2683</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Mon, 23 Jan 2006 16:52:57 +0000</pubDate>
		<guid isPermaLink="false">http://test.ajaxian.com/archives/dojo-rich-wysiwyg-editor#comment-2683</guid>
		<description>This looks wery good. Even in Safari. But, the image and link stuff does not seem to work in safari at this point. Has this been broken or is it not supposed to work?</description>
		<content:encoded><![CDATA[<p>This looks wery good. Even in Safari. But, the image and link stuff does not seem to work in safari at this point. Has this been broken or is it not supposed to work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakman</title>
		<link>http://ajaxian.com/archives/dojo-rich-wysiwyg-editor/comment-page-1#comment-1466</link>
		<dc:creator>Jakman</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://test.ajaxian.com/archives/dojo-rich-wysiwyg-editor#comment-1466</guid>
		<description>The image function leaves alot to be desired.  Just how are users to get images up to their servers in order to use them with this??</description>
		<content:encoded><![CDATA[<p>The image function leaves alot to be desired.  Just how are users to get images up to their servers in order to use them with this??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Schontzler</title>
		<link>http://ajaxian.com/archives/dojo-rich-wysiwyg-editor/comment-page-1#comment-1467</link>
		<dc:creator>David Schontzler</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://test.ajaxian.com/archives/dojo-rich-wysiwyg-editor#comment-1467</guid>
		<description>Jakman,

At the moment, Dojo is focused more on client-side work than on what happens when you reach the server. That said, we&#039;d love to get some server-side collaboration for this and other pieces of Dojo.</description>
		<content:encoded><![CDATA[<p>Jakman,</p>
<p>At the moment, Dojo is focused more on client-side work than on what happens when you reach the server. That said, we&#8217;d love to get some server-side collaboration for this and other pieces of Dojo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grumpY</title>
		<link>http://ajaxian.com/archives/dojo-rich-wysiwyg-editor/comment-page-1#comment-1468</link>
		<dc:creator>grumpY</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://test.ajaxian.com/archives/dojo-rich-wysiwyg-editor#comment-1468</guid>
		<description>interesting, although i would suspect that wysiwyg editing is better handled at a standards-based markup implementation handled natively by the browser than through js, by this i mean the text equivalent of a canvas widget.

and also note that these days lots of text editing is within non-trivial cases such as long documents, code files etc. in these cases i am much more likely to employ emacs or another platform designed specifically to deal with text. on the web i am happy dealing with the same-ol same-ol text form.</description>
		<content:encoded><![CDATA[<p>interesting, although i would suspect that wysiwyg editing is better handled at a standards-based markup implementation handled natively by the browser than through js, by this i mean the text equivalent of a canvas widget.</p>
<p>and also note that these days lots of text editing is within non-trivial cases such as long documents, code files etc. in these cases i am much more likely to employ emacs or another platform designed specifically to deal with text. on the web i am happy dealing with the same-ol same-ol text form.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dion Almaer</title>
		<link>http://ajaxian.com/archives/dojo-rich-wysiwyg-editor/comment-page-1#comment-1469</link>
		<dc:creator>Dion Almaer</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://test.ajaxian.com/archives/dojo-rich-wysiwyg-editor#comment-1469</guid>
		<description>grumpY,

The web may not be perfect for all text editing needs. However, there are a lot of use cases where we can make life easy for users than a simple textarea :)

I have seen a couple of awesome CMS systems that use WYSIWYG that make updating your web pages trivial for non-technical users.

Dion</description>
		<content:encoded><![CDATA[<p>grumpY,</p>
<p>The web may not be perfect for all text editing needs. However, there are a lot of use cases where we can make life easy for users than a simple textarea :)</p>
<p>I have seen a couple of awesome CMS systems that use WYSIWYG that make updating your web pages trivial for non-technical users.</p>
<p>Dion</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse Kuhnert</title>
		<link>http://ajaxian.com/archives/dojo-rich-wysiwyg-editor/comment-page-1#comment-1470</link>
		<dc:creator>Jesse Kuhnert</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://test.ajaxian.com/archives/dojo-rich-wysiwyg-editor#comment-1470</guid>
		<description>Yes exactly. Getting non-engineers to contribute anything to our internal wiki system has been like pulling teeth and resulted in little or no contributions from anyone in the company other than engineers. 

Now, if we could find a wiki that gave us all the things tech people want, combined with usable wysiwyg for the lazy we&#039;d be in heaven ;) (of course I am referring to jot.com )</description>
		<content:encoded><![CDATA[<p>Yes exactly. Getting non-engineers to contribute anything to our internal wiki system has been like pulling teeth and resulted in little or no contributions from anyone in the company other than engineers. </p>
<p>Now, if we could find a wiki that gave us all the things tech people want, combined with usable wysiwyg for the lazy we&#8217;d be in heaven ;) (of course I am referring to jot.com )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guillaume</title>
		<link>http://ajaxian.com/archives/dojo-rich-wysiwyg-editor/comment-page-1#comment-1471</link>
		<dc:creator>guillaume</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://test.ajaxian.com/archives/dojo-rich-wysiwyg-editor#comment-1471</guid>
		<description>When I saw &quot;cross browser (even Safari)&quot; I thought &quot;cool, some nice web app that will work with Opera&quot;...

Well no actually, it does not work :o(

(Opera 8.5 &amp; 9 Preview 1).</description>
		<content:encoded><![CDATA[<p>When I saw &#8220;cross browser (even Safari)&#8221; I thought &#8220;cool, some nice web app that will work with Opera&#8221;&#8230;</p>
<p>Well no actually, it does not work :o(</p>
<p>(Opera 8.5 &#038; 9 Preview 1).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moe</title>
		<link>http://ajaxian.com/archives/dojo-rich-wysiwyg-editor/comment-page-1#comment-1472</link>
		<dc:creator>moe</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://test.ajaxian.com/archives/dojo-rich-wysiwyg-editor#comment-1472</guid>
		<description>tinymce is better.</description>
		<content:encoded><![CDATA[<p>tinymce is better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Russell</title>
		<link>http://ajaxian.com/archives/dojo-rich-wysiwyg-editor/comment-page-1#comment-1473</link>
		<dc:creator>Alex Russell</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://test.ajaxian.com/archives/dojo-rich-wysiwyg-editor#comment-1473</guid>
		<description>guillaume,

The RichText class does indeed work on Opera 9tp1, and we&#039;re in the process of updating the toolbar to support it. Should be another day or two at worst.

Regards
</description>
		<content:encoded><![CDATA[<p>guillaume,</p>
<p>The RichText class does indeed work on Opera 9tp1, and we&#8217;re in the process of updating the toolbar to support it. Should be another day or two at worst.</p>
<p>Regards</p>
]]></content:encoded>
	</item>
</channel>
</rss>

