<?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: PHP &amp; jQuery image upload and crop v1.2</title>
	<atom:link href="http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop-v11/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop-v11/</link>
	<description>Web Design/Development, Marketing, Communication and E-Solutions</description>
	<lastBuildDate>Thu, 11 Mar 2010 10:25:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: webmotionuk</title>
		<link>http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop-v11/comment-page-2/#comment-6478</link>
		<dc:creator>webmotionuk</dc:creator>
		<pubDate>Thu, 11 Mar 2010 10:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop-v11/#comment-6478</guid>
		<description>@Le, the code already resizes the original image on upload, to further reduce the size, you could call the thumbnail function giving specific height, width, and x1, y1 values

#     $scale = 100/$NEW_w;  
#     $cropped = resizeThumbnailImage($NEW_thumb_image_location, $large_image_location,$NEW_w,$NEW_h,$NEW_x1,$NEW_y1,$scale);

Obviously there will be more tweaks needed but this will point you in the right direction.</description>
		<content:encoded><![CDATA[<p>@Le, the code already resizes the original image on upload, to further reduce the size, you could call the thumbnail function giving specific height, width, and x1, y1 values</p>
<p>#     $scale = 100/$NEW_w;<br />
#     $cropped = resizeThumbnailImage($NEW_thumb_image_location, $large_image_location,$NEW_w,$NEW_h,$NEW_x1,$NEW_y1,$scale);</p>
<p>Obviously there will be more tweaks needed but this will point you in the right direction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Le</title>
		<link>http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop-v11/comment-page-2/#comment-6432</link>
		<dc:creator>Le</dc:creator>
		<pubDate>Mon, 08 Mar 2010 20:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop-v11/#comment-6432</guid>
		<description>Hi, your code is AWESOME!

I&#039;m trying to figure out how to get the the code to automatically create a thumbnail on upload instead of having the user manually configure(which I want to leave optional). Could you point me in the right direction?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi, your code is AWESOME!</p>
<p>I&#8217;m trying to figure out how to get the the code to automatically create a thumbnail on upload instead of having the user manually configure(which I want to leave optional). Could you point me in the right direction?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vinnie</title>
		<link>http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop-v11/comment-page-2/#comment-6220</link>
		<dc:creator>vinnie</dc:creator>
		<pubDate>Wed, 24 Feb 2010 21:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop-v11/#comment-6220</guid>
		<description>lateNIGHT i have the same question, but tomorrow ill try to make it work, JC says that he could so maybe we could too :D

PD: An example with mysq and PHP ill be very usefull.</description>
		<content:encoded><![CDATA[<p>lateNIGHT i have the same question, but tomorrow ill try to make it work, JC says that he could so maybe we could too <img src='http://www.webmotionuk.co.uk/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>PD: An example with mysq and PHP ill be very usefull.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lateNIGHT</title>
		<link>http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop-v11/comment-page-2/#comment-6084</link>
		<dc:creator>lateNIGHT</dc:creator>
		<pubDate>Tue, 16 Feb 2010 20:11:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop-v11/#comment-6084</guid>
		<description>Hi. I want ask if somebody have this script conected to the database.
You choose image from database crop it and save thumbnail location to database.</description>
		<content:encoded><![CDATA[<p>Hi. I want ask if somebody have this script conected to the database.<br />
You choose image from database crop it and save thumbnail location to database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flo</title>
		<link>http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop-v11/comment-page-2/#comment-5853</link>
		<dc:creator>flo</dc:creator>
		<pubDate>Mon, 01 Feb 2010 21:55:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop-v11/#comment-5853</guid>
		<description>how can i store the original image on the server? next to the resized and the thumbnail. i am desperately searching for a solution. thanks. flo</description>
		<content:encoded><![CDATA[<p>how can i store the original image on the server? next to the resized and the thumbnail. i am desperately searching for a solution. thanks. flo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JC</title>
		<link>http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop-v11/comment-page-2/#comment-5775</link>
		<dc:creator>JC</dc:creator>
		<pubDate>Wed, 27 Jan 2010 19:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop-v11/#comment-5775</guid>
		<description>Thank you! I&#039;m new to php and this has been a wonderful introduction. I&#039;ve enjoyed reading and playing with such a nice script! 

I&#039;ve got it working with MySQL to make a gallery of sorts.</description>
		<content:encoded><![CDATA[<p>Thank you! I&#8217;m new to php and this has been a wonderful introduction. I&#8217;ve enjoyed reading and playing with such a nice script! </p>
<p>I&#8217;ve got it working with MySQL to make a gallery of sorts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IE8</title>
		<link>http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop-v11/comment-page-2/#comment-4904</link>
		<dc:creator>IE8</dc:creator>
		<pubDate>Thu, 10 Dec 2009 20:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop-v11/#comment-4904</guid>
		<description>Script works great, except for in IE (primarily IE8).  Has anyone found a fix for IE 8 yet?</description>
		<content:encoded><![CDATA[<p>Script works great, except for in IE (primarily IE8).  Has anyone found a fix for IE 8 yet?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: redfoman</title>
		<link>http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop-v11/comment-page-1/#comment-4670</link>
		<dc:creator>redfoman</dc:creator>
		<pubDate>Thu, 12 Nov 2009 15:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop-v11/#comment-4670</guid>
		<description>Hello
I have a problem with cropping the images. the parameters that i sending to function that crops the image (resizeThumbnailImage) are correct, but the cropping is not correct
What can be the problem? everything looks correct

Thanks a lot. Great script</description>
		<content:encoded><![CDATA[<p>Hello<br />
I have a problem with cropping the images. the parameters that i sending to function that crops the image (resizeThumbnailImage) are correct, but the cropping is not correct<br />
What can be the problem? everything looks correct</p>
<p>Thanks a lot. Great script</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop-v11/comment-page-1/#comment-4653</link>
		<dc:creator>George</dc:creator>
		<pubDate>Tue, 10 Nov 2009 16:59:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop-v11/#comment-4653</guid>
		<description>Nice, but no work in ie6... =\  i know it is dead, or will dead, but some clients keeping using the DEVIL ie6  *cry* , but NICEEEE WORK!!!!</description>
		<content:encoded><![CDATA[<p>Nice, but no work in ie6&#8230; =\  i know it is dead, or will dead, but some clients keeping using the DEVIL ie6  *cry* , but NICEEEE WORK!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mic3000</title>
		<link>http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop-v11/comment-page-1/#comment-4413</link>
		<dc:creator>mic3000</dc:creator>
		<pubDate>Fri, 16 Oct 2009 19:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop-v11/#comment-4413</guid>
		<description>Hello everyone.
The script is fantastic, but there is a problem.
By uploading files with jpeg extension crashes.
Any suggestions?
Excuse my bad English!</description>
		<content:encoded><![CDATA[<p>Hello everyone.<br />
The script is fantastic, but there is a problem.<br />
By uploading files with jpeg extension crashes.<br />
Any suggestions?<br />
Excuse my bad English!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
