Contact Grabber
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, [...]
Wordpress Plugin - Warning Before Closing
Today i published my new wordpress plugin, which control user navigation. The plugin name is “Close Warning”.
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 >>
You can avoid the accidental close [...]
Intelligent Watermark (php + gd)
This entry is part 5 of 5 in the series Online PhotoshopOnline Photoshop in PHP Part (5) >>
(image after watermarked with gmail logo)
Those who haven’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 [...]
Show Wordpress Currently Reading Posts
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’s [...]
Wordpress Announcement - Plugin
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 > Plugin > and activate announcement plugin. After that, go to options and select Announcement. By default the plugin will be inactive. You have to set your [...]
Sexy Rating - Wordpress Plugin
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 are [...]
Crop Image Like Orkut
This entry is part 4 of 5 in the series Online PhotoshopOnline Photoshop in PHP (Series Part 4) >>
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 = [...]
Gmail Chat Implementation
This entry is part 3 of 3 in the series Gmail Architecture
Today i implemented gmail chat window , not an ajax chat with a chat server, but its client side implementation.
Here you can see the demo: http://www.sajithmr.com/gtalk/
Take this link in a new tab or window, and take any other website without closing it.
After 3 [...]
Stumble Reviews - Wordpress Plugin
If you installed stumble toolbar in your browser, you can see a white bubble button. It is called stumble review button. When you browse a website url, if you press this bubble, you can see the reviews regarding that website by different stumbleupon users. Take your wordpress blog posts and click on [...]
Wordpress Page Rank Plugin
If your wordpress blog has a better page rank, here is a better chance to reveal it to your blog readers. That is Wordpress Page Rank Plugin Show-My-PageRank
Download the plugin from Show-My-PageRank.zip
Screen shot of my blog after installing this plugin is here:
You can also change the size, caption text, text color, font size etc from [...]
Jmail++ , My Final Year Project
I am writing this topic in sajithmr.com, because i am getting a lot of queries regarding this project from the place I submitted , ProjectGuidance.com , 3 years back. It was a new Webmail Service Idea Developed in JSP . Here is the link. http://www.projectguidance.com/guidance/details/id/36676649 .
There are more than 400 replies [...]
Google Ad-Oriented Wordpress Theme > KeyArt
Very nice ad placement
Keyword / Meta optimized
Google Image-ad Header
Web 2.0 Layout
Simple Design
Option of Auto Bookmarking (Stumble , Delicious, Technorati)
Amazing Navigation
75% CTR increment (Tested)
Keeping google ad-layout specification
All the above features in a single theme named KeyArt.
Download the zip file , unzip to wp-content/themes/ so that the theme file will be on: wp-content/themes/keyart path.
Goto Admin Control [...]




