<?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>Sat, 31 Jul 2010 01:37:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Dino</title>
		<link>http://dinolatoga.com/2009/04/26/how-to-create-a-visual-image-preloader-using-jquery/#comment-2487</link>
		<dc:creator>Dino</dc:creator>
		<pubDate>Sat, 31 Jul 2010 01:37:04 +0000</pubDate>
		<guid isPermaLink="false">http://dinolatoga.com/?p=103#comment-2487</guid>
		<description>Hey, thanks for fixing the code. I&#039;m no hardcore javascript coder so this is such a great help.

I&#039;ll update the post later with the fixed code!

Thank you very much!</description>
		<content:encoded><![CDATA[<p>Hey, thanks for fixing the code. I&#8217;m no hardcore javascript coder so this is such a great help.</p>
<p>I&#8217;ll update the post later with the fixed code!</p>
<p>Thank you very much!</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-2486</link>
		<dc:creator>Sexytrends.pl</dc:creator>
		<pubDate>Thu, 29 Jul 2010 22:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://dinolatoga.com/?p=103#comment-2486</guid>
		<description>Fixed and improved version available for the next few days at 

www.sexytrends.pl/previews/preload-images/

No more infinite looping interval, image holders are now added by the script, and less code.</description>
		<content:encoded><![CDATA[<p>Fixed and improved version available for the next few days at </p>
<p><a href="http://www.sexytrends.pl/previews/preload-images/" rel="nofollow">http://www.sexytrends.pl/previews/preload-images/</a></p>
<p>No more infinite looping interval, image holders are now added by the script, and less code.</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-2485</link>
		<dc:creator>Sexytrends.pl</dc:creator>
		<pubDate>Thu, 29 Jul 2010 20:52:12 +0000</pubDate>
		<guid isPermaLink="false">http://dinolatoga.com/?p=103#comment-2485</guid>
		<description>Intresting attempt except its flawed. Do a console.log(i) inside your doThis(i) function and notice how even after loading all 4 images the loop continues and never stops the interval.</description>
		<content:encoded><![CDATA[<p>Intresting attempt except its flawed. Do a console.log(i) inside your doThis(i) function and notice how even after loading all 4 images the loop continues and never stops the interval.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://dinolatoga.com/2009/04/26/how-to-create-a-visual-image-preloader-using-jquery/#comment-2481</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 22 Jul 2010 15:05:39 +0000</pubDate>
		<guid isPermaLink="false">http://dinolatoga.com/?p=103#comment-2481</guid>
		<description>Putting together a site for an architectural practice (lots of images!). I’m not  coder, but this method is clean and simple... and works beautifully. Thanks for posting!

Yeah, I know more than a year after it was posted!!</description>
		<content:encoded><![CDATA[<p>Putting together a site for an architectural practice (lots of images!). I’m not  coder, but this method is clean and simple&#8230; and works beautifully. Thanks for posting!</p>
<p>Yeah, I know more than a year after it was posted!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross</title>
		<link>http://dinolatoga.com/2009/04/26/how-to-create-a-visual-image-preloader-using-jquery/#comment-2478</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Sat, 10 Jul 2010 14:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://dinolatoga.com/?p=103#comment-2478</guid>
		<description>Hey

Great little script, just to let you know you might want to change

var int = setInterval(&quot;doThis(i)&quot;,500);

to

int = setInterval(&quot;doThis(i)&quot;,500);

Removing the var stops you from re-defining int twice therefore making clearInterval(int) actually do something ;). This is turn prevents a warning (jquery bug) showing up unlimited times in firefox&#039;s error console :)

Thanks</description>
		<content:encoded><![CDATA[<p>Hey</p>
<p>Great little script, just to let you know you might want to change</p>
<p>var int = setInterval(&#8220;doThis(i)&#8221;,500);</p>
<p>to</p>
<p>int = setInterval(&#8220;doThis(i)&#8221;,500);</p>
<p>Removing the var stops you from re-defining int twice therefore making clearInterval(int) actually do something ;). This is turn prevents a warning (jquery bug) showing up unlimited times in firefox&#8217;s error console :)</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Sanders</title>
		<link>http://dinolatoga.com/2009/04/26/how-to-create-a-visual-image-preloader-using-jquery/#comment-2468</link>
		<dc:creator>Marc Sanders</dc:creator>
		<pubDate>Thu, 24 Jun 2010 08:28:24 +0000</pubDate>
		<guid isPermaLink="false">http://dinolatoga.com/?p=103#comment-2468</guid>
		<description>Brilliant script. Just what I was looking for after searching Google for a while. Thankfully people like yourself take the time to develop something I can&#039;t quite get my head around.</description>
		<content:encoded><![CDATA[<p>Brilliant script. Just what I was looking for after searching Google for a while. Thankfully people like yourself take the time to develop something I can&#8217;t quite get my head around.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marc jacobs bags</title>
		<link>http://dinolatoga.com/2009/04/26/how-to-create-a-visual-image-preloader-using-jquery/#comment-2465</link>
		<dc:creator>marc jacobs bags</dc:creator>
		<pubDate>Sat, 12 Jun 2010 10:20:18 +0000</pubDate>
		<guid isPermaLink="false">http://dinolatoga.com/?p=103#comment-2465</guid>
		<description>I can certainly understand how you feel.</description>
		<content:encoded><![CDATA[<p>I can certainly understand how you feel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olivier</title>
		<link>http://dinolatoga.com/2009/04/26/how-to-create-a-visual-image-preloader-using-jquery/#comment-2462</link>
		<dc:creator>Olivier</dc:creator>
		<pubDate>Sun, 06 Jun 2010 23:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://dinolatoga.com/?p=103#comment-2462</guid>
		<description>Hi ! 

Good jobs for this script.  But is it possible to rename the .image-holder class (for the CSS) ?  I didn&#039;t find the line where this class name was indicated in the script.

Thx !</description>
		<content:encoded><![CDATA[<p>Hi ! </p>
<p>Good jobs for this script.  But is it possible to rename the .image-holder class (for the CSS) ?  I didn&#8217;t find the line where this class name was indicated in the script.</p>
<p>Thx !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davide</title>
		<link>http://dinolatoga.com/2009/04/26/how-to-create-a-visual-image-preloader-using-jquery/#comment-2461</link>
		<dc:creator>davide</dc:creator>
		<pubDate>Thu, 03 Jun 2010 09:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://dinolatoga.com/?p=103#comment-2461</guid>
		<description>I really like your script! what I need is simple but I can&#039;t find it!, I would load the whole div instead then the images.

Div containing images and h1&#039;s and h2&#039;s
Please help!

Cheers
D</description>
		<content:encoded><![CDATA[<p>I really like your script! what I need is simple but I can&#8217;t find it!, I would load the whole div instead then the images.</p>
<p>Div containing images and h1&#8242;s and h2&#8242;s<br />
Please help!</p>
<p>Cheers<br />
D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maciek</title>
		<link>http://dinolatoga.com/2009/04/26/how-to-create-a-visual-image-preloader-using-jquery/#comment-2448</link>
		<dc:creator>Maciek</dc:creator>
		<pubDate>Wed, 19 May 2010 09:37:05 +0000</pubDate>
		<guid isPermaLink="false">http://dinolatoga.com/?p=103#comment-2448</guid>
		<description>Hey man, great solution. I&#039;ve just started my adventure with jQuery and wasn&#039;t able to create a simple preloader by my own. All other solution I&#039;ve found, as you&#039;ve noticed, required source and it also didn;t suit me well. And than I&#039;ve found your solution, which is great btw, and that is exactly what i was looking for. Of course I had to change this or that, but the idea itself is great. :) Cheers mate. :)</description>
		<content:encoded><![CDATA[<p>Hey man, great solution. I&#8217;ve just started my adventure with jQuery and wasn&#8217;t able to create a simple preloader by my own. All other solution I&#8217;ve found, as you&#8217;ve noticed, required source and it also didn;t suit me well. And than I&#8217;ve found your solution, which is great btw, and that is exactly what i was looking for. Of course I had to change this or that, but the idea itself is great. :) Cheers mate. :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
