<?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: AJAX image cropper with YUI and PHP</title>
	<atom:link href="http://htmlblog.net/ajax-image-cropper-with-yui-and-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://htmlblog.net/ajax-image-cropper-with-yui-and-php/</link>
	<description>The web sandbox of Asvin Balloo</description>
	<lastBuildDate>Wed, 25 Nov 2009 02:36:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: images</title>
		<link>http://htmlblog.net/ajax-image-cropper-with-yui-and-php/comment-page-1/#comment-33616</link>
		<dc:creator>images</dc:creator>
		<pubDate>Thu, 24 Sep 2009 13:52:30 +0000</pubDate>
		<guid isPermaLink="false">http://htmlblog.net/?p=35#comment-33616</guid>
		<description>Many many thanks, great that.</description>
		<content:encoded><![CDATA[<p>Many many thanks, great that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl</title>
		<link>http://htmlblog.net/ajax-image-cropper-with-yui-and-php/comment-page-1/#comment-32051</link>
		<dc:creator>Carl</dc:creator>
		<pubDate>Wed, 29 Jul 2009 23:31:01 +0000</pubDate>
		<guid isPermaLink="false">http://htmlblog.net/?p=35#comment-32051</guid>
		<description>How do you get the resized image to save to the server????</description>
		<content:encoded><![CDATA[<p>How do you get the resized image to save to the server????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AJAX image cropper with YUI and PHP - Tutorial Collection</title>
		<link>http://htmlblog.net/ajax-image-cropper-with-yui-and-php/comment-page-1/#comment-29624</link>
		<dc:creator>AJAX image cropper with YUI and PHP - Tutorial Collection</dc:creator>
		<pubDate>Sun, 07 Jun 2009 22:22:16 +0000</pubDate>
		<guid isPermaLink="false">http://htmlblog.net/?p=35#comment-29624</guid>
		<description>[...] View Tutorial      No Comment  var addthis_pub=&quot;izwan00&quot;; BOOKMARK        This entry was posted on Monday, June 8th, 2009 at 3:52 am and is filed under Javascript Tutorials. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site. [...]</description>
		<content:encoded><![CDATA[<p>[...] View Tutorial      No Comment  var addthis_pub=&#8221;izwan00&#8243;; BOOKMARK        This entry was posted on Monday, June 8th, 2009 at 3:52 am and is filed under Javascript Tutorials. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rachana</title>
		<link>http://htmlblog.net/ajax-image-cropper-with-yui-and-php/comment-page-1/#comment-26541</link>
		<dc:creator>Rachana</dc:creator>
		<pubDate>Fri, 24 Apr 2009 02:51:31 +0000</pubDate>
		<guid isPermaLink="false">http://htmlblog.net/?p=35#comment-26541</guid>
		<description>you rock :)</description>
		<content:encoded><![CDATA[<p>you rock :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asvin</title>
		<link>http://htmlblog.net/ajax-image-cropper-with-yui-and-php/comment-page-1/#comment-26453</link>
		<dc:creator>asvin</dc:creator>
		<pubDate>Wed, 22 Apr 2009 17:22:51 +0000</pubDate>
		<guid isPermaLink="false">http://htmlblog.net/?p=35#comment-26453</guid>
		<description>Rachana,

This can be done via some CSS, (thanks Firebug ;-)) :

.yui-resize-knob .yui-resize-handle {
     height:0;
     width:0;
}

.yui-skin-sam .yui-resize-knob .yui-resize-handle-l, .yui-skin-sam .yui-resize-knob .yui-resize-handle-r, .yui-skin-sam .yui-resize-knob .yui-resize-handle-l-active, .yui-skin-sam .yui-resize-knob .yui-resize-handle-r-active {
     height:0;
     width:0;
}</description>
		<content:encoded><![CDATA[<p>Rachana,</p>
<p>This can be done via some CSS, (thanks Firebug ;-)) :</p>
<p>.yui-resize-knob .yui-resize-handle {<br />
     height:0;<br />
     width:0;<br />
}</p>
<p>.yui-skin-sam .yui-resize-knob .yui-resize-handle-l, .yui-skin-sam .yui-resize-knob .yui-resize-handle-r, .yui-skin-sam .yui-resize-knob .yui-resize-handle-l-active, .yui-skin-sam .yui-resize-knob .yui-resize-handle-r-active {<br />
     height:0;<br />
     width:0;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rachana</title>
		<link>http://htmlblog.net/ajax-image-cropper-with-yui-and-php/comment-page-1/#comment-26452</link>
		<dc:creator>Rachana</dc:creator>
		<pubDate>Wed, 22 Apr 2009 17:15:31 +0000</pubDate>
		<guid isPermaLink="false">http://htmlblog.net/?p=35#comment-26452</guid>
		<description>Hi Asvin,

  Is there any way to hide the cropper handles instead of locking them??</description>
		<content:encoded><![CDATA[<p>Hi Asvin,</p>
<p>  Is there any way to hide the cropper handles instead of locking them??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rachana</title>
		<link>http://htmlblog.net/ajax-image-cropper-with-yui-and-php/comment-page-1/#comment-25500</link>
		<dc:creator>Rachana</dc:creator>
		<pubDate>Mon, 13 Apr 2009 18:43:25 +0000</pubDate>
		<guid isPermaLink="false">http://htmlblog.net/?p=35#comment-25500</guid>
		<description>I wish I could but its again company policy.</description>
		<content:encoded><![CDATA[<p>I wish I could but its again company policy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asvin</title>
		<link>http://htmlblog.net/ajax-image-cropper-with-yui-and-php/comment-page-1/#comment-25442</link>
		<dc:creator>asvin</dc:creator>
		<pubDate>Mon, 13 Apr 2009 08:44:44 +0000</pubDate>
		<guid isPermaLink="false">http://htmlblog.net/?p=35#comment-25442</guid>
		<description>Hello again Rachana

Hmm, do you have an URL you can give me so that I can have a look?</description>
		<content:encoded><![CDATA[<p>Hello again Rachana</p>
<p>Hmm, do you have an URL you can give me so that I can have a look?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rachana</title>
		<link>http://htmlblog.net/ajax-image-cropper-with-yui-and-php/comment-page-1/#comment-25368</link>
		<dc:creator>Rachana</dc:creator>
		<pubDate>Sun, 12 Apr 2009 19:53:57 +0000</pubDate>
		<guid isPermaLink="false">http://htmlblog.net/?p=35#comment-25368</guid>
		<description>Hi Asvin,

Thanks for all your help and suggestion. My module is working great. 

I have one problem at last :) 

Components.classes[&#039;@rdfa.digitalbazaar.com/fuzzbot/xpcom;1&#039;] is undefined [Break on this error] },_setBackgroundPosition:function(F,H){v...opper,{version:&quot;2.5.2&quot;,build:&quot;1076&quot;});/*

I am getting this javascript error coz of 2.5.2 version of imagecropper. I tried 2.7.0 also but its not working too. Infact if I change the version, cropper itself stops working. 

Any clue whtz going wrong ???</description>
		<content:encoded><![CDATA[<p>Hi Asvin,</p>
<p>Thanks for all your help and suggestion. My module is working great. </p>
<p>I have one problem at last :) </p>
<p>Components.classes['@rdfa.digitalbazaar.com/fuzzbot/xpcom;1'] is undefined [Break on this error] },_setBackgroundPosition:function(F,H){v&#8230;opper,{version:&#8221;2.5.2&#8243;,build:&#8221;1076&#8243;});/*</p>
<p>I am getting this javascript error coz of 2.5.2 version of imagecropper. I tried 2.7.0 also but its not working too. Infact if I change the version, cropper itself stops working. </p>
<p>Any clue whtz going wrong ???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asvin</title>
		<link>http://htmlblog.net/ajax-image-cropper-with-yui-and-php/comment-page-1/#comment-23620</link>
		<dc:creator>asvin</dc:creator>
		<pubDate>Fri, 03 Apr 2009 07:39:54 +0000</pubDate>
		<guid isPermaLink="false">http://htmlblog.net/?p=35#comment-23620</guid>
		<description>Rachana, I suggest a quick fix, why don&#039;t you resize the image upon uploading? I highly recommence verot upload class :
http://www.verot.net/php_class_upload.htm

You can do the upload more quickly and then resize big images to fit your needs.</description>
		<content:encoded><![CDATA[<p>Rachana, I suggest a quick fix, why don&#8217;t you resize the image upon uploading? I highly recommence verot upload class :<br />
<a href="http://www.verot.net/php_class_upload.htm" rel="nofollow">http://www.verot.net/php_class_upload.htm</a></p>
<p>You can do the upload more quickly and then resize big images to fit your needs.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
