<?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>Fri, 30 Jul 2010 03:24:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<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>
