<?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>Programming Ideas, Logics, Tips and Tricks &#187; Downloads</title>
	<atom:link href="http://www.sajithmr.me/category/downloads/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sajithmr.me</link>
	<description></description>
	<lastBuildDate>Mon, 23 Jan 2012 15:44:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>jRecorder 1.1 with Preview option is released</title>
		<link>http://www.sajithmr.me/jrecorder1-1-with-preview-option-is-released</link>
		<comments>http://www.sajithmr.me/jrecorder1-1-with-preview-option-is-released#comments</comments>
		<pubDate>Wed, 14 Dec 2011 17:39:44 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php source code]]></category>
		<category><![CDATA[webworld]]></category>

		<guid isPermaLink="false">http://www.sajithmr.me/?p=1071</guid>
		<description><![CDATA[Two months ago, I published a jQuery plugin to record audio from browser (without any Media server) called jRecorder I got many responses and requests to maintain the code with new enhancements and some bug fixes. Based on that, a new version (1.1) is released which has the capability to preview the recorded audio before [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" src="http://www.sajithmr.me/wp-content/uploads/2011/10/recorder.png" alt="" width="326" height="124" /></p>
<p>Two months ago, I published a jQuery plugin to record audio from browser (without any Media server) called <a title="jRecorder - jQuery Plugin" href="http://www.sajithmr.me/jrecorder-jquery" target="_blank">jRecorder</a></p>
<p>I got many responses and requests to maintain the code with new enhancements and some bug fixes.</p>
<p>Based on that, a new version (<a title="jRecorder with Preview" href="http://www.sajithmr.me/jrecorder/index.html" target="_blank">1.1</a>) is released which has the capability to preview the recorded audio before sending to the server.</p>
<p>See the example implementation and documentation <a title="jRecorder - jQuery Plugin" href="http://www.sajithmr.me/jrecorder/index.html" target="_blank">here</a>.</p>
<p>Also I made this source open and available for anybody to develop at: https://github.com/sythoos/jRecorder/</p>
<p>Thanks</p>
<p>Sajith</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/jrecorder1-1-with-preview-option-is-released/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Sliding menu using jQuery and ScrollTo</title>
		<link>http://www.sajithmr.me/sliding-menu-using-jquery-and-scrollto</link>
		<comments>http://www.sajithmr.me/sliding-menu-using-jquery-and-scrollto#comments</comments>
		<pubDate>Sat, 20 Feb 2010 21:38:53 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[scroll]]></category>
		<category><![CDATA[slider]]></category>
		<category><![CDATA[source code]]></category>

		<guid isPermaLink="false">http://www.sajithmr.me/?p=583</guid>
		<description><![CDATA[Recently I created a sliding menu for a project using jQuery and ScrollTo functions. See demo: Slider  Menu We can use the jQuery function $(&#8220;.menubar&#8221;).scrollTo(id_of_element) to scroll any scrollable area to a particular location. The idea behind every smooth sliding is using scroll function with overflow:hidden mode. You can download the source code from : [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-584" title="jquery-logo" src="http://www.sajithmr.me/wp-content/uploads/2010/02/jquery-logo.gif" alt="jquery-logo" width="168" height="146" /></p>
<p>Recently I created a sliding menu for a project using jQuery and ScrollTo functions.</p>
<p>See demo: <a href="http://www.sajithmr.me/downloads/slider/slider.html" target="_blank">Slider  Menu</a></p>
<p>We can use the jQuery function $(&#8220;.menubar&#8221;).scrollTo(id_of_element) to scroll any scrollable area to a particular location.</p>
<p>The idea behind every smooth sliding is using scroll function with overflow:hidden mode.</p>
<p>You can download the source code from : <a href="http://www.sajithmr.me/downloads/slider/slider.zip" target="_self">http://www.sajithmr.me/downloads/slider/slider.zip</a></p>
<p>Here div menu-bar is the scrollable div with overflow:hidden mode contains set of menu and a duplicate as a  buffer</p>
<p>At the bottom of the code, you can see a filler div, this is for filling the menu one by one to the right side menu-bar to make the sliding very smooth</p>
<p>The function setMotion(this) calls  the scroll function and it moves till the called DOM object&#8217;s id reaches</p>
<p>If you use an ajax call after the motion to load the content at the bottom, you can make this sliding menu for proper navigation purpose.</p>
<p>Thanks</p>
<p>Sajith</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/sliding-menu-using-jquery-and-scrollto/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>JBar &#8211; Jquery Bar</title>
		<link>http://www.sajithmr.me/jbar-jquery-bar</link>
		<comments>http://www.sajithmr.me/jbar-jquery-bar#comments</comments>
		<pubDate>Sun, 27 Dec 2009 11:47:33 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[webworld]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[edit]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[jbar]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[message]]></category>
		<category><![CDATA[notification]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[warning]]></category>

		<guid isPermaLink="false">http://www.sajithmr.me/?p=545</guid>
		<description><![CDATA[Flash messages or notification messages are very essential part of every update/edit or delete operations. We either use ajax update messages like &#8220;You account has been updated&#8221; or &#8220;Your photo has been successfully deleted&#8221; Here, a new plugin of jQuery can be used to display the flash messages like twitter. (see twitter&#8217;s settings page) I [...]]]></description>
			<content:encoded><![CDATA[<p>Flash messages or notification messages are very essential part of every update/edit or delete operations. We either use ajax update messages like &#8220;You account has been updated&#8221; or &#8220;Your photo has been successfully deleted&#8221;</p>
<p>Here, a new plugin of jQuery can be used to display the flash messages like twitter. (see twitter&#8217;s settings page)</p>
<p>I added some more functions to this plugin to display the notification in different context, say information, warning or error message. The function show_flash(&#8216;message here&#8217;); can be used for this purpose. Second parameter is the type of message. For example, show_flash(&#8216;Error in deleting file&#8217;, &#8216;error&#8217;) OR  show_flash(&#8216;Email address entered is invalid&#8217;, &#8216;warning&#8217;)</p>
<p>If you use sessions to save flash message , for example in codeigniter $this-&gt;session-&gt;set_flashdata(&#8216;message&#8217;,'hello&#8217;); you can use this plugin to display them by adding a php code in the footer  (or header) of every page</p>
<p>&lt;?php if($this-&gt;session-&gt;flashdata(&#8216;message&#8217;) != &#8221; )  : ?&gt;</p>
<p>&lt;script&gt;show_flash(&#8216;&lt;?= $this-&gt;session-&gt;flashdata(&#8216;message&#8217;) ?&gt;&#8217;)&lt;/script&gt;</p>
<p>&lt;?php endif; ?&gt;</p>
<p>Here you can download the full source code:  <a href="http://www.sajithmr.me/downloads/jbar.zip">http://www.sajithmr.me/downloads/jbar.zip</a></p>
<p><img class="alignnone size-large wp-image-566" title="Screen shot 2009-12-27 at 11.30.12" src="http://www.sajithmr.me/wp-content/uploads/2009/12/Screen-shot-2009-12-27-at-11.30.12-1024x182.png" alt="Screen shot 2009-12-27 at 11.30.12" width="717" height="127" /></p>
<p>Thanks</p>
<p>Sajith</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/jbar-jquery-bar/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Contact Grabber</title>
		<link>http://www.sajithmr.me/contact-grabber</link>
		<comments>http://www.sajithmr.me/contact-grabber#comments</comments>
		<pubDate>Thu, 06 Nov 2008 10:55:51 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php source code]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[AOL]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[contact]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[fetch]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[grab]]></category>
		<category><![CDATA[grabber]]></category>
		<category><![CDATA[Hotmail]]></category>
		<category><![CDATA[Indiatimes]]></category>
		<category><![CDATA[Linkedin]]></category>
		<category><![CDATA[lycos]]></category>
		<category><![CDATA[MySpace]]></category>
		<category><![CDATA[orkut]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[Rediff]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.sajithmr.com/?p=353</guid>
		<description><![CDATA[If you are a social media website developer , sometimes you might search for grabbing contacts from a particular email account if the password is given. I also did the same.  In most of the cases it did not work properly. But recently i got a contact grabber from phpclasses.org which works perfectly on Gmail, [...]]]></description>
			<content:encoded><![CDATA[<p>If you are a social media website developer , sometimes you might search for grabbing contacts from a particular email account if the password is given. I also did the same.  In most of the cases it did not work properly. But recently i got a contact grabber from <a href="http://www.phpclasses.org" target="_blank">phpclasses.org</a> which works perfectly on <strong>Gmail</strong>, <strong>Hotmail</strong>, <strong>Rediff</strong>, <strong>Yahoo</strong>, <strong>Orkut</strong>, <strong>MySpace</strong>, <strong>Indiatimes</strong>, <strong>Linkedin</strong> , <strong>AOL</strong> and <strong>lycos</strong></p>
<div id="attachment_355" class="wp-caption alignnone" style="width: 371px"><a href="http://www.sajithmr.com/wp-content/uploads/2008/11/grabber.jpg"><img class="size-full wp-image-355" title="Contact Grabber " src="http://www.sajithmr.com/wp-content/uploads/2008/11/grabber.jpg" alt="screen shot" width="361" height="225" /></a><p class="wp-caption-text">screen shot</p></div>
<p>But the zip file i got is not well arranged, so it shows some errors . I arranged it in proper way and uploaded here:</p>
<p><span style="text-decoration: underline;">Download:</span></p>
<p><a href="http://sajithmr.com/downloads/grabber.zip" target="_self"><img class="alignnone size-thumbnail wp-image-354" title="winzip_180x180" src="http://www.sajithmr.com/wp-content/uploads/2008/11/winzip_180x180-150x150.gif" alt="" width="98" height="98" /></a></p>
<p><a title="Contact Grabber" href="http://sajithmr.com/downloads/grabber.zip" target="_self">http://sajithmr.com/downloads/grabber.zip</a></p>
<p><span style="color: #808080;"><em>(Under GNU Public License)</em></span></p>
<p>Using this <strong>php code</strong> , you can <strong>export the email contacts</strong> as csv file.</p>
<p>Here is the actual source website : <a href="http://www.phpclasses.org/browse/package/3895.html" target="_blank">http://www.phpclasses.org/browse/package/3895.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/contact-grabber/feed</wfw:commentRss>
		<slash:comments>46</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin &#8211; Warning Before Closing</title>
		<link>http://www.sajithmr.me/wordpress-plugin-warning-before-closing</link>
		<comments>http://www.sajithmr.me/wordpress-plugin-warning-before-closing#comments</comments>
		<pubDate>Wed, 29 Oct 2008 15:08:09 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[webworld]]></category>
		<category><![CDATA[close]]></category>
		<category><![CDATA[message]]></category>
		<category><![CDATA[offer]]></category>
		<category><![CDATA[option]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[warning]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.sajithmr.com/?p=332</guid>
		<description><![CDATA[Today i published my new wordpress plugin, which control user navigation. The plugin name is &#8220;Close Warning&#8221;. It prompts the user a confirmation message before they close the browser window or tab. After that a lightweight window popup jumps up with your preset announcement or message  (in richtext format) The Advantages &#62;&#62; You can avoid [...]]]></description>
			<content:encoded><![CDATA[<p>Today i published my new wordpress plugin, which control user navigation. The plugin name is &#8220;Close Warning&#8221;.</p>
<p>It prompts the user a confirmation message before they close the browser window or tab. After that a lightweight window popup jumps up with your preset announcement or message  (in richtext format)</p>
<p>The Advantages &gt;&gt;</p>
<ol>
<li>You can avoid the accidental close of browser window</li>
<li>You can tell or mention any message or offers before they navigate away from your website</li>
<li>It works not only on closing, but in any type of external navigation (Internal navigation is screened out from this warning)</li>
<li>Since it is built on lightweight window support, your message or warning appears very eye-catchy</li>
</ol>
<p>You can download the plugin from : <a title="Warning Before Closing" href="http://www.sajithmr.com/downloads/onclose-warning.zip" target="_self">http://www.sajithmr.com/downloads/onclose-warning.zip</a></p>
<div id="attachment_333" class="wp-caption alignnone" style="width: 510px"><a href="http://www.sajithmr.com/wp-content/uploads/2008/10/areusyre.jpg"><img class="size-full wp-image-333" title="Screen Shot - Warning before close" src="http://www.sajithmr.com/wp-content/uploads/2008/10/areusyre.jpg" alt="Screen Shot - Warning before close" width="500" height="314" /></a><p class="wp-caption-text">Screen Shot - Warning before close</p></div>
<p>From the setting page, you can set your rich text message or warning / offer . See the screen shot:</p>
<div id="attachment_334" class="wp-caption alignnone" style="width: 430px"><a href="http://www.sajithmr.com/wp-content/uploads/2008/10/optionpage.jpg"><img class="size-full wp-image-334" title="Warning Before Closing" src="http://www.sajithmr.com/wp-content/uploads/2008/10/optionpage.jpg" alt="Warning Before Closing" width="420" height="304" /></a><p class="wp-caption-text">Warning Before Closing</p></div>
<p>Please feel free to mail me regarding any clarification and upgrade to admin@sajithmr.com</p>
<p>Regards</p>
<p>Sajith</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/wordpress-plugin-warning-before-closing/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Intelligent Watermark (php + gd)</title>
		<link>http://www.sajithmr.me/intelligent-watermark-php-gd</link>
		<comments>http://www.sajithmr.me/intelligent-watermark-php-gd#comments</comments>
		<pubDate>Sat, 09 Aug 2008 04:51:45 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php source code]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[gd]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[watermark]]></category>

		<guid isPermaLink="false">http://www.sajithmr.com/intelligent-watermark-php-gd/</guid>
		<description><![CDATA[Online Photoshop in PHP Part (5) &#62;&#62; (image after watermarked with gmail logo) Those who haven&#8217;t seen  the online photoshop tool created by me, just click here: http://www.sajithmr.com/photoshop Today we will implement the watermarking on images using php gd library. Intelligent watermarking means, apply a logo or a watermark image on another image by measuring [...]]]></description>
			<content:encoded><![CDATA[<p><font color="#339966"><strong>Online Photoshop in PHP Part (5)</strong></font> &gt;&gt;</p>
<p><img src="http://www.sajithmr.com/wp-content/uploads/2008/08/watermark.jpg" /></p>
<p><em><font color="#999999">(image after watermarked with gmail logo) </font></em></p>
<p>Those who haven&#8217;t seen  the online photoshop tool created by me, just click here: <a href="http://www.sajithmr.com/photoshop/" title="Online Photoshop" target="_blank">http://www.sajithmr.com/photoshop</a></p>
<p>Today we will implement the watermarking on images using php gd library. Intelligent watermarking means, apply a logo or a watermark image on another image by measuring the color depth of the applied image. For this water marking, use png images as logo or watermark  for better results.</p>
<p>Live example for watermark implementation:<a href="http://sajithmr.com/photoshop-tuts/watermark/addwatermark.php" title="Watermark implementation " target="_blank"> http://sajithmr.com/photoshop-tuts/watermark/addwatermark.php </a></p>
<p>You can see different watermark location by changing the x1,y1 and x2,y2 parameters of the following url:</p>
<p><a href="http://sajithmr.com/photoshop-tuts/watermark/showresult.php?x1=405&amp;y1=285&amp;x2=520&amp;y2=392&amp;width=115&amp;height=107" target="_blank">http://sajithmr.com/photoshop-tuts/watermark/showresult.php?x1=405&amp;y1=285&amp;x2=520&amp;y2=392&amp;width=115&amp;height=107 </a></p>
<p>See the watermark php source code here: <a href="http://sajithmr.com/photoshop-tuts/watermark/watermark.class.txt" title="Source code for watermark" target="_blank">http://sajithmr.com/photoshop-tuts/watermark/watermark.class.txt </a></p>
<p>Download the full-source code of watermarking implementation using php+gd from here: <a href="http://sajithmr.com/photoshop-tuts/watermark.rar" title="Full Source Code" target="_blank">http://sajithmr.com/photoshop-tuts/watermark.rar </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/intelligent-watermark-php-gd/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Show WordPress Currently Reading Posts</title>
		<link>http://www.sajithmr.me/show-wordpress-currently-reading-posts</link>
		<comments>http://www.sajithmr.me/show-wordpress-currently-reading-posts#comments</comments>
		<pubDate>Sat, 12 Jul 2008 09:36:47 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[currently]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[sexy]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[watching]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.sajithmr.com/show-wordpress-currently-reading-posts/</guid>
		<description><![CDATA[After the success of my previous wordpress plugins , Announcement, Show My Page Rank, Sexy Rating, Add to this , Stumble Reviews, I created one more interesting plugin, called Currently Reading Posts Plugin. Whenever a visitor visits your website, he can see what are the posts currently reading by other visitors. It is like youtube&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p> <font size="12">A</font>fter the success of my previous wordpress plugins , <a href="http://wordpress.org/extend/plugins/announcement/" title="Wordpress Announcement Plugin" target="_blank">Announcement</a>, <a href="http://wordpress.org/extend/plugins/show-my-pagerank/" title="Wordpress Page Rank Plugin" target="_blank">Show My Page Rank</a>, <a href="http://wordpress.org/extend/plugins/sexyrate/" title="Sexy Rating Plugin" target="_blank">Sexy Rating</a>, <a href="http://wordpress.org/extend/plugins/addtothis/" title="Social Bookmarking Plugin" target="_blank">Add to this</a> , <a href="http://wordpress.org/extend/plugins/stumble-reviews/" title="Stumble Review Plugin" target="_blank">Stumble Reviews</a>, I created one more interesting plugin, called Currently Reading Posts Plugin.</p>
<p>Whenever a visitor visits your website, he can see what are the posts currently reading by other visitors. It is like youtube&#8217;s currently watching videos.</p>
<p><img src="http://www.sajithmr.com/wp-content/uploads/2008/07/cw.jpg" alt="Wordpress Currently Watching Plugin" /></p>
<p>You can see its current working at the top right corner of this website.</p>
<p>Download the plugin for here: <a href="http://www.sajithmr.com/downloads/CurrentlyWatching.zip" title="Currently Watching Plugin">http://www.sajithmr.com/downloads/CurrentlyWatching.zip</a></p>
<p>Go to Admin &gt; Plugins &gt; and activate the plugin.</p>
<p>Paste this code: &lt;?php wp_show_currently_watching() ?&gt; by editing your template / theme . (I placed the code in header.php file)</p>
<p>It is implemented with ajax support.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/show-wordpress-currently-reading-posts/feed</wfw:commentRss>
		<slash:comments>41</slash:comments>
		</item>
		<item>
		<title>WordPress Announcement &#8211; Plugin</title>
		<link>http://www.sajithmr.me/wordpress-announcement-plugin</link>
		<comments>http://www.sajithmr.me/wordpress-announcement-plugin#comments</comments>
		<pubDate>Tue, 24 Jun 2008 09:20:36 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[webworld]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[message]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.sajithmr.com/wordpress-announcement-plugin/</guid>
		<description><![CDATA[Do you wanna inform any important news or message to your readers ? Here is a simple plugin, WordPress Announcement Plugin. Download the plugin from : http://downloads.wordpress.org/plugin/announcement.zip Go to Admin &#62; Plugin &#62; and activate announcement plugin. After that, go to options and select Announcement. By default the plugin will be inactive. You have to [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.sajithmr.com/wp-content/uploads/2008/06/announce1.jpg" alt="Wordpress Announcement Plugin" style="margin: 10px; float: left" /></p>
<p>Do you wanna inform any important news or message to your readers ? Here is a simple plugin, WordPress Announcement Plugin.</p>
<p>Download the plugin from : <a href="http://downloads.wordpress.org/plugin/announcement.zip" target="_blank">http://downloads.wordpress.org/plugin/announcement.zip</a><a href="http://www.sajithmr.com/downloads/announcement.zip"></a></p>
<p>Go to Admin &gt; Plugin &gt; and activate announcement plugin. After that, go to options and select Announcement. By default the plugin will be inactive. You have to set your announcement and activate the  announcement by checking &#8216;Active&#8217; checkbox.</p>
<blockquote><p> Never Forgot to Run the Announcement. By Default the Announcement will be inactive</p></blockquote>
<p><img src="http://www.sajithmr.com/wp-content/uploads/2008/06/option.jpg" /></p>
<p>Enough !!! You visitors can now see your announcement. It will be displayed <strong>only one time</strong> for a particular  user .</p>
<p><strong><font color="#ff6600">(If you want to see the announcement again, for testing purpose, Clear browser cookies, or atleast cookies from your blog. Otherwise you have to wait another 24 hours to play the announcement again) </font></strong></p>
<p><img src="http://www.sajithmr.com/wp-content/uploads/2008/06/screenshot-1.png" /></p>
<p>The plugin is created with cute design and animation. It will never interrupt your blog reader.</p>
<p>Regards</p>
<p>Sajith</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/wordpress-announcement-plugin/feed</wfw:commentRss>
		<slash:comments>78</slash:comments>
		</item>
		<item>
		<title>Sexy Rating &#8211; WordPress Plugin</title>
		<link>http://www.sajithmr.me/sexy-rating-wordpress-plugin</link>
		<comments>http://www.sajithmr.me/sexy-rating-wordpress-plugin#comments</comments>
		<pubDate>Thu, 19 Jun 2008 10:03:09 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[webworld]]></category>
		<category><![CDATA[]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[opinion]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[rate]]></category>
		<category><![CDATA[sexy]]></category>
		<category><![CDATA[visitor]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.sajithmr.com/sexy-rating-wordpress-plugin/</guid>
		<description><![CDATA[If you wanna know , what is others review or opinion about your website, You can use this wordpress plugin. It will provide the blog readers and your regular visitor to rate your blog. You can put this plugin anywhere in your blog. The plugin name is sexyrate plugin. Here is the screen shot: There [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.sajithmr.com/wp-content/uploads/2008/06/thumbs-up.jpg" style="margin: 10px; float: left" /></p>
<p><font size="6">I</font>f you wanna know , what is others review or opinion about your website, You can use this wordpress plugin. It will provide the blog readers and your regular visitor to rate your blog. You can put this plugin anywhere in your blog. The plugin name is  sexyrate plugin.</p>
<p>Here is the screen shot:</p>
<p><img src="http://www.sajithmr.com/wp-content/uploads/2008/06/sample.jpg" alt="Sexy Rate Plugin Screen Shot" /></p>
<p>There are 4 types for rating , Perfect, Good , Bad and Too-Bad. One user can rate one time only. The whole thing is made out of Ajax. For providing more attraction , the plugin is created with images of sexy ladies <img src='http://www.sajithmr.me/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />    .</p>
<p>If you want to place this plugin, what to do is , download it from <a href="http://www.sajithmr.com/downloads/sexyrate.zip" title="Wordpress SexyRate Plugin">http://downloads.wordpress.org/plugin/sexyrate.zip</a></p>
<p>Go to your wordpress Admin &gt; Plugin and activate this plugin. After that , go to Admin &gt; Presentation &gt; Theme Editor and edit any place you want (header, single.php , index.php, home.php or sidebar.php) as suit to your blog and add this line:</p>
<p>&lt;?php wp_show_my_rate() ?&gt;</p>
<p>*Remember, this plugin is referred to those who has white backgroud wordpress theme.</p>
<p>Comment me your opinion about this plugin</p>
<p>Later<br />
Sajith</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/sexy-rating-wordpress-plugin/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Crop Image Like Orkut</title>
		<link>http://www.sajithmr.me/crop-image-like-orkut</link>
		<comments>http://www.sajithmr.me/crop-image-like-orkut#comments</comments>
		<pubDate>Thu, 05 Jun 2008 07:36:32 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php source code]]></category>
		<category><![CDATA[crop]]></category>
		<category><![CDATA[gd]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[orkut]]></category>

		<guid isPermaLink="false">http://www.sajithmr.com/crop-image-like-orkut/</guid>
		<description><![CDATA[Online Photoshop in PHP (Series Part 4) &#62;&#62; Today we will discuss about cropping of images using php and gd library. Look at the simple example here: http://www.sajithmr.com/photoshop-tuts/crop/simplecrop.php $x1 = $_GET['x1']; $y1 = $_GET['y1']; $x2 = $_GET['x2']; $y2 = $_GET['y2']; $image_object = imagecreatefromjpeg('hari.jpg'); $image_cropped = Crop($image_object,$x1, $y1, $x2,$y2); $temp_path = rand(1,99999)."hari.jpg"; imagejpeg( $image_cropped,$temp_path); header('Location: simplecrop.php?img='.$temp_path [...]]]></description>
			<content:encoded><![CDATA[<h3><font color="#008080">Online Photoshop in PHP (Series Part 4) &gt;&gt;</font></h3>
<p><img src="http://www.sajithmr.com/wp-content/uploads/2008/06/orkut.jpg" alt="Crop Image Like Orkut" /></p>
<p>Today we will discuss about cropping of images using php and gd library.</p>
<p>Look  at the simple example here:</p>
<p><a href="http://www.sajithmr.com/photoshop-tuts/crop/simplecrop.php" title="Orkut Like Crop" target="_blank">http://www.sajithmr.com/photoshop-tuts/crop/simplecrop.php</a></p>
<pre lang="php">

$x1 = $_GET['x1'];
$y1 = $_GET['y1'];

$x2 = $_GET['x2'];
$y2 = $_GET['y2'];	

$image_object =   imagecreatefromjpeg('hari.jpg');
$image_cropped =  Crop($image_object,$x1, $y1, $x2,$y2);
$temp_path = rand(1,99999)."hari.jpg";
imagejpeg( $image_cropped,$temp_path);

header('Location: simplecrop.php?img='.$temp_path );	  

?&gt;</pre>
<p>Here the Crop function is doing the real work.  x1 and y1 are Top-Left Coordinates of new image and  x2, y2 are the  Bottom-Right .</p>
<p>Here is the function for Crop</p>
<pre lang="php">
function Crop($image, $xpos1,$ypos1,$xpos2,$ypos2)
	{
		require_once('class.cropcanvas.php');
		$cc =&amp; new CropCanvas();
		$cc-&gt;loadImageFromObject($image);
		$cc-&gt;cropToDimensions($xpos1, $ypos1, $xpos2,$ypos2 );
		return $cc-&gt;getImageObject();

	}

?&gt;</pre>
<p>You can see the class.cropcanvas.php file from the attachment.</p>
<p>In the above example, we have to enter each coordinates manually. See the example below:</p>
<p><a href="http://www.sajithmr.com/photoshop-tuts/crop/realcrop.php" target="_blank">http://www.sajithmr.com/photoshop-tuts/crop/realcrop.php</a></p>
<p>Here  you can select the area by click and drag (like orkut)</p>
<p>This is implemented with the help or jslib javascript. The given attachment in the end of this post contains the all.</p>
<p><a href="http://www.sajithmr.com/photoshop-tuts/crop.zip">http://www.sajithmr.com/photoshop-tuts/crop.zip</a></p>
<p><a href="http://www.sajithmr.com/photoshop-tuts/crop.zip"><img src="http://www.sajithmr.com/wp-content/uploads/2008/05/winzip_180x180.thumbnail.gif" width="79" height="79" /></a></p>
<p>Keep reading for the further posts in this series.  Next post is on <strong>Intellegent watermarking</strong> on images.</p>
<p>Subscribe to my Feeds:<a href="http://www.sajithmr.com/feed/" target="_blank"> http://www.sajithmr.com/feed/</a></p>
<p><a href="http://www.sajithmr.com/feed/" target="_blank"><img src="http://www.sajithmr.com/downloads/rss2.png" width="80" height="80" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/crop-image-like-orkut/feed</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
	</channel>
</rss>

