<?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: Create Featured Content Slider Using jQuery UI</title>
	<atom:link href="http://webdeveloperplus.com/jquery/featured-content-slider-using-jquery-ui/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdeveloperplus.com/jquery/featured-content-slider-using-jquery-ui/</link>
	<description>The Ultimate Web Developer&#039;s Resource</description>
	<lastBuildDate>Wed, 27 Jan 2010 15:12:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mp</title>
		<link>http://webdeveloperplus.com/jquery/featured-content-slider-using-jquery-ui/#comment-4491</link>
		<dc:creator>mp</dc:creator>
		<pubDate>Thu, 29 Oct 2009 07:00:43 +0000</pubDate>
		<guid isPermaLink="false">http://webdeveloperplus.com/?p=87#comment-4491</guid>
		<description>What about adding a function to stop the rotation onMouseClick?</description>
		<content:encoded><![CDATA[<p>What about adding a function to stop the rotation onMouseClick?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gkiller</title>
		<link>http://webdeveloperplus.com/jquery/featured-content-slider-using-jquery-ui/#comment-4420</link>
		<dc:creator>gkiller</dc:creator>
		<pubDate>Wed, 28 Oct 2009 14:12:37 +0000</pubDate>
		<guid isPermaLink="false">http://webdeveloperplus.com/?p=87#comment-4420</guid>
		<description>In Internet Explorer, the slider causes one of our accordion menus to slow down and have jerky movement when it is opened-closed. We also have a drop down menu that falls behind the slider causing it not to be viewable.  We adjusted the z-index and for our menu, but the same behavior results.

None of the slowness occurs in Firefox or Safari...of course.

Any thoughts on this?

Thanks</description>
		<content:encoded><![CDATA[<p>In Internet Explorer, the slider causes one of our accordion menus to slow down and have jerky movement when it is opened-closed. We also have a drop down menu that falls behind the slider causing it not to be viewable.  We adjusted the z-index and for our menu, but the same behavior results.</p>
<p>None of the slowness occurs in Firefox or Safari&#8230;of course.</p>
<p>Any thoughts on this?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://webdeveloperplus.com/jquery/featured-content-slider-using-jquery-ui/#comment-4280</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Tue, 27 Oct 2009 08:33:24 +0000</pubDate>
		<guid isPermaLink="false">http://webdeveloperplus.com/?p=87#comment-4280</guid>
		<description>This above does work, but once you click a tab it does not pause again.

What I did was wrap the &quot;fragment&quot; divs with a new div (#tabspanel) then assign it the CSS of &quot;#featured .ui-tabs-panel&quot;

I then changed this:
$(”#featured”).hover(

to this:
$(”#tabspanel”).hover(

Works perfectly! It only pauses when your mouse is over the Fragment blocks.</description>
		<content:encoded><![CDATA[<p>This above does work, but once you click a tab it does not pause again.</p>
<p>What I did was wrap the &#8220;fragment&#8221; divs with a new div (#tabspanel) then assign it the CSS of &#8220;#featured .ui-tabs-panel&#8221;</p>
<p>I then changed this:<br />
$(”#featured”).hover(</p>
<p>to this:<br />
$(”#tabspanel”).hover(</p>
<p>Works perfectly! It only pauses when your mouse is over the Fragment blocks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://webdeveloperplus.com/jquery/featured-content-slider-using-jquery-ui/#comment-4279</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Tue, 27 Oct 2009 08:20:36 +0000</pubDate>
		<guid isPermaLink="false">http://webdeveloperplus.com/?p=87#comment-4279</guid>
		<description>Advice to get the PAUSE on HOVER to work.

Insert Vernon&#039;s code:
$(document).ready(function(){
$(&quot;#featured&quot;).tabs({fx:{opacity: &quot;toggle&quot;}}).tabs(&quot;rotate&quot;, 5000, true);
$(&quot;#featured&quot;).hover(
function() {
$(&quot;#featured&quot;).tabs(&quot;rotate&quot;,0,true);
},
function() {
$(&quot;#featured&quot;).tabs(&quot;rotate&quot;,5000,true);
}
);
});


Below the HTML of the slider.</description>
		<content:encoded><![CDATA[<p>Advice to get the PAUSE on HOVER to work.</p>
<p>Insert Vernon&#8217;s code:<br />
$(document).ready(function(){<br />
$(&#8220;#featured&#8221;).tabs({fx:{opacity: &#8220;toggle&#8221;}}).tabs(&#8220;rotate&#8221;, 5000, true);<br />
$(&#8220;#featured&#8221;).hover(<br />
function() {<br />
$(&#8220;#featured&#8221;).tabs(&#8220;rotate&#8221;,0,true);<br />
},<br />
function() {<br />
$(&#8220;#featured&#8221;).tabs(&#8220;rotate&#8221;,5000,true);<br />
}<br />
);<br />
});</p>
<p>Below the HTML of the slider.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TransDisplay</title>
		<link>http://webdeveloperplus.com/jquery/featured-content-slider-using-jquery-ui/#comment-3975</link>
		<dc:creator>TransDisplay</dc:creator>
		<pubDate>Sat, 24 Oct 2009 10:13:55 +0000</pubDate>
		<guid isPermaLink="false">http://webdeveloperplus.com/?p=87#comment-3975</guid>
		<description>Nice tutorial mate, i&#039;ll try that to create a nice addons

Thanks</description>
		<content:encoded><![CDATA[<p>Nice tutorial mate, i&#8217;ll try that to create a nice addons</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gkiller</title>
		<link>http://webdeveloperplus.com/jquery/featured-content-slider-using-jquery-ui/#comment-3797</link>
		<dc:creator>gkiller</dc:creator>
		<pubDate>Wed, 21 Oct 2009 15:51:06 +0000</pubDate>
		<guid isPermaLink="false">http://webdeveloperplus.com/?p=87#comment-3797</guid>
		<description>Really great tutorial.  The only issues I am having are the following:

1. Our jQuery accordion navigation menu now has a slow jerky animation when opening/closing.  Is there a way to resolve this?

2. Our primary top level navigation  drop-down menus (also jQuery) fall behind the news slider.  Is there a way to make the drop down menus open on top of the slider? 

Thanks</description>
		<content:encoded><![CDATA[<p>Really great tutorial.  The only issues I am having are the following:</p>
<p>1. Our jQuery accordion navigation menu now has a slow jerky animation when opening/closing.  Is there a way to resolve this?</p>
<p>2. Our primary top level navigation  drop-down menus (also jQuery) fall behind the news slider.  Is there a way to make the drop down menus open on top of the slider? </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Green</title>
		<link>http://webdeveloperplus.com/jquery/featured-content-slider-using-jquery-ui/#comment-3784</link>
		<dc:creator>Ben Green</dc:creator>
		<pubDate>Wed, 21 Oct 2009 09:56:15 +0000</pubDate>
		<guid isPermaLink="false">http://webdeveloperplus.com/?p=87#comment-3784</guid>
		<description>Hi all, can someone let em know how to get two of those working on the same page? I have created a whole new HTML section, with the ID featured2, and created all the CSS for this, I have then changed the call to this, but the second one still doesnt play: 
	$(document).ready(function(){
		$(&quot;#featured &gt; ul&quot;).tabs({fx:{opacity: &quot;toggle&quot;}}).tabs(&quot;rotate&quot;, 5000, true);
		$(&quot;#featured2 &gt; ul&quot;).tabs({fx:{opacity: &quot;toggle&quot;}}).tabs(&quot;rotate&quot;, 5000, true);
	});</description>
		<content:encoded><![CDATA[<p>Hi all, can someone let em know how to get two of those working on the same page? I have created a whole new HTML section, with the ID featured2, and created all the CSS for this, I have then changed the call to this, but the second one still doesnt play:<br />
	$(document).ready(function(){<br />
		$(&#8220;#featured &gt; ul&#8221;).tabs({fx:{opacity: &#8220;toggle&#8221;}}).tabs(&#8220;rotate&#8221;, 5000, true);<br />
		$(&#8220;#featured2 &gt; ul&#8221;).tabs({fx:{opacity: &#8220;toggle&#8221;}}).tabs(&#8220;rotate&#8221;, 5000, true);<br />
	});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gie</title>
		<link>http://webdeveloperplus.com/jquery/featured-content-slider-using-jquery-ui/#comment-3705</link>
		<dc:creator>Gie</dc:creator>
		<pubDate>Tue, 20 Oct 2009 06:58:20 +0000</pubDate>
		<guid isPermaLink="false">http://webdeveloperplus.com/?p=87#comment-3705</guid>
		<description>I will implement this to my web project..., thanks a alot..</description>
		<content:encoded><![CDATA[<p>I will implement this to my web project&#8230;, thanks a alot..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikesh ponnen</title>
		<link>http://webdeveloperplus.com/jquery/featured-content-slider-using-jquery-ui/#comment-3663</link>
		<dc:creator>Nikesh ponnen</dc:creator>
		<pubDate>Mon, 19 Oct 2009 10:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://webdeveloperplus.com/?p=87#comment-3663</guid>
		<description>i am gettingsome problem with ie

http://revelomax.blogspot.com/</description>
		<content:encoded><![CDATA[<p>i am gettingsome problem with ie</p>
<p><a href="http://revelomax.blogspot.com/" rel="nofollow">http://revelomax.blogspot.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mustafa Balaban</title>
		<link>http://webdeveloperplus.com/jquery/featured-content-slider-using-jquery-ui/#comment-3600</link>
		<dc:creator>Mustafa Balaban</dc:creator>
		<pubDate>Sat, 17 Oct 2009 14:23:35 +0000</pubDate>
		<guid isPermaLink="false">http://webdeveloperplus.com/?p=87#comment-3600</guid>
		<description>good job! =)</description>
		<content:encoded><![CDATA[<p>good job! =)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.361 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-12 21:54:04 -->
