<?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: Making a Content Slider with jQuery UI</title>
	<atom:link href="http://net.tutsplus.com/tutorials/javascript-ajax/making-a-content-slider-with-jquery-ui/feed/" rel="self" type="application/rss+xml" />
	<link>http://net.tutsplus.com/tutorials/javascript-ajax/making-a-content-slider-with-jquery-ui/</link>
	<description>Web Development &#38; Design Tutorials</description>
	<lastBuildDate>Sat, 20 Mar 2010 12:18:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: param</title>
		<link>http://net.tutsplus.com/tutorials/javascript-ajax/making-a-content-slider-with-jquery-ui/comment-page-2/#comment-180064</link>
		<dc:creator>param</dc:creator>
		<pubDate>Wed, 27 Jan 2010 08:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5763#comment-180064</guid>
		<description>Hey Dan,

This is a really good utility.
There is, however, an issue when I am trying to implement the content slider inside an ajax div.

i.e. creat the slider in a page say slider.php and then load slider.php in a div on another page
$(&quot;#divslider&quot;).load(&quot;slider.php&quot;);

JS Errors
Line: 117875032
Error: Invalid argument.

Line: 117875022
Error: Object doesn&#039;t support this property or method

Have you ever come accross these errors earlier?


Thanks</description>
		<content:encoded><![CDATA[<p>Hey Dan,</p>
<p>This is a really good utility.<br />
There is, however, an issue when I am trying to implement the content slider inside an ajax div.</p>
<p>i.e. creat the slider in a page say slider.php and then load slider.php in a div on another page<br />
$(&#8220;#divslider&#8221;).load(&#8220;slider.php&#8221;);</p>
<p>JS Errors<br />
Line: 117875032<br />
Error: Invalid argument.</p>
<p>Line: 117875022<br />
Error: Object doesn&#8217;t support this property or method</p>
<p>Have you ever come accross these errors earlier?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://net.tutsplus.com/tutorials/javascript-ajax/making-a-content-slider-with-jquery-ui/comment-page-2/#comment-173216</link>
		<dc:creator>john</dc:creator>
		<pubDate>Fri, 22 Jan 2010 09:48:38 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5763#comment-173216</guid>
		<description>i love wordpress, but i find there&#039;s no such userful plugin can be used on wordpress. thanks for your works, if you can deveople the wp plugin of this, it will be great!</description>
		<content:encoded><![CDATA[<p>i love wordpress, but i find there&#8217;s no such userful plugin can be used on wordpress. thanks for your works, if you can deveople the wp plugin of this, it will be great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://net.tutsplus.com/tutorials/javascript-ajax/making-a-content-slider-with-jquery-ui/comment-page-2/#comment-173215</link>
		<dc:creator>john</dc:creator>
		<pubDate>Fri, 22 Jan 2010 09:47:38 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5763#comment-173215</guid>
		<description>i am a chinese, i love wordpress, but i find there&#039;s no such userful plugin can be used on wordpress. thanks for your works, if you can deveople the wp plugin of this, it will be great!</description>
		<content:encoded><![CDATA[<p>i am a chinese, i love wordpress, but i find there&#8217;s no such userful plugin can be used on wordpress. thanks for your works, if you can deveople the wp plugin of this, it will be great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Indialike</title>
		<link>http://net.tutsplus.com/tutorials/javascript-ajax/making-a-content-slider-with-jquery-ui/comment-page-2/#comment-170796</link>
		<dc:creator>Indialike</dc:creator>
		<pubDate>Thu, 21 Jan 2010 05:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5763#comment-170796</guid>
		<description>Very nice and useful tutorials for web designers,
Thanks for posting.</description>
		<content:encoded><![CDATA[<p>Very nice and useful tutorials for web designers,<br />
Thanks for posting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wojciech Twardowski</title>
		<link>http://net.tutsplus.com/tutorials/javascript-ajax/making-a-content-slider-with-jquery-ui/comment-page-2/#comment-156884</link>
		<dc:creator>Wojciech Twardowski</dc:creator>
		<pubDate>Mon, 04 Jan 2010 14:35:26 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5763#comment-156884</guid>
		<description>You might want to replace
&quot;conveyor.css(&quot;width&quot;, item.length * parseInt(item.css(&quot;width&quot;)));&quot; and 
&quot;max: (item.length * parseInt(item.css(&quot;width&quot;))) - parseInt($(&quot;.viewer&quot;, $(&quot;#sliderContent&quot;)).css(&quot;width&quot;)),&quot; with:
&quot; conveyor.css(&quot;width&quot;, item.length * (parseInt(item.css(&quot;width&quot;)) + parseInt(item.css(&#039;paddingLeft&#039;)) + parseInt(item.css(&#039;paddingRight&#039;))));&quot; and 
&quot; max: (item.length * (parseInt(item.css(&quot;width&quot;)) + parseInt(item.css(&#039;paddingLeft&#039;)) + parseInt(item.css(&#039;paddingRight&#039;)))) - parseInt($(&quot;.viewer&quot;, $(&quot;.products-list&quot;)).css(&quot;width&quot;)),&quot;.
I spent a lfair amount of time trying to figure out why the last item won&#039;t show ;)</description>
		<content:encoded><![CDATA[<p>You might want to replace<br />
&#8220;conveyor.css(&#8220;width&#8221;, item.length * parseInt(item.css(&#8220;width&#8221;)));&#8221; and<br />
&#8220;max: (item.length * parseInt(item.css(&#8220;width&#8221;))) &#8211; parseInt($(&#8220;.viewer&#8221;, $(&#8220;#sliderContent&#8221;)).css(&#8220;width&#8221;)),&#8221; with:<br />
&#8221; conveyor.css(&#8220;width&#8221;, item.length * (parseInt(item.css(&#8220;width&#8221;)) + parseInt(item.css(&#8216;paddingLeft&#8217;)) + parseInt(item.css(&#8216;paddingRight&#8217;))));&#8221; and<br />
&#8221; max: (item.length * (parseInt(item.css(&#8220;width&#8221;)) + parseInt(item.css(&#8216;paddingLeft&#8217;)) + parseInt(item.css(&#8216;paddingRight&#8217;)))) &#8211; parseInt($(&#8220;.viewer&#8221;, $(&#8220;.products-list&#8221;)).css(&#8220;width&#8221;)),&#8221;.<br />
I spent a lfair amount of time trying to figure out why the last item won&#8217;t show <img src='http://net.tutsplus.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jesudas</title>
		<link>http://net.tutsplus.com/tutorials/javascript-ajax/making-a-content-slider-with-jquery-ui/comment-page-2/#comment-138805</link>
		<dc:creator>jesudas</dc:creator>
		<pubDate>Mon, 30 Nov 2009 11:20:10 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5763#comment-138805</guid>
		<description>hey..well man....

I have found one bug..which was just on mind while implementing...the ur code...

that when u add new items or list to the ur slider...its only count the width of the list/content/item....its not adding the  lmargin and padding...which i have add for my purpose....

thanks and reagrds</description>
		<content:encoded><![CDATA[<p>hey..well man&#8230;.</p>
<p>I have found one bug..which was just on mind while implementing&#8230;the ur code&#8230;</p>
<p>that when u add new items or list to the ur slider&#8230;its only count the width of the list/content/item&#8230;.its not adding the  lmargin and padding&#8230;which i have add for my purpose&#8230;.</p>
<p>thanks and reagrds</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jesudas</title>
		<link>http://net.tutsplus.com/tutorials/javascript-ajax/making-a-content-slider-with-jquery-ui/comment-page-2/#comment-138781</link>
		<dc:creator>jesudas</dc:creator>
		<pubDate>Mon, 30 Nov 2009 10:07:37 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5763#comment-138781</guid>
		<description>Hi Dan wellman,

As per name ur doing good job...


I have used in my site...its amazing..but problem is i have add 16 itmes but it only show 13 only..


if i am adding 12 its only show...9 ...


what may be the issue...

please help...wellman...</description>
		<content:encoded><![CDATA[<p>Hi Dan wellman,</p>
<p>As per name ur doing good job&#8230;</p>
<p>I have used in my site&#8230;its amazing..but problem is i have add 16 itmes but it only show 13 only..</p>
<p>if i am adding 12 its only show&#8230;9 &#8230;</p>
<p>what may be the issue&#8230;</p>
<p>please help&#8230;wellman&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: droomagon</title>
		<link>http://net.tutsplus.com/tutorials/javascript-ajax/making-a-content-slider-with-jquery-ui/comment-page-2/#comment-133492</link>
		<dc:creator>droomagon</dc:creator>
		<pubDate>Thu, 19 Nov 2009 06:41:18 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5763#comment-133492</guid>
		<description>any idea when you click on the block (on the scrollbar), it would slightly jump? how can i fix that ?</description>
		<content:encoded><![CDATA[<p>any idea when you click on the block (on the scrollbar), it would slightly jump? how can i fix that ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gunpower</title>
		<link>http://net.tutsplus.com/tutorials/javascript-ajax/making-a-content-slider-with-jquery-ui/comment-page-2/#comment-123723</link>
		<dc:creator>Gunpower</dc:creator>
		<pubDate>Sun, 25 Oct 2009 19:27:47 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5763#comment-123723</guid>
		<description>Hi,

Thanks for the great tutorial!
Is it possible that you make one with mysql?
I would really appreciate that!

Greetz!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for the great tutorial!<br />
Is it possible that you make one with mysql?<br />
I would really appreciate that!</p>
<p>Greetz!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elmolulu</title>
		<link>http://net.tutsplus.com/tutorials/javascript-ajax/making-a-content-slider-with-jquery-ui/comment-page-2/#comment-120573</link>
		<dc:creator>elmolulu</dc:creator>
		<pubDate>Tue, 20 Oct 2009 19:37:07 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5763#comment-120573</guid>
		<description>Hi, thank you for this wonderful tutorial. I was trying to create something like the apple&#039;s slider. There is another jquery tutorial out there, but it only works with older version of jquery. Would it be possible for you to show me how to add labels in the scroll bar so that when you click on the label, it will jump to that section accordingly? Your help is greatly appreciated!</description>
		<content:encoded><![CDATA[<p>Hi, thank you for this wonderful tutorial. I was trying to create something like the apple&#8217;s slider. There is another jquery tutorial out there, but it only works with older version of jquery. Would it be possible for you to show me how to add labels in the scroll bar so that when you click on the label, it will jump to that section accordingly? Your help is greatly appreciated!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

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