<?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: Mashup Application : Image Uploader + Cropper using jQuery + PHP</title>
	<atom:link href="http://webdevcodex.com/mashup-application-image-uploader-cropper-using-jquery-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdevcodex.com/mashup-application-image-uploader-cropper-using-jquery-php/</link>
	<description>Resource site for all your web development needs. Also features SEO, blogging, Wordpress Customizations</description>
	<lastBuildDate>Mon, 05 Jul 2010 22:26:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=5076</generator>
	<item>
		<title>By: Dmort</title>
		<link>http://webdevcodex.com/mashup-application-image-uploader-cropper-using-jquery-php/#comment-347</link>
		<dc:creator>Dmort</dc:creator>
		<pubDate>Sun, 04 Jul 2010 09:48:36 +0000</pubDate>
		<guid isPermaLink="false">http://webdevcodex.com/?p=361#comment-347</guid>
		<description>Thanks for the tip. Changes the selected crop, but still crops square. Also need to pass different sizes for 3 uploads. Any ideas?  Thanks </description>
		<content:encoded><![CDATA[<p>Thanks for the tip. Changes the selected crop, but still crops square. Also need to pass different sizes for 3 uploads. Any ideas?  Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Graber</title>
		<link>http://webdevcodex.com/mashup-application-image-uploader-cropper-using-jquery-php/#comment-339</link>
		<dc:creator>Jeff Graber</dc:creator>
		<pubDate>Mon, 21 Jun 2010 20:13:28 +0000</pubDate>
		<guid isPermaLink="false">http://webdevcodex.com/?p=361#comment-339</guid>
		<description>This worked for me...&lt;br /&gt;&lt;br /&gt; 
 
Change:&lt;br /&gt; 
var size = 102&lt;br /&gt; 
to &lt;br /&gt; 
var sizew = 102&lt;br /&gt; 
var sizeh = 87&lt;br /&gt;&lt;br /&gt; 
 
Replace the size variable with these new variables everywhere it is called in the javascript. Add this line under $(f).Jcrop({,&lt;br /&gt;&lt;br /&gt; 
 
setSelect: [ 0, 0, sizew, sizeh ],&lt;br /&gt;&lt;br /&gt; 
 
and comment out or delete aspectRatio: 1 </description>
		<content:encoded><![CDATA[<p>This worked for me&#8230;</p>
<p>Change:<br /> <br />
var size = 102<br /> <br />
to <br /> <br />
var sizew = 102<br /> <br />
var sizeh = 87</p>
<p>Replace the size variable with these new variables everywhere it is called in the javascript. Add this line under $(f).Jcrop({,</p>
<p>setSelect: [ 0, 0, sizew, sizeh ],</p>
<p>and comment out or delete aspectRatio: 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shaun</title>
		<link>http://webdevcodex.com/mashup-application-image-uploader-cropper-using-jquery-php/#comment-336</link>
		<dc:creator>shaun</dc:creator>
		<pubDate>Tue, 15 Jun 2010 12:55:16 +0000</pubDate>
		<guid isPermaLink="false">http://webdevcodex.com/?p=361#comment-336</guid>
		<description>i uploaded all the files the image uploads to the uploads folder but will not display,?? 
 
the image uploaded is somehow chmod yo 600 is this right what am i doing wrong here? thanks </description>
		<content:encoded><![CDATA[<p>i uploaded all the files the image uploads to the uploads folder but will not display,?? </p>
<p>the image uploaded is somehow chmod yo 600 is this right what am i doing wrong here? thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lolik</title>
		<link>http://webdevcodex.com/mashup-application-image-uploader-cropper-using-jquery-php/#comment-335</link>
		<dc:creator>lolik</dc:creator>
		<pubDate>Sun, 13 Jun 2010 10:05:48 +0000</pubDate>
		<guid isPermaLink="false">http://webdevcodex.com/?p=361#comment-335</guid>
		<description>how to donothing with image if nothing to crop ? 
I put h and w vatiables to 0 but its gives me a black screen </description>
		<content:encoded><![CDATA[<p>how to donothing with image if nothing to crop ?<br />
I put h and w vatiables to 0 but its gives me a black screen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lolik</title>
		<link>http://webdevcodex.com/mashup-application-image-uploader-cropper-using-jquery-php/#comment-334</link>
		<dc:creator>lolik</dc:creator>
		<pubDate>Sat, 12 Jun 2010 10:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://webdevcodex.com/?p=361#comment-334</guid>
		<description>ok i get it ! the crop was loading not from uploads but from home folder wich was not chmoded :)  
thansk for the cool mushup !  </description>
		<content:encoded><![CDATA[<p>ok i get it ! the crop was loading not from uploads but from home folder wich was not chmoded <img src='http://webdevcodex.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
thansk for the cool mushup !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lolik</title>
		<link>http://webdevcodex.com/mashup-application-image-uploader-cropper-using-jquery-php/#comment-333</link>
		<dc:creator>lolik</dc:creator>
		<pubDate>Sat, 12 Jun 2010 09:18:06 +0000</pubDate>
		<guid isPermaLink="false">http://webdevcodex.com/?p=361#comment-333</guid>
		<description>ok my fault i was using a script from not hom directory 
now trying to figure out why last part of the script dosent works 
I dont have crop image created in a upload folder and so there is no final image shows up </description>
		<content:encoded><![CDATA[<p>ok my fault i was using a script from not hom directory<br />
now trying to figure out why last part of the script dosent works<br />
I dont have crop image created in a upload folder and so there is no final image shows up</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lolik</title>
		<link>http://webdevcodex.com/mashup-application-image-uploader-cropper-using-jquery-php/#comment-332</link>
		<dc:creator>lolik</dc:creator>
		<pubDate>Sat, 12 Jun 2010 08:06:07 +0000</pubDate>
		<guid isPermaLink="false">http://webdevcodex.com/?p=361#comment-332</guid>
		<description>it dosent worked for me  
i cmoded a directory /uploads  
and when i try to upload i get no error and nothing ; 
just a loading pop ups ; any ideas? thanks  </description>
		<content:encoded><![CDATA[<p>it dosent worked for me<br />
i cmoded a directory /uploads<br />
and when i try to upload i get no error and nothing ;<br />
just a loading pop ups ; any ideas? thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shahzad Ahmed</title>
		<link>http://webdevcodex.com/mashup-application-image-uploader-cropper-using-jquery-php/#comment-315</link>
		<dc:creator>Shahzad Ahmed</dc:creator>
		<pubDate>Sat, 22 May 2010 14:19:02 +0000</pubDate>
		<guid isPermaLink="false">http://webdevcodex.com/?p=361#comment-315</guid>
		<description>Great Post ...  
 
 
i just to crop fix size image. 
but when i try 
var fixed = 0; 
var size = 102;  
 
it crop 102x102 image 
 
but what if i need to crop an image of size 
 
width 102 and height 87 
102x87 
 
please help </description>
		<content:encoded><![CDATA[<p>Great Post &#8230;  </p>
<p>i just to crop fix size image.<br />
but when i try<br />
var fixed = 0;<br />
var size = 102;  </p>
<p>it crop 102&#215;102 image </p>
<p>but what if i need to crop an image of size </p>
<p>width 102 and height 87<br />
102&#215;87 </p>
<p>please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cha0s</title>
		<link>http://webdevcodex.com/mashup-application-image-uploader-cropper-using-jquery-php/#comment-293</link>
		<dc:creator>cha0s</dc:creator>
		<pubDate>Sat, 17 Apr 2010 19:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://webdevcodex.com/?p=361#comment-293</guid>
		<description>This code does not work as in demo.... crap. </description>
		<content:encoded><![CDATA[<p>This code does not work as in demo&#8230;. crap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mat</title>
		<link>http://webdevcodex.com/mashup-application-image-uploader-cropper-using-jquery-php/#comment-256</link>
		<dc:creator>Mat</dc:creator>
		<pubDate>Tue, 26 Jan 2010 10:18:30 +0000</pubDate>
		<guid isPermaLink="false">http://webdevcodex.com/?p=361#comment-256</guid>
		<description>Hi, I found the solution to the Gif and Png problem. I simply detect the extension of the image being passed and use the necessary Php function to create from i.e. Gif -&gt; $img_r=imagecreatefromgif($src); Png -&gt; $img_r=imagecreatefrompng($src); </description>
		<content:encoded><![CDATA[<p>Hi, I found the solution to the Gif and Png problem. I simply detect the extension of the image being passed and use the necessary Php function to create from i.e. Gif -&gt; $img_r=imagecreatefromgif($src); Png -&gt; $img_r=imagecreatefrompng($src);</p>
]]></content:encoded>
	</item>
</channel>
</rss>
