<?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: jsTree: jQuery-based JavaScript tree component</title>
	<atom:link href="http://ajaxian.com/archives/jstree-jquery-based-javascript-tree-component/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/jstree-jquery-based-javascript-tree-component</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: slightlyoff</title>
		<link>http://ajaxian.com/archives/jstree-jquery-based-javascript-tree-component/comment-page-1#comment-265312</link>
		<dc:creator>slightlyoff</dc:creator>
		<pubDate>Sat, 21 Jun 2008 21:55:44 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3773#comment-265312</guid>
		<description>you&#039;re right about Dojo&#039;s tree WRT DnD and editing (although many people are successfully adding editing through the hooks we already provide in the Tree). What we&#039;ve focused on is accessibility and dojo.data backing which has allowed the Dojo Tree widget to handle lazy-loading of data, editing, gigantic data sets, and the ability to be constructed out of nearly any data format: pure HTML, CSV, XML, web services, JSON, lazy-loaded versions of many of the above, and more. All through the same APIs and data formats which are used to feed drop-down widgets, grids, and many other Dijit and DojoX widgets. I won&#039;t really touch accessibility, but needless to say it&#039;s non-trivial to do right. We look forward to a day when others consider a widget &quot;done&quot; only when it provides a good user experience to *everyone* and not before that.

