<?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 an s3Slider-like jQuery Plugin: New Plus Tutorial</title>
	<atom:link href="http://net.tutsplus.com/articles/news/create-an-s3slider-like-jquery-plugin-new-plus-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://net.tutsplus.com/articles/news/create-an-s3slider-like-jquery-plugin-new-plus-tutorial/</link>
	<description>Web Development &#38; Design Tutorials</description>
	<lastBuildDate>Sat, 21 Nov 2009 22:51:56 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Hamad Adhbiyah</title>
		<link>http://net.tutsplus.com/articles/news/create-an-s3slider-like-jquery-plugin-new-plus-tutorial/#comment-129459</link>
		<dc:creator>Hamad Adhbiyah</dc:creator>
		<pubDate>Wed, 11 Nov 2009 09:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5637#comment-129459</guid>
		<description>nice ..</description>
		<content:encoded><![CDATA[<p>nice ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jitendra Kushwaha</title>
		<link>http://net.tutsplus.com/articles/news/create-an-s3slider-like-jquery-plugin-new-plus-tutorial/#comment-87056</link>
		<dc:creator>Jitendra Kushwaha</dc:creator>
		<pubDate>Mon, 03 Aug 2009 12:59:33 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5637#comment-87056</guid>
		<description>very nice example.............</description>
		<content:encoded><![CDATA[<p>very nice example&#8230;&#8230;&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boban Karišik</title>
		<link>http://net.tutsplus.com/articles/news/create-an-s3slider-like-jquery-plugin-new-plus-tutorial/#comment-80298</link>
		<dc:creator>Boban Karišik</dc:creator>
		<pubDate>Tue, 14 Jul 2009 12:18:25 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5637#comment-80298</guid>
		<description>Basically it is simple. You need to attach an event to mouseover, and set some global variable to true/false if mouse is over or not, and just before you call fadeOut function you need to check if global variable is set to true or false, if it is set to true, you dont call fadeOut...</description>
		<content:encoded><![CDATA[<p>Basically it is simple. You need to attach an event to mouseover, and set some global variable to true/false if mouse is over or not, and just before you call fadeOut function you need to check if global variable is set to true or false, if it is set to true, you dont call fadeOut&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gway</title>
		<link>http://net.tutsplus.com/articles/news/create-an-s3slider-like-jquery-plugin-new-plus-tutorial/#comment-79916</link>
		<dc:creator>gway</dc:creator>
		<pubDate>Tue, 14 Jul 2009 00:34:10 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5637#comment-79916</guid>
		<description>but is there a simple way to pause the slider when mouse is on ?</description>
		<content:encoded><![CDATA[<p>but is there a simple way to pause the slider when mouse is on ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boban Karišik</title>
		<link>http://net.tutsplus.com/articles/news/create-an-s3slider-like-jquery-plugin-new-plus-tutorial/#comment-79128</link>
		<dc:creator>Boban Karišik</dc:creator>
		<pubDate>Sun, 12 Jul 2009 17:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5637#comment-79128</guid>
		<description>you`re welcome :)</description>
		<content:encoded><![CDATA[<p>you`re welcome <img src='http://net.tutsplus.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gway</title>
		<link>http://net.tutsplus.com/articles/news/create-an-s3slider-like-jquery-plugin-new-plus-tutorial/#comment-79108</link>
		<dc:creator>gway</dc:creator>
		<pubDate>Sun, 12 Jul 2009 15:31:34 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5637#comment-79108</guid>
		<description>this is awesome,
thanx for this tut boban,
it saved me hours of work.
i tried to have some slider plugins to work in a website, and it always failed to show properly, and learning how to do it fixed all problems.
thanx a lot</description>
		<content:encoded><![CDATA[<p>this is awesome,<br />
thanx for this tut boban,<br />
it saved me hours of work.<br />
i tried to have some slider plugins to work in a website, and it always failed to show properly, and learning how to do it fixed all problems.<br />
thanx a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elkaz</title>
		<link>http://net.tutsplus.com/articles/news/create-an-s3slider-like-jquery-plugin-new-plus-tutorial/#comment-77164</link>
		<dc:creator>elkaz</dc:creator>
		<pubDate>Sun, 05 Jul 2009 11:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5637#comment-77164</guid>
		<description>Well written script.

To make it cross fade (without testing this)

just rewrite the fadeOut function as so:

var fadeOut     = function(no) {
            $(captions[no]).fadeOut(fxDuration, function() {
                $(items[no]).fadeOut(fxDuration);
                 fadeIn(calcNext(no));
            });
        }</description>
		<content:encoded><![CDATA[<p>Well written script.</p>
<p>To make it cross fade (without testing this)</p>
<p>just rewrite the fadeOut function as so:</p>
<p>var fadeOut     = function(no) {<br />
            $(captions[no]).fadeOut(fxDuration, function() {<br />
                $(items[no]).fadeOut(fxDuration);<br />
                 fadeIn(calcNext(no));<br />
            });<br />
        }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zigh</title>
		<link>http://net.tutsplus.com/articles/news/create-an-s3slider-like-jquery-plugin-new-plus-tutorial/#comment-76905</link>
		<dc:creator>zigh</dc:creator>
		<pubDate>Sat, 04 Jul 2009 03:55:54 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5637#comment-76905</guid>
		<description>Good effort...

But it &#039;very&#039; seriously needs a cross fade</description>
		<content:encoded><![CDATA[<p>Good effort&#8230;</p>
<p>But it &#8216;very&#8217; seriously needs a cross fade</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satk</title>
		<link>http://net.tutsplus.com/articles/news/create-an-s3slider-like-jquery-plugin-new-plus-tutorial/#comment-76871</link>
		<dc:creator>Satk</dc:creator>
		<pubDate>Sat, 04 Jul 2009 00:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5637#comment-76871</guid>
		<description>Really sorry, I just remembered seeing this before never watched it myself.

Just shows why I should keep my mouth shut.</description>
		<content:encoded><![CDATA[<p>Really sorry, I just remembered seeing this before never watched it myself.</p>
<p>Just shows why I should keep my mouth shut.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boban Karišik</title>
		<link>http://net.tutsplus.com/articles/news/create-an-s3slider-like-jquery-plugin-new-plus-tutorial/#comment-76792</link>
		<dc:creator>Boban Karišik</dc:creator>
		<pubDate>Fri, 03 Jul 2009 18:32:26 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5637#comment-76792</guid>
		<description>I can guaranty you that i did this tutorial, not Jeff ;-)

Cheers.</description>
		<content:encoded><![CDATA[<p>I can guaranty you that i did this tutorial, not Jeff <img src='http://net.tutsplus.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!--
This site's performance optimized by W3 Total Cache:

W3 Total Cache improves the user experience of your blog by caching
frequent operations, reducing the weight of various files and providing
transparent content delivery network integration.

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 2/8 queries in 0.007 seconds using memcached
Content Delivery Network via 

Served from: psdtutsplus.com @ 2009-11-21 16:36:09 -->