<?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: Image Loader 1.2</title>
	<atom:link href="http://orionseven.com/blog/2010/02/20/image-loader-1-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://orionseven.com/blog/2010/02/20/image-loader-1-2/</link>
	<description>It takes a lot more than code to make software.</description>
	<lastBuildDate>Mon, 20 Dec 2010 14:14:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Bryan Smith</title>
		<link>http://orionseven.com/blog/2010/02/20/image-loader-1-2/comment-page-1/#comment-262</link>
		<dc:creator>Bryan Smith</dc:creator>
		<pubDate>Thu, 08 Apr 2010 03:38:15 +0000</pubDate>
		<guid isPermaLink="false">http://orionseven.com/blog/?p=103#comment-262</guid>
		<description>Hi Ross,

That is an odd one. I&#039;ll have to play around with that and see what I can find. Thanks for including your code so I can look at how you&#039;re implementing it.</description>
		<content:encoded><![CDATA[<p>Hi Ross,</p>
<p>That is an odd one. I&#8217;ll have to play around with that and see what I can find. Thanks for including your code so I can look at how you&#8217;re implementing it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross</title>
		<link>http://orionseven.com/blog/2010/02/20/image-loader-1-2/comment-page-1/#comment-260</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Sun, 04 Apr 2010 15:22:12 +0000</pubDate>
		<guid isPermaLink="false">http://orionseven.com/blog/?p=103#comment-260</guid>
		<description>Thanks for the quick reply!

Having a bit of a problem running the script with more than one slideshow on the same page. The script works fine on a refresh but not on a page load?!

When the page is loaded, on IE in particular, some or all of the slide shows do not display, or have a blank slide between images, and IE debug gives cycle plugins  &quot;Terminating, too few slides : 1&quot; error possibly suggesting that some of the slide shows don&#039;t receive the image source?!

Have you heard of anything like this before? Any suggestions as to what might be the cause? I am using $(document).ready(function() so I can&#039;t see why on some page loads, some of the slide shows randomly display with blank slides, or don&#039;t display at all?

Within my document.ready I am running each slide show as follows, Is this the correct implementation for running multiple slides?

$(&quot;#slideShow1&quot;).imageLoader({
images: [{ src: &#039;images/1.jpg&#039; }
,{ src: &#039;images/1-1.jpg&#039; }]
}, function(){
$(&#039;#slideShow1&#039;).cycle({
		fx: &#039;fade&#039;,  
               speed: 1000,
		delay:  -600,
		random: 1,
		requeueTimeout: 1
	});
});


$(&quot;#slideShow2&quot;).imageLoader({
images: [{ src: &#039;images/2.jpg&#039; }
,{ src: &#039;images/2-1.jpg&#039; }]
}, function(){
$(&#039;#slideShow2&#039;).cycle({
		fx: &#039;fade&#039;,  
        speed: 1000,
		delay:  -1500,
		random: 1,
		requeueTimeout: 1
	});
});

Any suggestions or help would be great, Sorry for the bother, If anything thought you might like to know about the issue,


Thanks</description>
		<content:encoded><![CDATA[<p>Thanks for the quick reply!</p>
<p>Having a bit of a problem running the script with more than one slideshow on the same page. The script works fine on a refresh but not on a page load?!</p>
<p>When the page is loaded, on IE in particular, some or all of the slide shows do not display, or have a blank slide between images, and IE debug gives cycle plugins  &#8220;Terminating, too few slides : 1&#8243; error possibly suggesting that some of the slide shows don&#8217;t receive the image source?!</p>
<p>Have you heard of anything like this before? Any suggestions as to what might be the cause? I am using $(document).ready(function() so I can&#8217;t see why on some page loads, some of the slide shows randomly display with blank slides, or don&#8217;t display at all?</p>
<p>Within my document.ready I am running each slide show as follows, Is this the correct implementation for running multiple slides?</p>
<p>$(&#8220;#slideShow1&#8243;).imageLoader({<br />
images: [{ src: 'images/1.jpg' }<br />
,{ src: 'images/1-1.jpg' }]<br />
}, function(){<br />
$(&#8216;#slideShow1&#8242;).cycle({<br />
		fx: &#8216;fade&#8217;,<br />
               speed: 1000,<br />
		delay:  -600,<br />
		random: 1,<br />
		requeueTimeout: 1<br />
	});<br />
});</p>
<p>$(&#8220;#slideShow2&#8243;).imageLoader({<br />
images: [{ src: 'images/2.jpg' }<br />
,{ src: 'images/2-1.jpg' }]<br />
}, function(){<br />
$(&#8216;#slideShow2&#8242;).cycle({<br />
		fx: &#8216;fade&#8217;,<br />
        speed: 1000,<br />
		delay:  -1500,<br />
		random: 1,<br />
		requeueTimeout: 1<br />
	});<br />
});</p>
<p>Any suggestions or help would be great, Sorry for the bother, If anything thought you might like to know about the issue,</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan Smith</title>
		<link>http://orionseven.com/blog/2010/02/20/image-loader-1-2/comment-page-1/#comment-255</link>
		<dc:creator>Bryan Smith</dc:creator>
		<pubDate>Sat, 03 Apr 2010 17:53:18 +0000</pubDate>
		<guid isPermaLink="false">http://orionseven.com/blog/?p=103#comment-255</guid>
		<description>Hi Ross, Glad you find it helpful. I&#039;ve thought of the same thing and looked at it from the beginning but ran into a problem. I&#039;ll make a note about it though and look back into it.

Thanks again.</description>
		<content:encoded><![CDATA[<p>Hi Ross, Glad you find it helpful. I&#8217;ve thought of the same thing and looked at it from the beginning but ran into a problem. I&#8217;ll make a note about it though and look back into it.</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross</title>
		<link>http://orionseven.com/blog/2010/02/20/image-loader-1-2/comment-page-1/#comment-254</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Sat, 03 Apr 2010 17:46:26 +0000</pubDate>
		<guid isPermaLink="false">http://orionseven.com/blog/?p=103#comment-254</guid>
		<description>Hi

Brilliant little script you have built, thanks for making it!

One question though (Feature request?), how would I go about getting the image to fade in once loaded, so it&#039;s not just an instant jump from loader to image? 

Would be great to get some help with this!, Thanks again :)</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Brilliant little script you have built, thanks for making it!</p>
<p>One question though (Feature request?), how would I go about getting the image to fade in once loaded, so it&#8217;s not just an instant jump from loader to image? </p>
<p>Would be great to get some help with this!, Thanks again <img src='http://orionseven.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

