<?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: Accordion Tutorial on NETTUTS</title>
	<atom:link href="http://briancrescimanno.com/2008/06/11/accordion-tutorial-on-nettuts/feed/" rel="self" type="application/rss+xml" />
	<link>http://briancrescimanno.com/2008/06/11/accordion-tutorial-on-nettuts/</link>
	<description>Thoughts on Ajax, Flex, and Rich Internet Applications</description>
	<pubDate>Thu, 04 Dec 2008 03:03:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Kyle</title>
		<link>http://briancrescimanno.com/2008/06/11/accordion-tutorial-on-nettuts/#comment-259</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Sat, 01 Nov 2008 07:19:02 +0000</pubDate>
		<guid isPermaLink="false">http://briancrescimanno.com/?p=12#comment-259</guid>
		<description>Brian - how can i make your accordian so that all menu options are closed on load? I have tried everything that I know and I cant get this to work. I want it so that all visitors have to click on an option prior to any content being shown. Thanks in advance man. Sorry to bother you as well.</description>
		<content:encoded><![CDATA[<p>Brian - how can i make your accordian so that all menu options are closed on load? I have tried everything that I know and I cant get this to work. I want it so that all visitors have to click on an option prior to any content being shown. Thanks in advance man. Sorry to bother you as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: berwanger</title>
		<link>http://briancrescimanno.com/2008/06/11/accordion-tutorial-on-nettuts/#comment-258</link>
		<dc:creator>berwanger</dc:creator>
		<pubDate>Tue, 21 Oct 2008 02:01:52 +0000</pubDate>
		<guid isPermaLink="false">http://briancrescimanno.com/?p=12#comment-258</guid>
		<description>Thanks, Brian.

Sounds viable.  I'll give an onComplete a try.</description>
		<content:encoded><![CDATA[<p>Thanks, Brian.</p>
<p>Sounds viable.  I&#8217;ll give an onComplete a try.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dario</title>
		<link>http://briancrescimanno.com/2008/06/11/accordion-tutorial-on-nettuts/#comment-256</link>
		<dc:creator>Dario</dc:creator>
		<pubDate>Wed, 15 Oct 2008 19:30:05 +0000</pubDate>
		<guid isPermaLink="false">http://briancrescimanno.com/?p=12#comment-256</guid>
		<description>Nevermind..figured it out..duh! 

Again..very nice!</description>
		<content:encoded><![CDATA[<p>Nevermind..figured it out..duh! </p>
<p>Again..very nice!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dario</title>
		<link>http://briancrescimanno.com/2008/06/11/accordion-tutorial-on-nettuts/#comment-255</link>
		<dc:creator>Dario</dc:creator>
		<pubDate>Wed, 15 Oct 2008 00:02:11 +0000</pubDate>
		<guid isPermaLink="false">http://briancrescimanno.com/?p=12#comment-255</guid>
		<description>This is the best "accordion" tutorial I've seen!!

One question, how do I make the first pane be default instead of the second?

Great job!!</description>
		<content:encoded><![CDATA[<p>This is the best &#8220;accordion&#8221; tutorial I&#8217;ve seen!!</p>
<p>One question, how do I make the first pane be default instead of the second?</p>
<p>Great job!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://briancrescimanno.com/2008/06/11/accordion-tutorial-on-nettuts/#comment-254</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Mon, 13 Oct 2008 19:58:45 +0000</pubDate>
		<guid isPermaLink="false">http://briancrescimanno.com/?p=12#comment-254</guid>
		<description>Running script on the dom:loaded event is really only ensuring that the DOM exists when the script is run.  If you're adding that node to the DOM via ajax, simply instantiate the accordion as part of your Ajax callback after the nodes have been added to the DOM.</description>
		<content:encoded><![CDATA[<p>Running script on the dom:loaded event is really only ensuring that the DOM exists when the script is run.  If you&#8217;re adding that node to the DOM via ajax, simply instantiate the accordion as part of your Ajax callback after the nodes have been added to the DOM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: berwanger</title>
		<link>http://briancrescimanno.com/2008/06/11/accordion-tutorial-on-nettuts/#comment-253</link>
		<dc:creator>berwanger</dc:creator>
		<pubDate>Fri, 10 Oct 2008 21:56:48 +0000</pubDate>
		<guid isPermaLink="false">http://briancrescimanno.com/?p=12#comment-253</guid>
		<description>Hey, Brian:

This is a great tutorial.  I've been looking for a good Scriptaculous/Prototype accordion.  

One question though ... I'm trying to display an accordion inside a section that's being added through Ajax.  It's an invisible tab with an accordion on it.

So onload there's no "test-accordion" id in the dom.  

What would you recommend ... appending the header on the ajax call?

Any thoughts would be helpful.</description>
		<content:encoded><![CDATA[<p>Hey, Brian:</p>
<p>This is a great tutorial.  I&#8217;ve been looking for a good Scriptaculous/Prototype accordion.  </p>
<p>One question though &#8230; I&#8217;m trying to display an accordion inside a section that&#8217;s being added through Ajax.  It&#8217;s an invisible tab with an accordion on it.</p>
<p>So onload there&#8217;s no &#8220;test-accordion&#8221; id in the dom.  </p>
<p>What would you recommend &#8230; appending the header on the ajax call?</p>
<p>Any thoughts would be helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D. Robert Pease</title>
		<link>http://briancrescimanno.com/2008/06/11/accordion-tutorial-on-nettuts/#comment-246</link>
		<dc:creator>D. Robert Pease</dc:creator>
		<pubDate>Fri, 29 Aug 2008 13:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://briancrescimanno.com/?p=12#comment-246</guid>
		<description>I loved this tutorial. Very easy to follow, and great results.

Now if you could only do a tutorial on creating modal windows with scriptaculous and prototype.</description>
		<content:encoded><![CDATA[<p>I loved this tutorial. Very easy to follow, and great results.</p>
<p>Now if you could only do a tutorial on creating modal windows with scriptaculous and prototype.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ibrahim</title>
		<link>http://briancrescimanno.com/2008/06/11/accordion-tutorial-on-nettuts/#comment-169</link>
		<dc:creator>Ibrahim</dc:creator>
		<pubDate>Sun, 22 Jun 2008 11:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://briancrescimanno.com/?p=12#comment-169</guid>
		<description>Hi Brian
All the accordion-content divs take the tall of tallest one plz is any modify to let every div take only its tall and thanks for your sharing  .</description>
		<content:encoded><![CDATA[<p>Hi Brian<br />
All the accordion-content divs take the tall of tallest one plz is any modify to let every div take only its tall and thanks for your sharing  .</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.686 seconds -->
