<?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: Displaying a hierarchy and acts_as_tree</title>
	<atom:link href="http://3dmdesign.com/development/displaying-a-hierarchy-and-acts_as_tree/feed" rel="self" type="application/rss+xml" />
	<link>http://3dmdesign.com/development/displaying-a-hierarchy-and-acts_as_tree</link>
	<description>JavaScript and Ruby on Rails Web Applications</description>
	<lastBuildDate>Mon, 12 Dec 2011 07:48:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Scott - 3DM Design</title>
		<link>http://3dmdesign.com/development/displaying-a-hierarchy-and-acts_as_tree/comment-page-1#comment-2179</link>
		<dc:creator>Scott - 3DM Design</dc:creator>
		<pubDate>Sat, 04 Aug 2007 18:43:25 +0000</pubDate>
		<guid isPermaLink="false">http://3dmdesign.com/dev-journal/rails-application-development/displaying-a-hierarchy-and-acts_as_tree#comment-2179</guid>
		<description>I agree, Anthony.

The moment I come across a clean and elegant way to display the tree, I&#039;m sure I&#039;ll post about it.

In the meantime, with my current project I&#039;ve moved away from a design involving displaying multiple levels/branches of a hierarchy all at once. I may revisit that concept, though right now I&#039;m feeling good about the decision to start with everything collapsed and fetch a single level when an item is expanded.

I suppose I won&#039;t know whether it&#039;s truly more responsive to load an entire tree up front until I do some testing; both methods have trade-offs but the one-level-at-a-time display is simpler to implement.</description>
		<content:encoded><![CDATA[<p>I agree, Anthony.</p>
<p>The moment I come across a clean and elegant way to display the tree, I&#8217;m sure I&#8217;ll post about it.</p>
<p>In the meantime, with my current project I&#8217;ve moved away from a design involving displaying multiple levels/branches of a hierarchy all at once. I may revisit that concept, though right now I&#8217;m feeling good about the decision to start with everything collapsed and fetch a single level when an item is expanded.</p>
<p>I suppose I won&#8217;t know whether it&#8217;s truly more responsive to load an entire tree up front until I do some testing; both methods have trade-offs but the one-level-at-a-time display is simpler to implement.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony ETtinger</title>
		<link>http://3dmdesign.com/development/displaying-a-hierarchy-and-acts_as_tree/comment-page-1#comment-2150</link>
		<dc:creator>Anthony ETtinger</dc:creator>
		<pubDate>Thu, 02 Aug 2007 07:25:58 +0000</pubDate>
		<guid isPermaLink="false">http://3dmdesign.com/dev-journal/rails-application-development/displaying-a-hierarchy-and-acts_as_tree#comment-2150</guid>
		<description>I&#039;m leary of hardcoding HTML into my helper...I&#039;m sure there is probably an easy way to do this, to get the entire tree and walk it...but I have not discovered it yet.</description>
		<content:encoded><![CDATA[<p>I&#8217;m leary of hardcoding HTML into my helper&#8230;I&#8217;m sure there is probably an easy way to do this, to get the entire tree and walk it&#8230;but I have not discovered it yet.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

