<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Update: Creating a news carousel with jQuery, now with time based switching</title>
	<atom:link href="http://decodeuri.com/2009/01/11/update-creating-a-news-carousel-with-jquery-now-with-time-based-switching/feed/" rel="self" type="application/rss+xml" />
	<link>http://decodeuri.com/2009/01/11/update-creating-a-news-carousel-with-jquery-now-with-time-based-switching/</link>
	<description>blog of Luciano Germán Panaro</description>
	<lastBuildDate>Fri, 11 Jun 2010 20:43:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Jesus</title>
		<link>http://decodeuri.com/2009/01/11/update-creating-a-news-carousel-with-jquery-now-with-time-based-switching/#comment-33</link>
		<dc:creator>Jesus</dc:creator>
		<pubDate>Thu, 04 Mar 2010 22:10:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.decodeuri.com/?p=72#comment-33</guid>
		<description>Hi,

Great script, however I&#039;m getting a behaviour similar to the one mentioned above for FF, but in my case with IE7, for some reason very often it won&#039;t load the second and third images of a total of three, It always loads the first one without problem. I&#039;ve I forze the reload of the page, usually all images come through. In Chrome works fine all the time with all images. Any idea why this may be happening?

Thanks

Jesús</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Great script, however I&#8217;m getting a behaviour similar to the one mentioned above for FF, but in my case with IE7, for some reason very often it won&#8217;t load the second and third images of a total of three, It always loads the first one without problem. I&#8217;ve I forze the reload of the page, usually all images come through. In Chrome works fine all the time with all images. Any idea why this may be happening?</p>
<p>Thanks</p>
<p>Jesús</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://decodeuri.com/2009/01/11/update-creating-a-news-carousel-with-jquery-now-with-time-based-switching/#comment-32</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Fri, 19 Feb 2010 00:34:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.decodeuri.com/?p=72#comment-32</guid>
		<description>I&#039;m implementing this on a site my company is creating. Generally speaking, it works great - however, it doesn&#039;t scale to different zoom-levels in Chrome. Anyone have any idea why this would be, or a fix to stop it?</description>
		<content:encoded><![CDATA[<p>I&#8217;m implementing this on a site my company is creating. Generally speaking, it works great &#8211; however, it doesn&#8217;t scale to different zoom-levels in Chrome. Anyone have any idea why this would be, or a fix to stop it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luciano.panaro</title>
		<link>http://decodeuri.com/2009/01/11/update-creating-a-news-carousel-with-jquery-now-with-time-based-switching/#comment-31</link>
		<dc:creator>luciano.panaro</dc:creator>
		<pubDate>Sun, 05 Jul 2009 01:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.decodeuri.com/?p=72#comment-31</guid>
		<description>@dan: You can use the clearInteval function (https://developer.mozilla.org/en/window.clearInterval). To use this, you will have to get the intervalId that is returned by the setInterval function, so that you can then use it to clear the interval.

Here&#039;s an example of how to use the clearInterval function: https://developer.mozilla.org/en/DOM/window.setInterval#Example

Let me know if that helps :)</description>
		<content:encoded><![CDATA[<p>@dan: You can use the clearInteval function (<a href="https://developer.mozilla.org/en/window.clearInterval" rel="nofollow">https://developer.mozilla.org/en/window.clearInterval</a>). To use this, you will have to get the intervalId that is returned by the setInterval function, so that you can then use it to clear the interval.</p>
<p>Here&#8217;s an example of how to use the clearInterval function: <a href="https://developer.mozilla.org/en/DOM/window.setInterval#Example" rel="nofollow">https://developer.mozilla.org/en/DOM/window.setInterval#Example</a></p>
<p>Let me know if that helps <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan</title>
		<link>http://decodeuri.com/2009/01/11/update-creating-a-news-carousel-with-jquery-now-with-time-based-switching/#comment-30</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Sat, 04 Jul 2009 19:45:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.decodeuri.com/?p=72#comment-30</guid>
		<description>Hi,

Great script, I was wondering is there anyway to reset the timer when someone clicks on a link in the corner?  I&#039;m having a problem when I select another news item it only seems to show for the remainder of the timer before it jumps to the next news.

I guess it just needs a line adding in to stop this but my javascript/jquery isn&#039;t up to much!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Great script, I was wondering is there anyway to reset the timer when someone clicks on a link in the corner?  I&#8217;m having a problem when I select another news item it only seems to show for the remainder of the timer before it jumps to the next news.</p>
<p>I guess it just needs a line adding in to stop this but my javascript/jquery isn&#8217;t up to much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luciano.panaro</title>
		<link>http://decodeuri.com/2009/01/11/update-creating-a-news-carousel-with-jquery-now-with-time-based-switching/#comment-29</link>
		<dc:creator>luciano.panaro</dc:creator>
		<pubDate>Mon, 01 Jun 2009 12:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.decodeuri.com/?p=72#comment-29</guid>
		<description>Hi @Peter. I haven&#039;t experienced that, do you have a public server where I can see it?</description>
		<content:encoded><![CDATA[<p>Hi @Peter. I haven&#8217;t experienced that, do you have a public server where I can see it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://decodeuri.com/2009/01/11/update-creating-a-news-carousel-with-jquery-now-with-time-based-switching/#comment-28</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Mon, 01 Jun 2009 08:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.decodeuri.com/?p=72#comment-28</guid>
		<description>Hi guys.

I am currently implementing this carousel and it works fine under IE7/8.
We have problems however under FF. For some bizarre reason it will not load up random number of pictures from the script. No regularity in this action.

Does it happen to you as well ?

Cheers,
Peter</description>
		<content:encoded><![CDATA[<p>Hi guys.</p>
<p>I am currently implementing this carousel and it works fine under IE7/8.<br />
We have problems however under FF. For some bizarre reason it will not load up random number of pictures from the script. No regularity in this action.</p>
<p>Does it happen to you as well ?</p>
<p>Cheers,<br />
Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabio</title>
		<link>http://decodeuri.com/2009/01/11/update-creating-a-news-carousel-with-jquery-now-with-time-based-switching/#comment-27</link>
		<dc:creator>Fabio</dc:creator>
		<pubDate>Fri, 30 Jan 2009 01:42:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.decodeuri.com/?p=72#comment-27</guid>
		<description>Precisaly what i was looking for, a well functional and light jquery gallery to implement in my website.

The only problme is that i want something more like http://www.msn.com.br main headlines style, instead of a button over the picture i would like it in the left side, working like a navigator with thumbnails.

I will try to work out on it however, see if i can do it with this script.</description>
		<content:encoded><![CDATA[<p>Precisaly what i was looking for, a well functional and light jquery gallery to implement in my website.</p>
<p>The only problme is that i want something more like <a href="http://www.msn.com.br" rel="nofollow">http://www.msn.com.br</a> main headlines style, instead of a button over the picture i would like it in the left side, working like a navigator with thumbnails.</p>
<p>I will try to work out on it however, see if i can do it with this script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luciano.panaro</title>
		<link>http://decodeuri.com/2009/01/11/update-creating-a-news-carousel-with-jquery-now-with-time-based-switching/#comment-26</link>
		<dc:creator>luciano.panaro</dc:creator>
		<pubDate>Wed, 28 Jan 2009 11:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.decodeuri.com/?p=72#comment-26</guid>
		<description>The box&#039;s size is set in the css:

&lt;code&gt;#news_carousel { width: 444px; height: 333px; }&lt;/code&gt;

The images however can have any width (though only the box&#039;s size will be shown). To achieve this the script stores every image&#039;s width in &lt;strong&gt;widths&lt;/strong&gt;

&lt;code&gt;var widths     = [];   // Will hold the widths of each image&lt;/code&gt;

Let me know if this clears your doubt.</description>
		<content:encoded><![CDATA[<p>The box&#8217;s size is set in the css:</p>
<p><code>#news_carousel { width: 444px; height: 333px; }</code></p>
<p>The images however can have any width (though only the box&#8217;s size will be shown). To achieve this the script stores every image&#8217;s width in <strong>widths</strong></p>
<p><code>var widths     = [];   // Will hold the widths of each image</code></p>
<p>Let me know if this clears your doubt.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: israel vasquez</title>
		<link>http://decodeuri.com/2009/01/11/update-creating-a-news-carousel-with-jquery-now-with-time-based-switching/#comment-25</link>
		<dc:creator>israel vasquez</dc:creator>
		<pubDate>Wed, 28 Jan 2009 04:11:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.decodeuri.com/?p=72#comment-25</guid>
		<description>hi, what is the format for the widths array for the images, i can&#039;t seem to customize the images width to show them.</description>
		<content:encoded><![CDATA[<p>hi, what is the format for the widths array for the images, i can&#8217;t seem to customize the images width to show them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luciano.panaro</title>
		<link>http://decodeuri.com/2009/01/11/update-creating-a-news-carousel-with-jquery-now-with-time-based-switching/#comment-24</link>
		<dc:creator>luciano.panaro</dc:creator>
		<pubDate>Tue, 27 Jan 2009 19:36:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.decodeuri.com/?p=72#comment-24</guid>
		<description>@Miguel: thanks for your comments. As you noted, there were a few more bugs left in the code since I last updated. Everything should be working now. I will be probably explaining in more detail the code in a future post and do some more cleaning.</description>
		<content:encoded><![CDATA[<p>@Miguel: thanks for your comments. As you noted, there were a few more bugs left in the code since I last updated. Everything should be working now. I will be probably explaining in more detail the code in a future post and do some more cleaning.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
