<?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: Displaying a hierarchy and acts_as_tree</title>
	<atom:link href="http://dev-journal.3dmdesign.com/development/displaying-a-hierarchy-and-acts_as_tree/feed" rel="self" type="application/rss+xml" />
	<link>http://dev-journal.3dmdesign.com/development/displaying-a-hierarchy-and-acts_as_tree</link>
	<description>JavaScript and Ruby on Rails Application Development Journal</description>
	<pubDate>Tue, 06 Jan 2009 05:50:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Scott - 3DM Design</title>
		<link>http://dev-journal.3dmdesign.com/development/displaying-a-hierarchy-and-acts_as_tree#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'm sure I'll post about it.

In the meantime, with my current project I'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'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't know whether it'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://dev-journal.3dmdesign.com/development/displaying-a-hierarchy-and-acts_as_tree#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'm leary of hardcoding HTML into my helper...I'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>
