<?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 check if image loaded or not in javascript?</title>
	<atom:link href="http://corpocrat.com/2009/07/02/how-to-check-if-image-loaded-or-not-in-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://corpocrat.com/2009/07/02/how-to-check-if-image-loaded-or-not-in-javascript/</link>
	<description>Daily Blog from Internet Entrepreneur/Webmaster</description>
	<lastBuildDate>Wed, 16 May 2012 07:15:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Ashish</title>
		<link>http://corpocrat.com/2009/07/02/how-to-check-if-image-loaded-or-not-in-javascript/#comment-22070</link>
		<dc:creator>Ashish</dc:creator>
		<pubDate>Thu, 24 Nov 2011 07:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2009/07/02/how-to-check-if-image-loaded-or-not-in-javascript/#comment-22070</guid>
		<description>I don&#039;t think this works at all. You must get the size of the image in KB and then you need to check if the total size is downloaded or not. 

I think this will work to check if IMAGE is downloaded or not completely in JavaSript. If somebody can do this, please let me know... LOL

thanks!!</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think this works at all. You must get the size of the image in KB and then you need to check if the total size is downloaded or not. </p>
<p>I think this will work to check if IMAGE is downloaded or not completely in JavaSript. If somebody can do this, please let me know&#8230; LOL</p>
<p>thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cheapest ghds</title>
		<link>http://corpocrat.com/2009/07/02/how-to-check-if-image-loaded-or-not-in-javascript/#comment-20295</link>
		<dc:creator>cheapest ghds</dc:creator>
		<pubDate>Tue, 09 Aug 2011 10:06:55 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2009/07/02/how-to-check-if-image-loaded-or-not-in-javascript/#comment-20295</guid>
		<description>Thanks for your submission. I also believe laptop computers have become more and more popular lately, and now are sometimes the only form of computer employed in a household. The reason being at the same time that they&#039;re becoming more and more reasonably priced, their processing power keeps growing to the point where these are as powerful as pc&#039;s coming from just a few years ago.</description>
		<content:encoded><![CDATA[<p>Thanks for your submission. I also believe laptop computers have become more and more popular lately, and now are sometimes the only form of computer employed in a household. The reason being at the same time that they&#8217;re becoming more and more reasonably priced, their processing power keeps growing to the point where these are as powerful as pc&#8217;s coming from just a few years ago.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jurius</title>
		<link>http://corpocrat.com/2009/07/02/how-to-check-if-image-loaded-or-not-in-javascript/#comment-7345</link>
		<dc:creator>Jurius</dc:creator>
		<pubDate>Fri, 16 Apr 2010 07:30:10 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2009/07/02/how-to-check-if-image-loaded-or-not-in-javascript/#comment-7345</guid>
		<description>You have to put onload event handler declaration before src property change because IE wouldn`t process it well.</description>
		<content:encoded><![CDATA[<p>You have to put onload event handler declaration before src property change because IE wouldn`t process it well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pbu</title>
		<link>http://corpocrat.com/2009/07/02/how-to-check-if-image-loaded-or-not-in-javascript/#comment-4280</link>
		<dc:creator>pbu</dc:creator>
		<pubDate>Tue, 14 Jul 2009 19:27:05 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2009/07/02/how-to-check-if-image-loaded-or-not-in-javascript/#comment-4280</guid>
		<description>very well spotted Gaurav!</description>
		<content:encoded><![CDATA[<p>very well spotted Gaurav!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaurav Arya</title>
		<link>http://corpocrat.com/2009/07/02/how-to-check-if-image-loaded-or-not-in-javascript/#comment-4279</link>
		<dc:creator>Gaurav Arya</dc:creator>
		<pubDate>Tue, 14 Jul 2009 13:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2009/07/02/how-to-check-if-image-loaded-or-not-in-javascript/#comment-4279</guid>
		<description>Awesome code of Java Script. Thanks for letting us know.
I also thought to mention one very minor thing here. In the code above 
objImg.onload = function {  
                /// do some work;  
}  

Parenthesis &quot;()&quot; should be added after the keyword &quot;function&quot; above. I know almost everybody is aware of it eventhen thought to mention it here.

Many thanks for this great help.

Gaurav Arya</description>
		<content:encoded><![CDATA[<p>Awesome code of Java Script. Thanks for letting us know.<br />
I also thought to mention one very minor thing here. In the code above<br />
objImg.onload = function {<br />
                /// do some work;<br />
}  </p>
<p>Parenthesis &#8220;()&#8221; should be added after the keyword &#8220;function&#8221; above. I know almost everybody is aware of it eventhen thought to mention it here.</p>
<p>Many thanks for this great help.</p>
<p>Gaurav Arya</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nightfly</title>
		<link>http://corpocrat.com/2009/07/02/how-to-check-if-image-loaded-or-not-in-javascript/#comment-4260</link>
		<dc:creator>Nightfly</dc:creator>
		<pubDate>Thu, 09 Jul 2009 09:50:18 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2009/07/02/how-to-check-if-image-loaded-or-not-in-javascript/#comment-4260</guid>
		<description>Not all browsers support onload or complete. For complete cross-browser compatibility, check if the width or height are greater than 0.</description>
		<content:encoded><![CDATA[<p>Not all browsers support onload or complete. For complete cross-browser compatibility, check if the width or height are greater than 0.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

