<?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 for WebMotionUK</title>
	<atom:link href="http://www.webmotionuk.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webmotionuk.co.uk</link>
	<description>Web Design/Development, Marketing, Communication and E-Solutions</description>
	<lastBuildDate>Mon, 23 Aug 2010 02:36:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on PHP &amp; jQuery image upload and crop by francky</title>
		<link>http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop/comment-page-3/#comment-7579</link>
		<dc:creator>francky</dc:creator>
		<pubDate>Mon, 23 Aug 2010 02:36:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop/#comment-7579</guid>
		<description>&quot;So far we have tested it in FireFox v2, Internet Explorer 6 and 7 with pretty good results. &quot;

- Firefox 3.5.10, Opera 9.21, 9.51, 9.64 and 10.10, Safari 5.01 and Google Chrome are working fine in the Demo. Affirmative!

Greetings,
francky</description>
		<content:encoded><![CDATA[<p>&#8220;So far we have tested it in FireFox v2, Internet Explorer 6 and 7 with pretty good results. &#8221;</p>
<p>- Firefox 3.5.10, Opera 9.21, 9.51, 9.64 and 10.10, Safari 5.01 and Google Chrome are working fine in the Demo. Affirmative!</p>
<p>Greetings,<br />
francky</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP &amp; jQuery image upload and crop by francky</title>
		<link>http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop/comment-page-3/#comment-7576</link>
		<dc:creator>francky</dc:creator>
		<pubDate>Mon, 23 Aug 2010 02:07:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop/#comment-7576</guid>
		<description>Hi,
A wonderfull tool! And fast working too! :)

Also a suggestion; line 11 under &quot;2. Capture, rename and resize the uploaded file&quot; reads:
&lt;strong&gt; if (($file_ext!=&quot;jpg&quot;) &amp;&amp; ($userfile_size &gt; $max_file)) {  
             $error= &quot;ONLY jpeg images under 1MB are accepted for upload&quot;;  
         }&lt;/strong&gt;
I guess the error devil was walking by: the AND operator &amp;&amp; should be the OR &#124;&#124;, otherwise a jpg of way &gt; 1MB will pass easily. And a bmp of 20KB as well: the 2 conditions aren&#039;t both true, so &quot;no error&quot;.
In the jquery_upload_crop.zip I saw the upload_crop.php has the same &amp;&amp; (line 103).

Cordially,
francky</description>
		<content:encoded><![CDATA[<p>Hi,<br />
A wonderfull tool! And fast working too! <img src='http://www.webmotionuk.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Also a suggestion; line 11 under &#8220;2. Capture, rename and resize the uploaded file&#8221; reads:<br />
<strong> if (($file_ext!=&#8221;jpg&#8221;) &amp;&amp; ($userfile_size &gt; $max_file)) {<br />
             $error= &#8220;ONLY jpeg images under 1MB are accepted for upload&#8221;;<br />
         }</strong><br />
I guess the error devil was walking by: the AND operator &amp;&amp; should be the OR ||, otherwise a jpg of way &gt; 1MB will pass easily. And a bmp of 20KB as well: the 2 conditions aren&#8217;t both true, so &#8220;no error&#8221;.<br />
In the jquery_upload_crop.zip I saw the upload_crop.php has the same &amp;&amp; (line 103).</p>
<p>Cordially,<br />
francky</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP &amp; jQuery image upload and crop v1.2 by Matthew</title>
		<link>http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop-v11/comment-page-2/#comment-7466</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Tue, 10 Aug 2010 01:04:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop-v11/#comment-7466</guid>
		<description>Awesome script, easy to use and easy to understand. Well done - thank you!</description>
		<content:encoded><![CDATA[<p>Awesome script, easy to use and easy to understand. Well done &#8211; thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JQuery / PHP Upload and Crop &#8211; Feature Request Page by Josh</title>
		<link>http://www.webmotionuk.co.uk/jquery-php-upload-and-crop-feature-request-page/comment-page-1/#comment-7448</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Sat, 07 Aug 2010 05:53:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmotionuk.co.uk/?p=1154#comment-7448</guid>
		<description>I agree with Hagar! I was just re-visiting in hopes of finding something about a progress bar.
I would love to have an upload progress bar too!</description>
		<content:encoded><![CDATA[<p>I agree with Hagar! I was just re-visiting in hopes of finding something about a progress bar.<br />
I would love to have an upload progress bar too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP &amp; jQuery image upload and crop by Krystal</title>
		<link>http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop/comment-page-3/#comment-7406</link>
		<dc:creator>Krystal</dc:creator>
		<pubDate>Tue, 03 Aug 2010 06:54:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop/#comment-7406</guid>
		<description>Exactly what I was looking for. Thank you!</description>
		<content:encoded><![CDATA[<p>Exactly what I was looking for. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JQuery / PHP Upload and Crop &#8211; Feature Request Page by Hagar</title>
		<link>http://www.webmotionuk.co.uk/jquery-php-upload-and-crop-feature-request-page/comment-page-1/#comment-7323</link>
		<dc:creator>Hagar</dc:creator>
		<pubDate>Thu, 22 Jul 2010 23:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmotionuk.co.uk/?p=1154#comment-7323</guid>
		<description>An upload progress bar, or any visualization of the upload progress would be awesome!</description>
		<content:encoded><![CDATA[<p>An upload progress bar, or any visualization of the upload progress would be awesome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP &amp; jQuery image upload and crop by Miami Web Design</title>
		<link>http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop/comment-page-3/#comment-7273</link>
		<dc:creator>Miami Web Design</dc:creator>
		<pubDate>Thu, 08 Jul 2010 17:20:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop/#comment-7273</guid>
		<description>thanks for crop scripts but im also having the same issue. its not showing up with I.E 8 and the image came out wrong. any help?</description>
		<content:encoded><![CDATA[<p>thanks for crop scripts but im also having the same issue. its not showing up with I.E 8 and the image came out wrong. any help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JQuery / PHP Upload and Crop &#8211; Feature Request Page by Josh</title>
		<link>http://www.webmotionuk.co.uk/jquery-php-upload-and-crop-feature-request-page/comment-page-1/#comment-7267</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Wed, 07 Jul 2010 20:34:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmotionuk.co.uk/?p=1154#comment-7267</guid>
		<description>This script works perfectly when using it locally, but does not work properly when trying it on a live server. I tried to suppress the error reporting, but I am still having difficulty.

Basically, the image uploads, the page returns to a blank screen, then I must hit the link again for the image to show. 

The same after cropping the image.
Any suggestions?</description>
		<content:encoded><![CDATA[<p>This script works perfectly when using it locally, but does not work properly when trying it on a live server. I tried to suppress the error reporting, but I am still having difficulty.</p>
<p>Basically, the image uploads, the page returns to a blank screen, then I must hit the link again for the image to show. </p>
<p>The same after cropping the image.<br />
Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP &amp; jQuery image upload and crop v1.2 by Chan</title>
		<link>http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop-v11/comment-page-2/#comment-7232</link>
		<dc:creator>Chan</dc:creator>
		<pubDate>Sat, 03 Jul 2010 06:40:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop-v11/#comment-7232</guid>
		<description>I&#039;m also having problems in IE. The cropping rectangle does not appear by default in IE even though it is set to appear and works fine in Firefox. I&#039;ve found that refreshing the browser can suddenly make it appear in IE!</description>
		<content:encoded><![CDATA[<p>I&#8217;m also having problems in IE. The cropping rectangle does not appear by default in IE even though it is set to appear and works fine in Firefox. I&#8217;ve found that refreshing the browser can suddenly make it appear in IE!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP &amp; jQuery image upload and crop v1.2 by Chan</title>
		<link>http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop-v11/comment-page-2/#comment-7231</link>
		<dc:creator>Chan</dc:creator>
		<pubDate>Sat, 03 Jul 2010 06:29:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop-v11/#comment-7231</guid>
		<description>Hi,
My goal is to have a default selection box (dotted rectangle) visible when the user uploads an image, and have the thumbnail preview show the default selected area by default. I want to size the default selection as a square, with a side being equal to the shorter of the length and width of the original image.

I&#039;m able to create this default selection correctly. However the thumbnail preview does not show this by default. It shows the top left portion of the original image (100px * 100px). 

If I use my mouse to click on the selection and move it around, as soon as I move it the preview &quot;snaps&quot; to correctly show the selected area. From this point on it works as expected. So my only issue is getting the default preview to accurately reflect the default selection.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
My goal is to have a default selection box (dotted rectangle) visible when the user uploads an image, and have the thumbnail preview show the default selected area by default. I want to size the default selection as a square, with a side being equal to the shorter of the length and width of the original image.</p>
<p>I&#8217;m able to create this default selection correctly. However the thumbnail preview does not show this by default. It shows the top left portion of the original image (100px * 100px). </p>
<p>If I use my mouse to click on the selection and move it around, as soon as I move it the preview &#8220;snaps&#8221; to correctly show the selected area. From this point on it works as expected. So my only issue is getting the default preview to accurately reflect the default selection.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

