<?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 for Design Gala</title>
	<atom:link href="http://designgala.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://designgala.com</link>
	<description>Web Usability, Web Technology, User Experience</description>
	<lastBuildDate>Tue, 15 Nov 2011 13:23:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on How to expand collapse (toggle) div layer using jQuery by Nirav Bhavsar</title>
		<link>http://designgala.com/how-to-expand-collapse-toggle-div-layer-using-jquery/comment-page-2/#comment-6723</link>
		<dc:creator>Nirav Bhavsar</dc:creator>
		<pubDate>Tue, 15 Nov 2011 13:23:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.designgala.com/?p=331#comment-6723</guid>
		<description>I need to impliment facility to expand all and collapse all in above given example. so is any script which works here.p
if possible then give me script.

Thanks</description>
		<content:encoded><![CDATA[<p>I need to impliment facility to expand all and collapse all in above given example. so is any script which works here.p<br />
if possible then give me script.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to expand collapse (toggle) div layer using jQuery by jenny</title>
		<link>http://designgala.com/how-to-expand-collapse-toggle-div-layer-using-jquery/comment-page-2/#comment-6716</link>
		<dc:creator>jenny</dc:creator>
		<pubDate>Fri, 11 Nov 2011 11:50:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.designgala.com/?p=331#comment-6716</guid>
		<description>hi, it just worked fine :)......but then shows a scrolls bar , once it shrinks back.....i dont want that scroll bar....how to overcome ?this</description>
		<content:encoded><![CDATA[<p>hi, it just worked fine :)&#8230;&#8230;but then shows a scrolls bar , once it shrinks back&#8230;..i dont want that scroll bar&#8230;.how to overcome ?this</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to refresh DIV using jquery by June</title>
		<link>http://designgala.com/how-to-refresh-div-using-jquery/comment-page-1/#comment-6715</link>
		<dc:creator>June</dc:creator>
		<pubDate>Fri, 11 Nov 2011 09:08:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.designgala.com/?p=943#comment-6715</guid>
		<description>good thing i found this.  
I can use in my website actually 2 websites   :)</description>
		<content:encoded><![CDATA[<p>good thing i found this.<br />
I can use in my website actually 2 websites   :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to expand collapse (toggle) div layer using jQuery by Yogesh Gandhi</title>
		<link>http://designgala.com/how-to-expand-collapse-toggle-div-layer-using-jquery/comment-page-2/#comment-6712</link>
		<dc:creator>Yogesh Gandhi</dc:creator>
		<pubDate>Thu, 10 Nov 2011 16:13:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.designgala.com/?p=331#comment-6712</guid>
		<description>Thanks to my friend jashwant, who helped me figure out the problem while implementing this on blog.


The problem was the the content class was already being used in my blog.

I changed the name of the class and it worked.</description>
		<content:encoded><![CDATA[<p>Thanks to my friend jashwant, who helped me figure out the problem while implementing this on blog.</p>
<p>The problem was the the content class was already being used in my blog.</p>
<p>I changed the name of the class and it worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to expand collapse (toggle) div layer using jQuery by Yogesh Gandhi</title>
		<link>http://designgala.com/how-to-expand-collapse-toggle-div-layer-using-jquery/comment-page-1/#comment-6711</link>
		<dc:creator>Yogesh Gandhi</dc:creator>
		<pubDate>Thu, 10 Nov 2011 15:25:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.designgala.com/?p=331#comment-6711</guid>
		<description>Thanks for the wonderful tutorial.

but I was trying to integerate this with my blogger.

But it is not working there.....my blog just goes blank....
Couldn&#039;t figure out the reason..

The moment I write $(&quot;.content&quot;).hide();

IT breaks !!


Can you please help?</description>
		<content:encoded><![CDATA[<p>Thanks for the wonderful tutorial.</p>
<p>but I was trying to integerate this with my blogger.</p>
<p>But it is not working there&#8230;..my blog just goes blank&#8230;.<br />
Couldn&#8217;t figure out the reason..</p>
<p>The moment I write $(&#8220;.content&#8221;).hide();</p>
<p>IT breaks !!</p>
<p>Can you please help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to refresh DIV using jquery by DavidB</title>
		<link>http://designgala.com/how-to-refresh-div-using-jquery/comment-page-1/#comment-6665</link>
		<dc:creator>DavidB</dc:creator>
		<pubDate>Fri, 21 Oct 2011 18:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.designgala.com/?p=943#comment-6665</guid>
		<description>This works well. My query is about the syntax of the statement:

$(&#039;#loaddiv&#039;).fadeOut(&#039;slow&#039;).load(&#039;reload.php&#039;).fadeIn(&quot;slow&quot;);

I haven&#039;t seen this sort of sequential chaining of methods before but I am guessing it is equivalent to:

$(&#039;#loaddiv&#039;).fadeOut(&#039;slow&#039;);
$(&#039;#loaddiv&#039;).load(&#039;reload.php&#039;);
$(&#039;#loaddiv&#039;).fadeIn(&#039;slow&#039;);

I can&#039;t find this syntax documented anywhere. Is it a Javascript or a JQuery syntax? In either case could anyone point me to some documentation that explains it. It isn&#039;t explained in my Javascript manual.</description>
		<content:encoded><![CDATA[<p>This works well. My query is about the syntax of the statement:</p>
<p>$(&#8216;#loaddiv&#8217;).fadeOut(&#8216;slow&#8217;).load(&#8216;reload.php&#8217;).fadeIn(&#8220;slow&#8221;);</p>
<p>I haven&#8217;t seen this sort of sequential chaining of methods before but I am guessing it is equivalent to:</p>
<p>$(&#8216;#loaddiv&#8217;).fadeOut(&#8216;slow&#8217;);<br />
$(&#8216;#loaddiv&#8217;).load(&#8216;reload.php&#8217;);<br />
$(&#8216;#loaddiv&#8217;).fadeIn(&#8216;slow&#8217;);</p>
<p>I can&#8217;t find this syntax documented anywhere. Is it a Javascript or a JQuery syntax? In either case could anyone point me to some documentation that explains it. It isn&#8217;t explained in my Javascript manual.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to expand collapse (toggle) div layer using jQuery by Annika</title>
		<link>http://designgala.com/how-to-expand-collapse-toggle-div-layer-using-jquery/comment-page-1/#comment-6638</link>
		<dc:creator>Annika</dc:creator>
		<pubDate>Mon, 10 Oct 2011 19:39:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.designgala.com/?p=331#comment-6638</guid>
		<description>this was very useful! thank you! I am just wondering if there&#039;s a way to style the &quot;active&quot; .heading using css? for example, when i click on a heading, I want that heading to stand out from the other headings.... thanks for any help</description>
		<content:encoded><![CDATA[<p>this was very useful! thank you! I am just wondering if there&#8217;s a way to style the &#8220;active&#8221; .heading using css? for example, when i click on a heading, I want that heading to stand out from the other headings&#8230;. thanks for any help</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 8 Best WordPress Video Plugins by Oskar</title>
		<link>http://designgala.com/8-best-wordpress-video-plugins/comment-page-1/#comment-6636</link>
		<dc:creator>Oskar</dc:creator>
		<pubDate>Fri, 07 Oct 2011 09:46:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.designgala.com/?p=2030#comment-6636</guid>
		<description>Hi, just want to suggest a new video plugin for Wordpress with built in monetizing and widgets. Check it out: http://wordpress.org/extend/plugins/videofyme/</description>
		<content:encoded><![CDATA[<p>Hi, just want to suggest a new video plugin for WordPress with built in monetizing and widgets. Check it out: <a href="http://wordpress.org/extend/plugins/videofyme/" rel="nofollow">http://wordpress.org/extend/plugins/videofyme/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Top 5 Sites Powered by WordPress by IAN</title>
		<link>http://designgala.com/top-5-sites-powered-by-wordpress/comment-page-1/#comment-6633</link>
		<dc:creator>IAN</dc:creator>
		<pubDate>Sun, 02 Oct 2011 12:49:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.designgala.com/?p=1226#comment-6633</guid>
		<description>Whole Foods NYC (@wholefoodsnyc) on Twitter http://t.co/GuzGtTRZ</description>
		<content:encoded><![CDATA[<p>Whole Foods NYC (@wholefoodsnyc) on Twitter <a href="http://t.co/GuzGtTRZ" rel="nofollow">http://t.co/GuzGtTRZ</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DIV height problem in IE by aashishneelkant</title>
		<link>http://designgala.com/div-height-problem-in-ie/comment-page-1/#comment-6623</link>
		<dc:creator>aashishneelkant</dc:creator>
		<pubDate>Wed, 21 Sep 2011 06:26:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.designgala.com/?p=321#comment-6623</guid>
		<description>apart from header being collapsed and expanded ....it should also ensure that footer is fixed below and whenever i collapse the header  ...the body area should expand leaving the footer as fixed so that the data inside the body area gets the whole space to be viewed.  
can anyone give me solution to this problem please...???? :(</description>
		<content:encoded><![CDATA[<p>apart from header being collapsed and expanded &#8230;.it should also ensure that footer is fixed below and whenever i collapse the header  &#8230;the body area should expand leaving the footer as fixed so that the data inside the body area gets the whole space to be viewed.<br />
can anyone give me solution to this problem please&#8230;???? :(</p>
]]></content:encoded>
	</item>
</channel>
</rss>

