<?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>Tech aspirant - The ultimate technology Blog &#187; image</title>
	<atom:link href="http://www.techaspirant.com/tag/image/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techaspirant.com</link>
	<description>My thoughts and finding in brief...arunrajr</description>
	<lastBuildDate>Wed, 18 Aug 2010 07:52:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Image Resize Simple class</title>
		<link>http://www.techaspirant.com/image-resize-simple-class/</link>
		<comments>http://www.techaspirant.com/image-resize-simple-class/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 04:36:53 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[imagejpeg]]></category>
		<category><![CDATA[resize]]></category>
		<category><![CDATA[source code]]></category>

		<guid isPermaLink="false">http://www.techaspirant.com/?p=293</guid>
		<description><![CDATA[Here is a sample class file for image resize. imageResize.class Download the File  save it in web root and add .php extension to the file  . How to use ? &#60;?php require_once(&#8216;imageResize.class.php&#8217;); // Path to File imagejpeg(imageResize::Resize($fileSavePath,$width,$height),$newFileName); ?&#62; $fileSavePath should be the pathname of source file. Say &#8220;uploads/arun.jpg&#8221;. $newFileName this should be the source File [...]]]></description>
		<wfw:commentRss>http://www.techaspirant.com/image-resize-simple-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to validate image File field using Javascript</title>
		<link>http://www.techaspirant.com/how-to-validate-image-file-field-using-javascript/</link>
		<comments>http://www.techaspirant.com/how-to-validate-image-file-field-using-javascript/#comments</comments>
		<pubDate>Fri, 23 May 2008 07:16:20 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[validate]]></category>

		<guid isPermaLink="false">http://arunrajr.com/blog/?p=19</guid>
		<description><![CDATA[&#60;script type=&#8221;text/javascript&#8221;&#62; function validateFileExtension(ld) { if(!/(\.bmp&#124;\.gif&#124;\.jpg&#124;\.jpeg)$/i.test(ld.value)) { alert(&#8220;Invalid image file type.&#8221;); ld.form.reset(); ld.focus(); return false; } return true; } &#60;/script&#62;]]></description>
		<wfw:commentRss>http://www.techaspirant.com/how-to-validate-image-file-field-using-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create thumbnails ( Logic ) in PHP</title>
		<link>http://www.techaspirant.com/how-to-create-thumbnails-logic-in-php/</link>
		<comments>http://www.techaspirant.com/how-to-create-thumbnails-logic-in-php/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 11:33:30 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[Misk]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[resize]]></category>
		<category><![CDATA[thumbnail]]></category>

		<guid isPermaLink="false">http://arunrajr.com/blog/archives/13</guid>
		<description><![CDATA[How to create thumbnails ( Logic ) How to create thumbnails ? To generate thumbnails we do the following: Scan a folder for JPG and PNG files (gd does not support GIF anymore, because the packing algorithm in GIF is copyrighted ). Take each of these images, and load it. Resize the image. Save the [...]]]></description>
		<wfw:commentRss>http://www.techaspirant.com/how-to-create-thumbnails-logic-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
