<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Keithics Blog and Thoughts &#187; Jquery</title>
	<atom:link href="http://keithics.com/blog/category/jquery/feed" rel="self" type="application/rss+xml" />
	<link>http://keithics.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 16 Jun 2011 06:10:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>AjaxCrop &#8211; Jquery and PHP Crop tool</title>
		<link>http://keithics.com/blog/jquery/ajaxcrop-jquery-and-php-crop-tool</link>
		<comments>http://keithics.com/blog/jquery/ajaxcrop-jquery-and-php-crop-tool#comments</comments>
		<pubDate>Sat, 26 Dec 2009 09:46:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Jquery]]></category>

		<guid isPermaLink="false">http://keithics.com/blog/?p=242</guid>
		<description><![CDATA[AjaxCrop - inspired by PHP &#038; JQueryPhoto Upload and Crop .I decided to make my own version and based on imgAreaSelect ,Jquery and Asido.
I hope you like it and please feel free to add a comment.]]></description>
			<content:encoded><![CDATA[<div id="about">
<p>AjaxCrop &#8211; inspired by <a href="http://www.webmotionuk.co.uk/jquery/image_upload_crop.php">PHP &amp;  JQueryPhoto Upload and Crop</a> .I decided to make my own version and based on <a href="http://odyniec.net/projects/imgareaselect/">imgAreaSelect</a> ,<a href="http://jquery.com/">Jquery</a> and <a href="http://sourceforge.net/projects/asido/files/">Asido</a>.<br />
I hope you like it and please feel free to add a comment.</p>
<p><a href="http://projects.keithics.com/ajaxcrop/demo.php">view demo</a> | <a href="https://sourceforge.net/projects/ajaxcrop/files/">download files</a></p>
<div id="about_details">
<p><b>EDIT: I have updated the link of asido to http://sourceforge.net/projects/asido/files/ &#8211; thanks to Johan.</b></p>
<h3>What you Need:</h3>
<ol>
<li><a href="http://php.net/">PHP 5</a></li>
<li><a href="http://php.net/">GD Library</a></li>
<li><a href="http://jquery.com/">Jquery</a></li>
<li><a href="http://odyniec.net/projects/imgareaselect/">ImgAreaSelect</a></li>
<li><a href="http://sourceforge.net/projects/asido/files/">Asido</a></li>
</ol>
<h3>How it works:</h3>
<ol>
<li>After uploading the local image, it will be processed and converted to jpg regardless of image type.</li>
<li> It accepts Jpg,Gif and Png and then add a white background if the image will not fit on the exact dimension.  You can change the background color by editing the php file. Please visit Asido for more details:  <a href="http://sourceforge.net/projects/asido/files/">http://sourceforge.net/projects/asido/files/</a></li>
<li>The file upload is done via iframe to prevent page refresh thus mimicking Ajax (there is no way to do Ajax on file inputs) .</li>
<li>Jquery will get the file content of the iframe and then load it to the main page. You will see the big image , cropped and converted to jpg or an error if the file upload is unsuccessful.</li>
<li>Click create thumbnail to create a thumbnail, in the demo you can see the image source of the thumbnail so that you can use it in your application.</li>
<li>Have FUn!</li>
</ol>
</div>
<h3>Screenshot</h3>
<p><img src="http://projects.keithics.com/ajaxcrop/images/ss.jpg" alt="Screenshot" /></p>
</div>
<p><!-- about --></p>
]]></content:encoded>
			<wfw:commentRss>http://keithics.com/blog/jquery/ajaxcrop-jquery-and-php-crop-tool/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>

