<?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: How to Create a Visual Image Preloader using jQuery</title>
	<atom:link href="http://dinolatoga.com/2009/04/26/how-to-create-a-visual-image-preloader-using-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://dinolatoga.com/2009/04/26/how-to-create-a-visual-image-preloader-using-jquery/</link>
	<description>Web Designer and Blogger</description>
	<lastBuildDate>Wed, 01 Feb 2012 03:50:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: How to Create a Visual Image Preloader using jQuery « Dino Latoga &#124; Wills Melting Pot</title>
		<link>http://dinolatoga.com/2009/04/26/how-to-create-a-visual-image-preloader-using-jquery/#comment-3705</link>
		<dc:creator>How to Create a Visual Image Preloader using jQuery « Dino Latoga &#124; Wills Melting Pot</dc:creator>
		<pubDate>Fri, 10 Jun 2011 17:29:09 +0000</pubDate>
		<guid isPermaLink="false">http://dinolatoga.com/?p=103#comment-3705</guid>
		<description>[...] How to Create a Visual Image Preloader using jQuery « Dino Latoga. [...]</description>
		<content:encoded><![CDATA[<p>[...] How to Create a Visual Image Preloader using jQuery « Dino Latoga. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A jQuery Visual Image Preloader Redux &#171; Dino Latoga</title>
		<link>http://dinolatoga.com/2009/04/26/how-to-create-a-visual-image-preloader-using-jquery/#comment-2544</link>
		<dc:creator>A jQuery Visual Image Preloader Redux &#171; Dino Latoga</dc:creator>
		<pubDate>Sun, 12 Sep 2010 04:58:17 +0000</pubDate>
		<guid isPermaLink="false">http://dinolatoga.com/?p=103#comment-2544</guid>
		<description>[...] is an update to my old post about a graphical or visual image preloader. I&#8217;m really surprised that there are a lot of people who needed this. My script was not [...]</description>
		<content:encoded><![CDATA[<p>[...] is an update to my old post about a graphical or visual image preloader. I&#8217;m really surprised that there are a lot of people who needed this. My script was not [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davin</title>
		<link>http://dinolatoga.com/2009/04/26/how-to-create-a-visual-image-preloader-using-jquery/#comment-2540</link>
		<dc:creator>Davin</dc:creator>
		<pubDate>Fri, 10 Sep 2010 01:23:56 +0000</pubDate>
		<guid isPermaLink="false">http://dinolatoga.com/?p=103#comment-2540</guid>
		<description>have been looking for something like  this for the last few days, and this script fits it to the letter! i don&#039;t normally leave comments but this script is so spot on that i had to say something. love your work!</description>
		<content:encoded><![CDATA[<p>have been looking for something like  this for the last few days, and this script fits it to the letter! i don&#8217;t normally leave comments but this script is so spot on that i had to say something. love your work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://dinolatoga.com/2009/04/26/how-to-create-a-visual-image-preloader-using-jquery/#comment-2538</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 04 Sep 2010 21:18:17 +0000</pubDate>
		<guid isPermaLink="false">http://dinolatoga.com/?p=103#comment-2538</guid>
		<description>thanks sexytrends, that works perfectly for the one large image on each of my pages while letting tags and footer fly in fast - just what I wanted
many thanks to dino for the original  concept, the effect is great - glad I found your blog
nice work</description>
		<content:encoded><![CDATA[<p>thanks sexytrends, that works perfectly for the one large image on each of my pages while letting tags and footer fly in fast &#8211; just what I wanted<br />
many thanks to dino for the original  concept, the effect is great &#8211; glad I found your blog<br />
nice work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adam</title>
		<link>http://dinolatoga.com/2009/04/26/how-to-create-a-visual-image-preloader-using-jquery/#comment-2528</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Wed, 25 Aug 2010 17:30:26 +0000</pubDate>
		<guid isPermaLink="false">http://dinolatoga.com/?p=103#comment-2528</guid>
		<description>Thank you very much for this script, but I need script/function like &#039;img.noload&#039;, becouse i don&#039;t need 3-4 images on my website.</description>
		<content:encoded><![CDATA[<p>Thank you very much for this script, but I need script/function like &#8216;img.noload&#8217;, becouse i don&#8217;t need 3-4 images on my website.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sexytrends.pl</title>
		<link>http://dinolatoga.com/2009/04/26/how-to-create-a-visual-image-preloader-using-jquery/#comment-2527</link>
		<dc:creator>Sexytrends.pl</dc:creator>
		<pubDate>Wed, 25 Aug 2010 12:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://dinolatoga.com/?p=103#comment-2527</guid>
		<description>Here is code that will only preload imgs with the class preload. 


Example


Code
$(function() {
	$(&#039;img.preload&#039;).wrap(&#039;&#039;).hide();
});

$(window).bind(&#039;load&#039;, function() {
	var i = 1;
	var imgs = $(&#039;img.preload&#039;).length;
	var int = setInterval(function() { 

	if(i &gt;= imgs) clearInterval(int);
	$(&#039;img.preload:hidden&#039;).eq(0).fadeIn(500);
		i++;
	}, 500);	
});</description>
		<content:encoded><![CDATA[<p>Here is code that will only preload imgs with the class preload. </p>
<p>Example</p>
<p>Code<br />
$(function() {<br />
	$(&#8216;img.preload&#8217;).wrap(&#8221;).hide();<br />
});</p>
<p>$(window).bind(&#8216;load&#8217;, function() {<br />
	var i = 1;<br />
	var imgs = $(&#8216;img.preload&#8217;).length;<br />
	var int = setInterval(function() { </p>
<p>	if(i &gt;= imgs) clearInterval(int);<br />
	$(&#8216;img.preload:hidden&#8217;).eq(0).fadeIn(500);<br />
		i++;<br />
	}, 500);<br />
});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adam</title>
		<link>http://dinolatoga.com/2009/04/26/how-to-create-a-visual-image-preloader-using-jquery/#comment-2526</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Wed, 25 Aug 2010 12:26:11 +0000</pubDate>
		<guid isPermaLink="false">http://dinolatoga.com/?p=103#comment-2526</guid>
		<description>But can you tell me how can I except some images on my website from this effect ?</description>
		<content:encoded><![CDATA[<p>But can you tell me how can I except some images on my website from this effect ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adam</title>
		<link>http://dinolatoga.com/2009/04/26/how-to-create-a-visual-image-preloader-using-jquery/#comment-2525</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Wed, 25 Aug 2010 11:49:16 +0000</pubDate>
		<guid isPermaLink="false">http://dinolatoga.com/?p=103#comment-2525</guid>
		<description>thank you !!</description>
		<content:encoded><![CDATA[<p>thank you !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: baa</title>
		<link>http://dinolatoga.com/2009/04/26/how-to-create-a-visual-image-preloader-using-jquery/#comment-2517</link>
		<dc:creator>baa</dc:creator>
		<pubDate>Fri, 13 Aug 2010 15:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://dinolatoga.com/?p=103#comment-2517</guid>
		<description>thanks for the script.
it works perfectly for a DIV that has only one image inside.

but if there&#039;s plenty of image inside the DIV, it does&#039;nt seem to work.

{i am using the jquery.cycle plugin}
-
thanks.</description>
		<content:encoded><![CDATA[<p>thanks for the script.<br />
it works perfectly for a DIV that has only one image inside.</p>
<p>but if there&#8217;s plenty of image inside the DIV, it does&#8217;nt seem to work.</p>
<p>{i am using the jquery.cycle plugin}<br />
-<br />
thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sexytrends.pl</title>
		<link>http://dinolatoga.com/2009/04/26/how-to-create-a-visual-image-preloader-using-jquery/#comment-2496</link>
		<dc:creator>Sexytrends.pl</dc:creator>
		<pubDate>Mon, 02 Aug 2010 15:00:10 +0000</pubDate>
		<guid isPermaLink="false">http://dinolatoga.com/?p=103#comment-2496</guid>
		<description>No problem, glad to help when I can. Any credit for helping update much appreciated ;)</description>
		<content:encoded><![CDATA[<p>No problem, glad to help when I can. Any credit for helping update much appreciated ;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

