<?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: Tutorial: How to Implement Jcrop into an Application</title>
	<atom:link href="http://www.cagintranet.com/archive/how-to-use-jcrop-from-within-an-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cagintranet.com/archive/how-to-use-jcrop-from-within-an-application/</link>
	<description>Pittsburgh Web Design » Web Designer, Developer, Graphic Artist and Web 2.0 Guru</description>
	<lastBuildDate>Thu, 29 Sep 2011 16:22:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: sahib</title>
		<link>http://www.cagintranet.com/archive/how-to-use-jcrop-from-within-an-application/#comment-8669</link>
		<dc:creator>sahib</dc:creator>
		<pubDate>Sat, 30 Apr 2011 11:53:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=507#comment-8669</guid>
		<description>hey guys please help me out i just download the script and jst tried it but m geting this error can anyone tell me how to slove this....???


Warning: getimagesize(images/) [function.getimagesize]: failed to open stream: No such file or directory in C:\wamp\www\jcrop-demo\image.php on line 57</description>
		<content:encoded><![CDATA[<p>hey guys please help me out i just download the script and jst tried it but m geting this error can anyone tell me how to slove this&#8230;.???</p>
<p>Warning: getimagesize(images/) [function.getimagesize]: failed to open stream: No such file or directory in C:\wamp\www\jcrop-demo\image.php on line 57</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fadi</title>
		<link>http://www.cagintranet.com/archive/how-to-use-jcrop-from-within-an-application/#comment-8660</link>
		<dc:creator>fadi</dc:creator>
		<pubDate>Mon, 21 Mar 2011 18:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=507#comment-8660</guid>
		<description>thank u for this nice tutorial, however when i try to crop gif or png images i get a black thumbnail?? any ideas how can i fix this?
thanks for the help</description>
		<content:encoded><![CDATA[<p>thank u for this nice tutorial, however when i try to crop gif or png images i get a black thumbnail?? any ideas how can i fix this?<br />
thanks for the help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iain Doughty</title>
		<link>http://www.cagintranet.com/archive/how-to-use-jcrop-from-within-an-application/#comment-8622</link>
		<dc:creator>Iain Doughty</dc:creator>
		<pubDate>Fri, 25 Feb 2011 09:58:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=507#comment-8622</guid>
		<description>adding aspectRatio: 1 to the jCrop object will allow you to crop only a box</description>
		<content:encoded><![CDATA[<p>adding aspectRatio: 1 to the jCrop object will allow you to crop only a box</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cyrus</title>
		<link>http://www.cagintranet.com/archive/how-to-use-jcrop-from-within-an-application/#comment-8553</link>
		<dc:creator>Cyrus</dc:creator>
		<pubDate>Sun, 13 Feb 2011 12:18:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=507#comment-8553</guid>
		<description>Sir Please Help me.</description>
		<content:encoded><![CDATA[<p>Sir Please Help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cyrus</title>
		<link>http://www.cagintranet.com/archive/how-to-use-jcrop-from-within-an-application/#comment-8552</link>
		<dc:creator>Cyrus</dc:creator>
		<pubDate>Sun, 13 Feb 2011 12:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=507#comment-8552</guid>
		<description>tnx for this tutorial, but I have one issue, How can I set the maximum width of thumbnail to 190px when the image is save, please help me, send me the code I really need this. Thankyou everyone</description>
		<content:encoded><![CDATA[<p>tnx for this tutorial, but I have one issue, How can I set the maximum width of thumbnail to 190px when the image is save, please help me, send me the code I really need this. Thankyou everyone</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: toshiro</title>
		<link>http://www.cagintranet.com/archive/how-to-use-jcrop-from-within-an-application/#comment-8083</link>
		<dc:creator>toshiro</dc:creator>
		<pubDate>Fri, 29 Oct 2010 13:11:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=507#comment-8083</guid>
		<description>Thank&#039;s for the Demo. But what about x-Coord = 0 ? There always comes up the alert &quot;Please select a crop region then press submit.&quot;
I changed the function as follows:
&lt;code&gt;
function checkCoords()
{
//  if (parseInt($(&#039;#x&#039;).val())) return true;
   if (parseInt($(&#039;#x&#039;).val()) &gt;= 0) return true;
  alert(&#039;Please select a crop region then press submit.&#039;);
  return false;
};
&lt;/code&gt;

Now it works.</description>
		<content:encoded><![CDATA[<p>Thank&#8217;s for the Demo. But what about x-Coord = 0 ? There always comes up the alert &#8220;Please select a crop region then press submit.&#8221;<br />
I changed the function as follows:<br />
<code><br />
function checkCoords()<br />
{<br />
//  if (parseInt($('#x').val())) return true;<br />
   if (parseInt($('#x').val()) &gt;= 0) return true;<br />
  alert('Please select a crop region then press submit.');<br />
  return false;<br />
};<br />
</code></p>
<p>Now it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christo</title>
		<link>http://www.cagintranet.com/archive/how-to-use-jcrop-from-within-an-application/#comment-8063</link>
		<dc:creator>Christo</dc:creator>
		<pubDate>Thu, 30 Sep 2010 01:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=507#comment-8063</guid>
		<description>Ratio? There is an optional parameter for that: &quot;aspectRatio&quot;
Just read the documentation from top to bottom!
It only takes 2 minutes for craps sake!

http://deepliquid.com/content/Jcrop_Manual.html</description>
		<content:encoded><![CDATA[<p>Ratio? There is an optional parameter for that: &#8220;aspectRatio&#8221;<br />
Just read the documentation from top to bottom!<br />
It only takes 2 minutes for craps sake!</p>
<p><a href="http://deepliquid.com/content/Jcrop_Manual.html" rel="nofollow">http://deepliquid.com/content/Jcrop_Manual.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DBC</title>
		<link>http://www.cagintranet.com/archive/how-to-use-jcrop-from-within-an-application/#comment-8045</link>
		<dc:creator>DBC</dc:creator>
		<pubDate>Fri, 27 Aug 2010 10:14:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=507#comment-8045</guid>
		<description>Really handy piece of code bud and thank you for putting this online for all.

Sadly I am having major troubles getting the image to be saved and cannot understand how to get it working. Was wondering if you could expand the tutorial text to explain each section in greater detail? :D

Keep up the great work.</description>
		<content:encoded><![CDATA[<p>Really handy piece of code bud and thank you for putting this online for all.</p>
<p>Sadly I am having major troubles getting the image to be saved and cannot understand how to get it working. Was wondering if you could expand the tutorial text to explain each section in greater detail? :D</p>
<p>Keep up the great work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://www.cagintranet.com/archive/how-to-use-jcrop-from-within-an-application/#comment-7956</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Mon, 29 Mar 2010 14:38:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=507#comment-7956</guid>
		<description>I&#039;m trying do download your files using link download the files but nothing heppend.
Can you please send me files on my email account.
Beautyfulll job</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying do download your files using link download the files but nothing heppend.<br />
Can you please send me files on my email account.<br />
Beautyfulll job</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris K</title>
		<link>http://www.cagintranet.com/archive/how-to-use-jcrop-from-within-an-application/#comment-7842</link>
		<dc:creator>Chris K</dc:creator>
		<pubDate>Sun, 27 Dec 2009 12:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=507#comment-7842</guid>
		<description>Hi Chris,

this is really great - the only thing I would REALLY need, that&#039;s not in there YET is the &quot;Ratio&quot; feature that already has been asked for - any idea, how this could be done?</description>
		<content:encoded><![CDATA[<p>Hi Chris,</p>
<p>this is really great &#8211; the only thing I would REALLY need, that&#8217;s not in there YET is the &#8220;Ratio&#8221; feature that already has been asked for &#8211; any idea, how this could be done?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

