<?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: Javascript: Check an image is Loaded or Not</title>
	<atom:link href="http://www.sajithmr.me/javascript-check-an-image-is-loaded-or-not/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sajithmr.me/javascript-check-an-image-is-loaded-or-not</link>
	<description></description>
	<lastBuildDate>Fri, 27 Jan 2012 16:09:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: James</title>
		<link>http://www.sajithmr.me/javascript-check-an-image-is-loaded-or-not/comment-page-1#comment-375531</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 18 Jan 2012 13:42:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.sajithmr.com/javascript-check-an-image-is-loaded-or-not/#comment-375531</guid>
		<description>Just because lots of people steal it doesn&#039;t mean it;s not stealing.</description>
		<content:encoded><![CDATA[<p>Just because lots of people steal it doesn&#8217;t mean it;s not stealing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sajith M.R</title>
		<link>http://www.sajithmr.me/javascript-check-an-image-is-loaded-or-not/comment-page-1#comment-271858</link>
		<dc:creator>Sajith M.R</dc:creator>
		<pubDate>Thu, 15 Sep 2011 13:39:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.sajithmr.com/javascript-check-an-image-is-loaded-or-not/#comment-271858</guid>
		<description>Hi Saarthak, same code is available in more than 100 websites :) Not only in the one you mentioned.</description>
		<content:encoded><![CDATA[<p>Hi Saarthak, same code is available in more than 100 websites <img src='http://www.sajithmr.me/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Not only in the one you mentioned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saarthak</title>
		<link>http://www.sajithmr.me/javascript-check-an-image-is-loaded-or-not/comment-page-1#comment-265803</link>
		<dc:creator>Saarthak</dc:creator>
		<pubDate>Wed, 07 Sep 2011 08:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.sajithmr.com/javascript-check-an-image-is-loaded-or-not/#comment-265803</guid>
		<description>Copied from - 
http://talideon.com/weblog/2005/02/detecting-broken-images-js.cfm

without mentioning the author.</description>
		<content:encoded><![CDATA[<p>Copied from &#8211;<br />
<a href="http://talideon.com/weblog/2005/02/detecting-broken-images-js.cfm" rel="nofollow">http://talideon.com/weblog/2005/02/detecting-broken-images-js.cfm</a></p>
<p>without mentioning the author.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rolfen</title>
		<link>http://www.sajithmr.me/javascript-check-an-image-is-loaded-or-not/comment-page-1#comment-162897</link>
		<dc:creator>rolfen</dc:creator>
		<pubDate>Fri, 01 Apr 2011 10:34:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.sajithmr.com/javascript-check-an-image-is-loaded-or-not/#comment-162897</guid>
		<description>It didn&#039;t work for me, in IE8, it did not seem to detect an image which was preloaded as a background through inline CSS.
I had an image loading queue to load a big number of images. One (only one!) of these images was already used as a CSS background. In IE8, when the queue got to this image, it requested it, then waited for the image to be loaded (ie the load even to fire) before proceeding to the next image in the queue. But that load event never came, so the queue always froze at that point. I tried to use your code to detect whether the image is already loaded, but it didn&#039;t do it. I finally manually removed the problematic image from the loading queue and the rest works normally now.</description>
		<content:encoded><![CDATA[<p>It didn&#8217;t work for me, in IE8, it did not seem to detect an image which was preloaded as a background through inline CSS.<br />
I had an image loading queue to load a big number of images. One (only one!) of these images was already used as a CSS background. In IE8, when the queue got to this image, it requested it, then waited for the image to be loaded (ie the load even to fire) before proceeding to the next image in the queue. But that load event never came, so the queue always froze at that point. I tried to use your code to detect whether the image is already loaded, but it didn&#8217;t do it. I finally manually removed the problematic image from the loading queue and the rest works normally now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joy</title>
		<link>http://www.sajithmr.me/javascript-check-an-image-is-loaded-or-not/comment-page-1#comment-104554</link>
		<dc:creator>joy</dc:creator>
		<pubDate>Mon, 26 Apr 2010 14:31:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.sajithmr.com/javascript-check-an-image-is-loaded-or-not/#comment-104554</guid>
		<description>NOT UNDERSTAND</description>
		<content:encoded><![CDATA[<p>NOT UNDERSTAND</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.sajithmr.me/javascript-check-an-image-is-loaded-or-not/comment-page-1#comment-93093</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 27 Jan 2010 11:26:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.sajithmr.com/javascript-check-an-image-is-loaded-or-not/#comment-93093</guid>
		<description>Hi Sajith,

This is something new I am hearing. Will surely try this out next time, when in need.

Thank You.</description>
		<content:encoded><![CDATA[<p>Hi Sajith,</p>
<p>This is something new I am hearing. Will surely try this out next time, when in need.</p>
<p>Thank You.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.sajithmr.me/javascript-check-an-image-is-loaded-or-not/comment-page-1#comment-92527</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 19 Jan 2010 00:54:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.sajithmr.com/javascript-check-an-image-is-loaded-or-not/#comment-92527</guid>
		<description>This is awsome.  Ended my image loader head aches.  Thank you!</description>
		<content:encoded><![CDATA[<p>This is awsome.  Ended my image loader head aches.  Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexandra</title>
		<link>http://www.sajithmr.me/javascript-check-an-image-is-loaded-or-not/comment-page-1#comment-71071</link>
		<dc:creator>Alexandra</dc:creator>
		<pubDate>Thu, 18 Jun 2009 11:41:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.sajithmr.com/javascript-check-an-image-is-loaded-or-not/#comment-71071</guid>
		<description>Thank you!
Very useful info.</description>
		<content:encoded><![CDATA[<p>Thank you!<br />
Very useful info.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

