<?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: Treemap quick tutorial</title>
	<atom:link href="http://blog.thejit.org/2008/05/07/treemap-quick-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.thejit.org/2008/05/07/treemap-quick-tutorial/</link>
	<description>A blog about the JavaScript Infoviz Toolkit and other stuff</description>
	<pubDate>Fri, 21 Nov 2008 00:16:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Nicolas Garcia Belmonte</title>
		<link>http://blog.thejit.org/2008/05/07/treemap-quick-tutorial/#comment-133</link>
		<dc:creator>Nicolas Garcia Belmonte</dc:creator>
		<pubDate>Fri, 20 Jun 2008 17:43:47 +0000</pubDate>
		<guid isPermaLink="false">http://blogngb.woot.com.ar/?p=10#comment-133</guid>
		<description>Yes we should, I'll post your question there: http://groups.google.com/group/javascript-information-visualization-toolkit</description>
		<content:encoded><![CDATA[<p>Yes we should, I&#8217;ll post your question there: <a href="http://groups.google.com/group/javascript-information-visualization-toolkit" rel="nofollow">http://groups.google.com/group/javascript-information-visualization-toolkit</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin Goldenberg</title>
		<link>http://blog.thejit.org/2008/05/07/treemap-quick-tutorial/#comment-129</link>
		<dc:creator>Benjamin Goldenberg</dc:creator>
		<pubDate>Thu, 19 Jun 2008 20:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://blogngb.woot.com.ar/?p=10#comment-129</guid>
		<description>Thanks for the advice, Nicolas. I'm still having some trouble figuring it out. It doesn't help that I don't have much JavaScript experience. I looked at the controller post. In order to 'bufferize nodes', should I implement the request function to only call onComplete() when the level is less than N? Should we continue this conversation on the Google Group? Thanks for your help.</description>
		<content:encoded><![CDATA[<p>Thanks for the advice, Nicolas. I&#8217;m still having some trouble figuring it out. It doesn&#8217;t help that I don&#8217;t have much JavaScript experience. I looked at the controller post. In order to &#8216;bufferize nodes&#8217;, should I implement the request function to only call onComplete() when the level is less than N? Should we continue this conversation on the Google Group? Thanks for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas Garcia Belmonte</title>
		<link>http://blog.thejit.org/2008/05/07/treemap-quick-tutorial/#comment-124</link>
		<dc:creator>Nicolas Garcia Belmonte</dc:creator>
		<pubDate>Wed, 18 Jun 2008 19:50:01 +0000</pubDate>
		<guid isPermaLink="false">http://blogngb.woot.com.ar/?p=10#comment-124</guid>
		<description>Hi Benjamin,
I think that the top feed for a treemap is 600 nodes (aprox.). However, you can set a controller to your treemap that allows it to bufferize nodes. That means that even when having a larger tree, you can force the TM to display only N levels below the actual root. As you traverse the tree, it will make requests for new nodes to be displayed while deleting unnecesary nodes and thus keeping a smaller number of nodes in memory. If you want to know more you can check the on controllers post and the example source for the Spacetree (packaged in the library). Hope this helps</description>
		<content:encoded><![CDATA[<p>Hi Benjamin,<br />
I think that the top feed for a treemap is 600 nodes (aprox.). However, you can set a controller to your treemap that allows it to bufferize nodes. That means that even when having a larger tree, you can force the TM to display only N levels below the actual root. As you traverse the tree, it will make requests for new nodes to be displayed while deleting unnecesary nodes and thus keeping a smaller number of nodes in memory. If you want to know more you can check the on controllers post and the example source for the Spacetree (packaged in the library). Hope this helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin Goldenberg</title>
		<link>http://blog.thejit.org/2008/05/07/treemap-quick-tutorial/#comment-123</link>
		<dc:creator>Benjamin Goldenberg</dc:creator>
		<pubDate>Wed, 18 Jun 2008 19:24:14 +0000</pubDate>
		<guid isPermaLink="false">http://blogngb.woot.com.ar/?p=10#comment-123</guid>
		<description>I was wondering if there is a practical limit to the number of elements in the treemap. I am looking at generating a Treemap with about 5000 nodes. About 70 are top level. The JSON string ends up being huge, about 800k, without any compression. Will the treemap be able to handle this size tree?

Thanks,
Ben</description>
		<content:encoded><![CDATA[<p>I was wondering if there is a practical limit to the number of elements in the treemap. I am looking at generating a Treemap with about 5000 nodes. About 70 are top level. The JSON string ends up being huge, about 800k, without any compression. Will the treemap be able to handle this size tree?</p>
<p>Thanks,<br />
Ben</p>
]]></content:encoded>
	</item>
</channel>
</rss>