Regards</description>
		<content:encoded><![CDATA[<p>you&#8217;re right about Dojo&#8217;s tree WRT DnD and editing (although many people are successfully adding editing through the hooks we already provide in the Tree). What we&#8217;ve focused on is accessibility and dojo.data backing which has allowed the Dojo Tree widget to handle lazy-loading of data, editing, gigantic data sets, and the ability to be constructed out of nearly any data format: pure HTML, CSV, XML, web services, JSON, lazy-loaded versions of many of the above, and more. All through the same APIs and data formats which are used to feed drop-down widgets, grids, and many other Dijit and DojoX widgets. I won&#8217;t really touch accessibility, but needless to say it&#8217;s non-trivial to do right. We look forward to a day when others consider a widget &#8220;done&#8221; only when it provides a good user experience to *everyone* and not before that.</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vakata</title>
		<link>http://ajaxian.com/archives/jstree-jquery-based-javascript-tree-component/comment-page-1#comment-265303</link>
		<dc:creator>vakata</dc:creator>
		<pubDate>Sat, 21 Jun 2008 11:09:11 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3773#comment-265303</guid>
		<description>Since I got a few emails complaining there is no way for people to contact me I put up a blog where everyone can comment, criticize and propose new ideas.</description>
		<content:encoded><![CDATA[<p>Since I got a few emails complaining there is no way for people to contact me I put up a blog where everyone can comment, criticize and propose new ideas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kolev</title>
		<link>http://ajaxian.com/archives/jstree-jquery-based-javascript-tree-component/comment-page-1#comment-265300</link>
		<dc:creator>kolev</dc:creator>
		<pubDate>Sat, 21 Jun 2008 00:42:35 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3773#comment-265300</guid>
		<description>@vakata: Great job, Ivan! Your jsTree is most probably the best web tree component I&#039;ve seen to date!</description>
		<content:encoded><![CDATA[<p>@vakata: Great job, Ivan! Your jsTree is most probably the best web tree component I&#8217;ve seen to date!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vakata</title>
		<link>http://ajaxian.com/archives/jstree-jquery-based-javascript-tree-component/comment-page-1#comment-265289</link>
		<dc:creator>vakata</dc:creator>
		<pubDate>Fri, 20 Jun 2008 18:43:22 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3773#comment-265289</guid>
		<description>@Nosredna:
Sorry for the documentation - I plan on polishing it and giving some more examples very soon. Yes, the callbacks are the way to get data from the server - the example will be up soon (basically you pass the state parameter &quot;closed&quot;, and use the onopen callback). I intend on implementing async loading internally. 

@Jeria:
The next minor version will feature animations (thanks jQuery), but they will be optional/configurable.</description>
		<content:encoded><![CDATA[<p>@Nosredna:<br />
Sorry for the documentation &#8211; I plan on polishing it and giving some more examples very soon. Yes, the callbacks are the way to get data from the server &#8211; the example will be up soon (basically you pass the state parameter &#8220;closed&#8221;, and use the onopen callback). I intend on implementing async loading internally. </p>
<p>@Jeria:<br />
The next minor version will feature animations (thanks jQuery), but they will be optional/configurable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeria</title>
		<link>http://ajaxian.com/archives/jstree-jquery-based-javascript-tree-component/comment-page-1#comment-265288</link>
		<dc:creator>Jeria</dc:creator>
		<pubDate>Fri, 20 Jun 2008 18:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3773#comment-265288</guid>
		<description>I feel that animations in tree&#039;s are quite annoying. Thank god that Windows or Mac OS X don&#039;t use animations in their tree&#039;s.</description>
		<content:encoded><![CDATA[<p>I feel that animations in tree&#8217;s are quite annoying. Thank god that Windows or Mac OS X don&#8217;t use animations in their tree&#8217;s.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nosredna</title>
		<link>http://ajaxian.com/archives/jstree-jquery-based-javascript-tree-component/comment-page-1#comment-265273</link>
		<dc:creator>Nosredna</dc:creator>
		<pubDate>Fri, 20 Jun 2008 15:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3773#comment-265273</guid>
		<description>The links to the examples in the documentation are bad.

I don&#039;t see any mention of getting data from the server. I assume that&#039;s left as an exercise for the user? The callbacks are the way to do that?</description>
		<content:encoded><![CDATA[<p>The links to the examples in the documentation are bad.</p>
<p>I don&#8217;t see any mention of getting data from the server. I assume that&#8217;s left as an exercise for the user? The callbacks are the way to do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vakata</title>
		<link>http://ajaxian.com/archives/jstree-jquery-based-javascript-tree-component/comment-page-1#comment-265270</link>
		<dc:creator>vakata</dc:creator>
		<pubDate>Fri, 20 Jun 2008 14:52:17 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3773#comment-265270</guid>
		<description>@GlenLipka:
Thanks, this is indeed useful! I will go over the points this evening and also add the option for smooth animation.</description>
		<content:encoded><![CDATA[<p>@GlenLipka:<br />
Thanks, this is indeed useful! I will go over the points this evening and also add the option for smooth animation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GlenLipka</title>
		<link>http://ajaxian.com/archives/jstree-jquery-based-javascript-tree-component/comment-page-1#comment-265269</link>
		<dc:creator>GlenLipka</dc:creator>
		<pubDate>Fri, 20 Jun 2008 14:42:17 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3773#comment-265269</guid>
		<description>Nice work.  I agree that some graphic and interaction design would improve it a bit.  I had written a UX design pattern for trees a while back.  Maybe it&#039;s helpful?
http://commadot.com/the-ux-of-trees-design-pattern/

One minor thing would be to animate the open/close of the nodes.  Its a small but significant aspect that would improve the general feel.  I wonder also if there are royalty free open/close icons around.</description>
		<content:encoded><![CDATA[<p>Nice work.  I agree that some graphic and interaction design would improve it a bit.  I had written a UX design pattern for trees a while back.  Maybe it&#8217;s helpful?<br />
<a href="http://commadot.com/the-ux-of-trees-design-pattern/" rel="nofollow">http://commadot.com/the-ux-of-trees-design-pattern/</a></p>
<p>One minor thing would be to animate the open/close of the nodes.  Its a small but significant aspect that would improve the general feel.  I wonder also if there are royalty free open/close icons around.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OndraM</title>
		<link>http://ajaxian.com/archives/jstree-jquery-based-javascript-tree-component/comment-page-1#comment-265261</link>
		<dc:creator>OndraM</dc:creator>
		<pubDate>Fri, 20 Jun 2008 11:57:51 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3773#comment-265261</guid>
		<description>neat! I like it. It certainly beats my implementation of jquery tree...</description>
		<content:encoded><![CDATA[<p>neat! I like it. It certainly beats my implementation of jquery tree&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mauricesnip</title>
		<link>http://ajaxian.com/archives/jstree-jquery-based-javascript-tree-component/comment-page-1#comment-265259</link>
		<dc:creator>mauricesnip</dc:creator>
		<pubDate>Fri, 20 Jun 2008 10:31:40 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3773#comment-265259</guid>
		<description>That would probably be: &lt;a href=&quot;http://code.google.com/p/jstree/&quot; rel=&quot;nofollow&quot;&gt;Google Code page&lt;/a&gt; and the &lt;a href=&quot;http://www.vakata.com/jsTree/examples/&quot; rel=&quot;nofollow&quot;&gt;Examples page&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>That would probably be: <a href="http://code.google.com/p/jstree/" rel="nofollow">Google Code page</a> and the <a href="http://www.vakata.com/jsTree/examples/" rel="nofollow">Examples page</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maccmania</title>
		<link>http://ajaxian.com/archives/jstree-jquery-based-javascript-tree-component/comment-page-1#comment-265258</link>
		<dc:creator>maccmania</dc:creator>
		<pubDate>Fri, 20 Jun 2008 10:24:13 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3773#comment-265258</guid>
		<description>Err, link?</description>
		<content:encoded><![CDATA[<p>Err, link?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

