<?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: jQuery Preload images &#8211; tutorial and example</title>
	<atom:link href="http://ditio.net/2010/02/14/jquery-preload-images-tutorial-and-example/feed/" rel="self" type="application/rss+xml" />
	<link>http://ditio.net/2010/02/14/jquery-preload-images-tutorial-and-example/</link>
	<description>Practical guide to WordPress development, blogging and programming</description>
	<lastBuildDate>Sun, 11 Dec 2011 21:19:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Hakim</title>
		<link>http://ditio.net/2010/02/14/jquery-preload-images-tutorial-and-example/comment-page-1/#comment-111331</link>
		<dc:creator>Hakim</dc:creator>
		<pubDate>Sun, 10 Apr 2011 01:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://ditio.net/?p=487#comment-111331</guid>
		<description>Thanks for this script mate. In combination with a sequential fadein function this look really great!

Would it be possible somehow to avoid having to write out every single file name? Current script is great if you&#039;re just using it on one page, but if used on several it requires several copies targeting images on those individual pages.

Thanks again for the great script and tutorial :)</description>
		<content:encoded><![CDATA[<p>Thanks for this script mate. In combination with a sequential fadein function this look really great!</p>
<p>Would it be possible somehow to avoid having to write out every single file name? Current script is great if you&#8217;re just using it on one page, but if used on several it requires several copies targeting images on those individual pages.</p>
<p>Thanks again for the great script and tutorial <img src='http://ditio.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Freddy</title>
		<link>http://ditio.net/2010/02/14/jquery-preload-images-tutorial-and-example/comment-page-1/#comment-101038</link>
		<dc:creator>Freddy</dc:creator>
		<pubDate>Fri, 11 Mar 2011 11:40:35 +0000</pubDate>
		<guid isPermaLink="false">http://ditio.net/?p=487#comment-101038</guid>
		<description>Thanks for this tutorial, very useful for interactive websites! And thank you both Glenn and dario for your ie fix!</description>
		<content:encoded><![CDATA[<p>Thanks for this tutorial, very useful for interactive websites! And thank you both Glenn and dario for your ie fix!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihir</title>
		<link>http://ditio.net/2010/02/14/jquery-preload-images-tutorial-and-example/comment-page-1/#comment-100973</link>
		<dc:creator>Mihir</dc:creator>
		<pubDate>Fri, 11 Mar 2011 07:36:48 +0000</pubDate>
		<guid isPermaLink="false">http://ditio.net/?p=487#comment-100973</guid>
		<description>Thank you Greg for nice script!
Thank all for providing IE fixes.</description>
		<content:encoded><![CDATA[<p>Thank you Greg for nice script!<br />
Thank all for providing IE fixes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Annika</title>
		<link>http://ditio.net/2010/02/14/jquery-preload-images-tutorial-and-example/comment-page-1/#comment-91402</link>
		<dc:creator>Annika</dc:creator>
		<pubDate>Tue, 08 Feb 2011 14:00:40 +0000</pubDate>
		<guid isPermaLink="false">http://ditio.net/?p=487#comment-91402</guid>
		<description>Hi,
I don&#039;t get this to work, how I integrate it on my page?

Just trying this function and would like to preload the pictures and have a progress picture spinning

thanks</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I don&#8217;t get this to work, how I integrate it on my page?</p>
<p>Just trying this function and would like to preload the pictures and have a progress picture spinning</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nakul</title>
		<link>http://ditio.net/2010/02/14/jquery-preload-images-tutorial-and-example/comment-page-1/#comment-75630</link>
		<dc:creator>Nakul</dc:creator>
		<pubDate>Thu, 09 Dec 2010 06:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://ditio.net/?p=487#comment-75630</guid>
		<description>How to handle error if the image is not loaded?</description>
		<content:encoded><![CDATA[<p>How to handle error if the image is not loaded?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dario</title>
		<link>http://ditio.net/2010/02/14/jquery-preload-images-tutorial-and-example/comment-page-1/#comment-75250</link>
		<dc:creator>dario</dc:creator>
		<pubDate>Tue, 07 Dec 2010 19:59:21 +0000</pubDate>
		<guid isPermaLink="false">http://ditio.net/?p=487#comment-75250</guid>
		<description>I also had to change this line:
for(var i in imgArr) {
to this:
for (i = 0; i &lt; imgArr.length; i++) {

for it work on IE7.</description>
		<content:encoded><![CDATA[<p>I also had to change this line:<br />
for(var i in imgArr) {<br />
to this:<br />
for (i = 0; i &lt; imgArr.length; i++) {</p>
<p>for it work on IE7.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Kirst</title>
		<link>http://ditio.net/2010/02/14/jquery-preload-images-tutorial-and-example/comment-page-1/#comment-61769</link>
		<dc:creator>Jason Kirst</dc:creator>
		<pubDate>Wed, 22 Sep 2010 01:22:01 +0000</pubDate>
		<guid isPermaLink="false">http://ditio.net/?p=487#comment-61769</guid>
		<description>Ditto on Glenn&#039;s issue on IE7. His fix worked for me. Thank you Greg and thank you Glenn!</description>
		<content:encoded><![CDATA[<p>Ditto on Glenn&#8217;s issue on IE7. His fix worked for me. Thank you Greg and thank you Glenn!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glenn</title>
		<link>http://ditio.net/2010/02/14/jquery-preload-images-tutorial-and-example/comment-page-1/#comment-57407</link>
		<dc:creator>Glenn</dc:creator>
		<pubDate>Thu, 19 Aug 2010 07:09:46 +0000</pubDate>
		<guid isPermaLink="false">http://ditio.net/?p=487#comment-57407</guid>
		<description>Founds the solution. I just had to call the load first before setting the attr.

imgList.push($(&quot;&quot;)						.load(function() {							loaded++;							setting.loaded(this, loaded, total);								if(loaded == total) {						setting.loaded_all(loaded, total);						}								}).attr(&quot;src&quot;, imgArr[i])							);</description>
		<content:encoded><![CDATA[<p>Founds the solution. I just had to call the load first before setting the attr.</p>
<p>imgList.push($(&#8220;&#8221;)						.load(function() {							loaded++;							setting.loaded(this, loaded, total);								if(loaded == total) {						setting.loaded_all(loaded, total);						}								}).attr(&#8220;src&#8221;, imgArr[i])							);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glenn</title>
		<link>http://ditio.net/2010/02/14/jquery-preload-images-tutorial-and-example/comment-page-1/#comment-57395</link>
		<dc:creator>Glenn</dc:creator>
		<pubDate>Thu, 19 Aug 2010 05:45:10 +0000</pubDate>
		<guid isPermaLink="false">http://ditio.net/?p=487#comment-57395</guid>
		<description>Hi, it doesn&#039;t seem to work on IE7 when you refresh the page.

Would you know the reason why?
Thanks!</description>
		<content:encoded><![CDATA[<p>Hi, it doesn&#8217;t seem to work on IE7 when you refresh the page.</p>
<p>Would you know the reason why?<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bart W</title>
		<link>http://ditio.net/2010/02/14/jquery-preload-images-tutorial-and-example/comment-page-1/#comment-56950</link>
		<dc:creator>Bart W</dc:creator>
		<pubDate>Mon, 16 Aug 2010 17:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://ditio.net/?p=487#comment-56950</guid>
		<description>How would you get the script to load the array in order, say if you had a slideshow to preload that needed to display in exact order. Thanks.</description>
		<content:encoded><![CDATA[<p>How would you get the script to load the array in order, say if you had a slideshow to preload that needed to display in exact order. Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

