<?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: jQuery Image Resize</title>
	<atom:link href="http://thejudens.com/eric/2009/07/jquery-image-resize/feed/" rel="self" type="application/rss+xml" />
	<link>http://thejudens.com/eric/2009/07/jquery-image-resize/</link>
	<description>Web Application Developer, Husband and Father</description>
	<lastBuildDate>Fri, 27 Aug 2010 14:30:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: D123</title>
		<link>http://thejudens.com/eric/2009/07/jquery-image-resize/comment-page-1/#comment-291</link>
		<dc:creator>D123</dc:creator>
		<pubDate>Mon, 19 Jul 2010 05:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://thejudens.com/eric/?p=160#comment-291</guid>
		<description>Hello,

The script is very helpfull.
Runs perfect in FF,Safari,Chrome.
Doesn&#039;t work in IE.
Please help me.

Thank you,
D</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>The script is very helpfull.<br />
Runs perfect in FF,Safari,Chrome.<br />
Doesn&#8217;t work in IE.<br />
Please help me.</p>
<p>Thank you,<br />
D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vyom</title>
		<link>http://thejudens.com/eric/2009/07/jquery-image-resize/comment-page-1/#comment-278</link>
		<dc:creator>Vyom</dc:creator>
		<pubDate>Tue, 22 Jun 2010 08:37:10 +0000</pubDate>
		<guid isPermaLink="false">http://thejudens.com/eric/?p=160#comment-278</guid>
		<description>Hi Mikko 

The script is very good. But i have some problem.
What you script did, only set the width &amp; height right?

But when i right click on image &amp; save as, that case originla image is save.

I want resize that to save new image.

