The Party is About to Be ON

In every project works, there would be a lazy day. The day we spend with nothing. If you are plaining for a lazy day, a leisure time, I can offer a place to enjoy and stay. I will manage all your expenses !!! What you have to spend is your traveling charges to reach the [...]

2 Comments , , , ,

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 [...]

78 Comments , , , , , ,

Requirements for a Video Website

If you are planing to start a video website like youtube, here is some things to keep in mind. FLV PLAYER ======== You know in now a days most of the video streaming websites use flash player for video streaming. The video file is in flv format. So you need a flash video player for [...]

18 Comments , , , , , , , , , , ,

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 [...]

13 Comments , , , , , , ,

Crop Image Like Orkut

Online 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 = rand(1,99999).”hari.jpg”; imagejpeg( $image_cropped,$temp_path); header(‘Location: simplecrop.php?img=’.$temp_path [...]

19 Comments , , , ,

How Google Adsense Works

What you add for showing google ads on your website ? It is a javascript , right ? Parameters are: Client Id format, channel,url for the caller webpage, background color, link color, border color, text color, javasupport, flash support etc The width and height of the iframe is calculated from google_ad_width = 468 and google_ad_height [...]

7 Comments , , ,