<?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: Up and Down slider using&#160;JQuery</title>
	<atom:link href="http://www.thatagency.com/design-studio-blog/2009/02/up-and-down-slider-using-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thatagency.com/design-studio-blog/2009/02/up-and-down-slider-using-jquery/</link>
	<description>It's About You, Not Us.</description>
	<lastBuildDate>Wed, 10 Mar 2010 11:30:07 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Peter</title>
		<link>http://www.thatagency.com/design-studio-blog/2009/02/up-and-down-slider-using-jquery/comment-page-1/#comment-1945</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 01 Dec 2009 20:13:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.thatagency.com/design-studio-blog/?p=555#comment-1945</guid>
		<description>is there an option of having the default hidden? where you click on show and the rest drops down?</description>
		<content:encoded><![CDATA[<p>is there an option of having the default hidden? where you click on show and the rest drops down?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BeBeN</title>
		<link>http://www.thatagency.com/design-studio-blog/2009/02/up-and-down-slider-using-jquery/comment-page-1/#comment-1917</link>
		<dc:creator>BeBeN</dc:creator>
		<pubDate>Sun, 22 Nov 2009 15:42:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.thatagency.com/design-studio-blog/?p=555#comment-1917</guid>
		<description>great great...so dynamic</description>
		<content:encoded><![CDATA[<p>great great&#8230;so dynamic</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shahriar Hyder</title>
		<link>http://www.thatagency.com/design-studio-blog/2009/02/up-and-down-slider-using-jquery/comment-page-1/#comment-1770</link>
		<dc:creator>Shahriar Hyder</dc:creator>
		<pubDate>Mon, 12 Oct 2009 05:12:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.thatagency.com/design-studio-blog/?p=555#comment-1770</guid>
		<description>Nice one mate. I have also added the link to your post in my Ultimate collection of top jQuery tutorials, tips-tricks and techniques to improve performance. Have a check below:

http://technosiastic.wordpress.com/2009/09/24/collection-of-top-jquery-tutorials-tips-tricks-techniques-to-improve-performance/</description>
		<content:encoded><![CDATA[<p>Nice one mate. I have also added the link to your post in my Ultimate collection of top jQuery tutorials, tips-tricks and techniques to improve performance. Have a check below:</p>
<p><a href="http://technosiastic.wordpress.com/2009/09/24/collection-of-top-jquery-tutorials-tips-tricks-techniques-to-improve-performance/" rel="nofollow">http://technosiastic.wordpress.com/2009/09/24/collection-of-top-jquery-tutorials-tips-tricks-techniques-to-improve-performance/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://www.thatagency.com/design-studio-blog/2009/02/up-and-down-slider-using-jquery/comment-page-1/#comment-174</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Tue, 03 Feb 2009 21:46:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.thatagency.com/design-studio-blog/?p=555#comment-174</guid>
		<description>&lt;b&gt;@Neil&lt;/b&gt;, Thanks! that was exactly where I had seen it. I feel better now knowing that he can get his proper credit (&lt;a href=&quot;http://woork.blogspot.com/2008/03/sliding-top-panel-using-mootools_05.html&quot; title=&quot;Antonio Lupetti&#039;s moo-tools example&quot; rel=&quot;nofollow&quot;&gt;Antonio Lupetti&#039;s moo-tools example&lt;/a&gt;)


&lt;b&gt;@Bennor&lt;/b&gt;, I think you are right. most developers; I believe, get around it by using jquery easing plugin, but moo-tools seems to have a better grasp at this. (but i will stay with jQuery).


&lt;b&gt;@badger&lt;/b&gt;, sure!  add display:none; to the #top-panel{} css and change the Show in the sub-panel div to Hide. Hope that helps.


&lt;b&gt;@Adeline&lt;/b&gt;, he used moo-tools and he calls the moo-tools JS in his example. same way I call the jQuery.js.  I dont use any other plugins in this example, but the call to jQuery.</description>
		<content:encoded><![CDATA[<p><b>@Neil</b>, Thanks! that was exactly where I had seen it. I feel better now knowing that he can get his proper credit (<a href="http://woork.blogspot.com/2008/03/sliding-top-panel-using-mootools_05.html" title="Antonio Lupetti's moo-tools example" rel="nofollow">Antonio Lupetti&#8217;s moo-tools example</a>)</p>
<p><b>@Bennor</b>, I think you are right. most developers; I believe, get around it by using jquery easing plugin, but moo-tools seems to have a better grasp at this. (but i will stay with jQuery).</p>
<p><b>@badger</b>, sure!  add display:none; to the #top-panel{} css and change the Show in the sub-panel div to Hide. Hope that helps.</p>
<p><b>@Adeline</b>, he used moo-tools and he calls the moo-tools JS in his example. same way I call the jQuery.js.  I dont use any other plugins in this example, but the call to jQuery.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bennor McCarthy</title>
		<link>http://www.thatagency.com/design-studio-blog/2009/02/up-and-down-slider-using-jquery/comment-page-1/#comment-173</link>
		<dc:creator>Bennor McCarthy</dc:creator>
		<pubDate>Tue, 03 Feb 2009 20:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.thatagency.com/design-studio-blog/?p=555#comment-173</guid>
		<description>The bouncing is a common issue with the jquery sliding functions. I believe it has something to do with a dodgy height calculation when there are margins and padding in the CSS, and you can work around it by setting a fixed height for the element you are sliding.</description>
		<content:encoded><![CDATA[<p>The bouncing is a common issue with the jquery sliding functions. I believe it has something to do with a dodgy height calculation when there are margins and padding in the CSS, and you can work around it by setting a fixed height for the element you are sliding.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://www.thatagency.com/design-studio-blog/2009/02/up-and-down-slider-using-jquery/comment-page-1/#comment-169</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Tue, 03 Feb 2009 19:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.thatagency.com/design-studio-blog/?p=555#comment-169</guid>
		<description>Sorry about that. Download link should work now.</description>
		<content:encoded><![CDATA[<p>Sorry about that. Download link should work now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: badger</title>
		<link>http://www.thatagency.com/design-studio-blog/2009/02/up-and-down-slider-using-jquery/comment-page-1/#comment-168</link>
		<dc:creator>badger</dc:creator>
		<pubDate>Tue, 03 Feb 2009 19:20:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.thatagency.com/design-studio-blog/?p=555#comment-168</guid>
		<description>I just happen to be looking for something along these lines. But when the page loads, I would like it to be in the closed state. Then click and it opens. I am some what new to JQuery, have any suggestions?</description>
		<content:encoded><![CDATA[<p>I just happen to be looking for something along these lines. But when the page loads, I would like it to be in the closed state. Then click and it opens. I am some what new to JQuery, have any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil</title>
		<link>http://www.thatagency.com/design-studio-blog/2009/02/up-and-down-slider-using-jquery/comment-page-1/#comment-167</link>
		<dc:creator>Neil</dc:creator>
		<pubDate>Tue, 03 Feb 2009 16:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.thatagency.com/design-studio-blog/?p=555#comment-167</guid>
		<description>Hi Rich
I think it might have been on Woork
http://woork.blogspot.com/2008/03/sliding-top-panel-using-mootools_05.html

Thanks for porting it to jquery. There are a few cool effects in mootools without exact jquery versions so you increase people&#039;s choice every time you do something like this.</description>
		<content:encoded><![CDATA[<p>Hi Rich<br />
I think it might have been on Woork<br />
<a href="http://woork.blogspot.com/2008/03/sliding-top-panel-using-mootools_05.html" rel="nofollow">http://woork.blogspot.com/2008/03/sliding-top-panel-using-mootools_05.html</a></p>
<p>Thanks for porting it to jquery. There are a few cool effects in mootools without exact jquery versions so you increase people&#8217;s choice every time you do something like this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: inerd</title>
		<link>http://www.thatagency.com/design-studio-blog/2009/02/up-and-down-slider-using-jquery/comment-page-1/#comment-165</link>
		<dc:creator>inerd</dc:creator>
		<pubDate>Tue, 03 Feb 2009 13:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.thatagency.com/design-studio-blog/?p=555#comment-165</guid>
		<description>download link not working</description>
		<content:encoded><![CDATA[<p>download link not working</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Davis</title>
		<link>http://www.thatagency.com/design-studio-blog/2009/02/up-and-down-slider-using-jquery/comment-page-1/#comment-164</link>
		<dc:creator>Paul Davis</dc:creator>
		<pubDate>Tue, 03 Feb 2009 12:45:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.thatagency.com/design-studio-blog/?p=555#comment-164</guid>
		<description>Looks good! But the download link doesn&#039;t work. :(</description>
		<content:encoded><![CDATA[<p>Looks good! But the download link doesn&#8217;t work. <img src='http://www.thatagency.com/design-studio-blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
