<?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</title>
	<atom:link href="http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop/</link>
	<description>Web Design/Development, Marketing, Communication and E-Solutions</description>
	<lastBuildDate>Fri, 12 Mar 2010 02:51:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Agapern</title>
		<link>http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop/comment-page-3/#comment-6479</link>
		<dc:creator>Agapern</dc:creator>
		<pubDate>Thu, 11 Mar 2010 11:47:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop/#comment-6479</guid>
		<description>It could be very useful to have a parameter to change the aspect ratio of the cropped image (currently i can only get square thumbnails) or to specify a fixed width &amp; height for the cropped image. Can anyone help with this? How can i change the script to work in this way?

regards,</description>
		<content:encoded><![CDATA[<p>It could be very useful to have a parameter to change the aspect ratio of the cropped image (currently i can only get square thumbnails) or to specify a fixed width &#038; height for the cropped image. Can anyone help with this? How can i change the script to work in this way?</p>
<p>regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webmotionuk</title>
		<link>http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop/comment-page-3/#comment-6477</link>
		<dc:creator>webmotionuk</dc:creator>
		<pubDate>Thu, 11 Mar 2010 10:13:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop/#comment-6477</guid>
		<description>@jj, it seems you may not have the GD2 graphics manipulation library, you can check this out looking at the output of phpinfo(); If the file does exist, it must be enabled in php.ini by adding the following lines in the file:

[PHP_GD2]
extension=php_gd2.dll</description>
		<content:encoded><![CDATA[<p>@jj, it seems you may not have the GD2 graphics manipulation library, you can check this out looking at the output of phpinfo(); If the file does exist, it must be enabled in php.ini by adding the following lines in the file:</p>
<p>[PHP_GD2]<br />
extension=php_gd2.dll</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jj</title>
		<link>http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop/comment-page-3/#comment-6476</link>
		<dc:creator>jj</dc:creator>
		<pubDate>Thu, 11 Mar 2010 09:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop/#comment-6476</guid>
		<description>Hi,

This is perfectly useful.
But I am getting an error message 
&quot;Fatal error: Call to undefined function imagecreatetruecolor()&quot;.
Please help me to sort it out</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This is perfectly useful.<br />
But I am getting an error message<br />
&#8220;Fatal error: Call to undefined function imagecreatetruecolor()&#8221;.<br />
Please help me to sort it out</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wallysson Nunes</title>
		<link>http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop/comment-page-3/#comment-6466</link>
		<dc:creator>Wallysson Nunes</dc:creator>
		<pubDate>Thu, 11 Mar 2010 00:26:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop/#comment-6466</guid>
		<description>Oh man! This script is awesome!
Congratulations, it helped me a lot!!!</description>
		<content:encoded><![CDATA[<p>Oh man! This script is awesome!<br />
Congratulations, it helped me a lot!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adam t</title>
		<link>http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop/comment-page-3/#comment-6353</link>
		<dc:creator>adam t</dc:creator>
		<pubDate>Thu, 04 Mar 2010 15:30:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop/#comment-6353</guid>
		<description>First, this is a pretty neat plugin. Thanks for it.

I&#039;m having a problem with implementation. As a standalone version, it works just fine, but when I incorporate it it into my website, it breaks. I think it has to do with the jquery-pack. It occurs to me it already includes jQuery 1.2.6. My site is heavily reliant on jQuery, and I use a lot of different plugins. I already use goggleapi for my whole site (maybe thirty pages.) Do you have a version that doesn&#039;t include the jQuery library, and just the jQ scripts needed for your plugin?

Again, thanks for the script, and in advance for any help you might give.</description>
		<content:encoded><![CDATA[<p>First, this is a pretty neat plugin. Thanks for it.</p>
<p>I&#8217;m having a problem with implementation. As a standalone version, it works just fine, but when I incorporate it it into my website, it breaks. I think it has to do with the jquery-pack. It occurs to me it already includes jQuery 1.2.6. My site is heavily reliant on jQuery, and I use a lot of different plugins. I already use goggleapi for my whole site (maybe thirty pages.) Do you have a version that doesn&#8217;t include the jQuery library, and just the jQ scripts needed for your plugin?</p>
<p>Again, thanks for the script, and in advance for any help you might give.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karol</title>
		<link>http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop/comment-page-3/#comment-6252</link>
		<dc:creator>Karol</dc:creator>
		<pubDate>Fri, 26 Feb 2010 03:47:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop/#comment-6252</guid>
		<description>Hi all,

This is great!

I was wondering if anyone knows how to create multiple versions of the cropped image for example: a large, medium and small version of the generated thumbnail?

Much appreciated,

Thanks! k</description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>This is great!</p>
<p>I was wondering if anyone knows how to create multiple versions of the cropped image for example: a large, medium and small version of the generated thumbnail?</p>
<p>Much appreciated,</p>
<p>Thanks! k</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie</title>
		<link>http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop/comment-page-3/#comment-6184</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Mon, 22 Feb 2010 16:47:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop/#comment-6184</guid>
		<description>Works really nicely. Thanks for sharing.

Is it possible to let the user specify the dimensions of the cropped image? Say pass a width and height  using an input alongside the upload form? That would be really cool.</description>
		<content:encoded><![CDATA[<p>Works really nicely. Thanks for sharing.</p>
<p>Is it possible to let the user specify the dimensions of the cropped image? Say pass a width and height  using an input alongside the upload form? That would be really cool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dufi</title>
		<link>http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop/comment-page-3/#comment-5991</link>
		<dc:creator>Dufi</dc:creator>
		<pubDate>Wed, 10 Feb 2010 09:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop/#comment-5991</guid>
		<description>I want to have the original file name and extension. In this way now i can use only one image, that I always overwrite.
Anyone can tell me how to fix this? (will this be in the newer version?)
Just keep the file name</description>
		<content:encoded><![CDATA[<p>I want to have the original file name and extension. In this way now i can use only one image, that I always overwrite.<br />
Anyone can tell me how to fix this? (will this be in the newer version?)<br />
Just keep the file name</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shooman</title>
		<link>http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop/comment-page-2/#comment-5909</link>
		<dc:creator>Shooman</dc:creator>
		<pubDate>Fri, 05 Feb 2010 00:35:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop/#comment-5909</guid>
		<description>thanks man, this is really a great script</description>
		<content:encoded><![CDATA[<p>thanks man, this is really a great script</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: batur</title>
		<link>http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop/comment-page-2/#comment-5686</link>
		<dc:creator>batur</dc:creator>
		<pubDate>Fri, 22 Jan 2010 11:17:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop/#comment-5686</guid>
		<description>hi, 
thanks for the great script.

my problem is eventough folder permissions on server is correct and script works flawless on a local test machine. i cant upload images(or cant create them) to server.

any suggestions appreciated.

have nice day.</description>
		<content:encoded><![CDATA[<p>hi,<br />
thanks for the great script.</p>
<p>my problem is eventough folder permissions on server is correct and script works flawless on a local test machine. i cant upload images(or cant create them) to server.</p>
<p>any suggestions appreciated.</p>
<p>have nice day.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