Please help me if you know?
Thank you
Vyom</description>
		<content:encoded><![CDATA[<p>Hi Mikko </p>
<p>The script is very good. But i have some problem.<br />
What you script did, only set the width &amp; height right?</p>
<p>But when i right click on image &amp; save as, that case originla image is save.</p>
<p>I want resize that to save new image.</p>
<p>Please help me if you know?<br />
Thank you<br />
Vyom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steven lots</title>
		<link>http://thejudens.com/eric/2009/07/jquery-image-resize/comment-page-1/#comment-277</link>
		<dc:creator>steven lots</dc:creator>
		<pubDate>Mon, 21 Jun 2010 07:10:13 +0000</pubDate>
		<guid isPermaLink="false">http://thejudens.com/eric/?p=160#comment-277</guid>
		<description>You can solve the problems with safari and chrome, by running the code on $(window).load(...) instead of $(document).ready(....).</description>
		<content:encoded><![CDATA[<p>You can solve the problems with safari and chrome, by running the code on $(window).load(&#8230;) instead of $(document).ready(&#8230;.).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Juden</title>
		<link>http://thejudens.com/eric/2009/07/jquery-image-resize/comment-page-1/#comment-271</link>
		<dc:creator>Eric Juden</dc:creator>
		<pubDate>Fri, 04 Jun 2010 21:05:32 +0000</pubDate>
		<guid isPermaLink="false">http://thejudens.com/eric/?p=160#comment-271</guid>
		<description>Dave,

Thanks for the input. When I used this I didn&#039;t have super large images loading. I meant it more as an image resize for small to medium size images.

Eric</description>
		<content:encoded><![CDATA[<p>Dave,</p>
<p>Thanks for the input. When I used this I didn&#8217;t have super large images loading. I meant it more as an image resize for small to medium size images.</p>
<p>Eric</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Reeder</title>
		<link>http://thejudens.com/eric/2009/07/jquery-image-resize/comment-page-1/#comment-270</link>
		<dc:creator>Dave Reeder</dc:creator>
		<pubDate>Fri, 04 Jun 2010 09:12:51 +0000</pubDate>
		<guid isPermaLink="false">http://thejudens.com/eric/?p=160#comment-270</guid>
		<description>It doesn&#039;t work in Google Chrome as it tries to execute your code at the same time as loading the images, so we need to tell it to wait for the images to load (so wrap this function round your $(&#039;.images img&#039;).each function):

$(&#039;.images img&#039;).load(function() {
    // your code in here
});</description>
		<content:encoded><![CDATA[<p>It doesn&#8217;t work in Google Chrome as it tries to execute your code at the same time as loading the images, so we need to tell it to wait for the images to load (so wrap this function round your $(&#8216;.images img&#8217;).each function):</p>
<p>$(&#8216;.images img&#8217;).load(function() {<br />
    // your code in here<br />
});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DeveloperHeroes</title>
		<link>http://thejudens.com/eric/2009/07/jquery-image-resize/comment-page-1/#comment-269</link>
		<dc:creator>DeveloperHeroes</dc:creator>
		<pubDate>Sat, 22 May 2010 12:53:21 +0000</pubDate>
		<guid isPermaLink="false">http://thejudens.com/eric/?p=160#comment-269</guid>
		<description>Worked right away, thanks!</description>
		<content:encoded><![CDATA[<p>Worked right away, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: keyur</title>
		<link>http://thejudens.com/eric/2009/07/jquery-image-resize/comment-page-1/#comment-260</link>
		<dc:creator>keyur</dc:creator>
		<pubDate>Sat, 27 Mar 2010 12:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://thejudens.com/eric/?p=160#comment-260</guid>
		<description>simillar problem as weird, but in IE thier is no issue. it may cause problem in FF</description>
		<content:encoded><![CDATA[<p>simillar problem as weird, but in IE thier is no issue. it may cause problem in FF</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://thejudens.com/eric/2009/07/jquery-image-resize/comment-page-1/#comment-246</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sun, 07 Feb 2010 20:41:44 +0000</pubDate>
		<guid isPermaLink="false">http://thejudens.com/eric/?p=160#comment-246</guid>
		<description>Hi Eric
Thanks for this!
I think I have solved Joren&#039;s problem, which I was also experiencing, by doing this:

$(&#039;.main_content_text img&#039;).load(function() {
                $(&#039;.main_content_text img&#039;).each(function() {

at the start instead of:

$(document).ready(function() {
    $(&#039;..main_content_text img&#039;).each(function() {

What do you think?

Thanks, James</description>
		<content:encoded><![CDATA[<p>Hi Eric<br />
Thanks for this!<br />
I think I have solved Joren&#8217;s problem, which I was also experiencing, by doing this:</p>
<p>$(&#8216;.main_content_text img&#8217;).load(function() {<br />
                $(&#8216;.main_content_text img&#8217;).each(function() {</p>
<p>at the start instead of:</p>
<p>$(document).ready(function() {<br />
    $(&#8216;..main_content_text img&#8217;).each(function() {</p>
<p>What do you think?</p>
<p>Thanks, James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geeo</title>
		<link>http://thejudens.com/eric/2009/07/jquery-image-resize/comment-page-1/#comment-239</link>
		<dc:creator>Geeo</dc:creator>
		<pubDate>Thu, 14 Jan 2010 06:54:47 +0000</pubDate>
		<guid isPermaLink="false">http://thejudens.com/eric/?p=160#comment-239</guid>
		<description>you are wrong, jquery does not get the image width, instead of &quot;each()&quot; use &quot;load()&quot;; try an alert imediatly after you get the image height in both each and load events, you will see that &quot;each&quot; returns width 0 and &quot;load&quot; returns the correct width :)</description>
		<content:encoded><![CDATA[<p>you are wrong, jquery does not get the image width, instead of &#8220;each()&#8221; use &#8220;load()&#8221;; try an alert imediatly after you get the image height in both each and load events, you will see that &#8220;each&#8221; returns width 0 and &#8220;load&#8221; returns the correct width <img src='http://thejudens.com/eric/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Juden</title>
		<link>http://thejudens.com/eric/2009/07/jquery-image-resize/comment-page-1/#comment-236</link>
		<dc:creator>Eric Juden</dc:creator>
		<pubDate>Sat, 26 Dec 2009 16:22:27 +0000</pubDate>
		<guid isPermaLink="false">http://thejudens.com/eric/?p=160#comment-236</guid>
		<description>Joren,

I think you&#039;d probably be better of doing this on the server side, instead of using Javascript. Your images are pretty large and it&#039;s taking the page longer to load.

Eric</description>
		<content:encoded><![CDATA[<p>Joren,</p>
<p>I think you&#8217;d probably be better of doing this on the server side, instead of using Javascript. Your images are pretty large and it&#8217;s taking the page longer to load.</p>
<p>Eric</p>
]]></content:encoded>
	</item>
</channel>
</rss>
