SachinKRaj – The Blog

Blackle.com – Energy Saving Search Engine

Posted by: Shubhamoy on: June 18, 2009

How would you like if you could save energy while searching? According to a theory; a computer’s monitor consumes more power in displaying white color while it comparatively uses very less amount of power in displaying black.

Blackle - Energy Saving Search

Blackle - Energy Saving Search

So friends now start using Blackle – Energy Saving Search and contribute toward the environment. Mainly Blackle is a Google! Custom Search Engine. It has been created by Heap Media just to remind us that even small contributions can also lead to big changes. Therefore I request

What others are saying:

Links about Blackle:

How To Create A Random Message Generator Using PHP

Posted by: Shubhamoy on: June 13, 2009

Article taken from Shubhamoy’s Blog

Objective: User gets a new message every time; he refreshes the page.

Requirements: Adobe Dreamweaver or any Open Source Editor like Amaya, Aptana Studio etc.

Code:

<?php

$thoughts = “WORK IS WORSHIP

AS YOU SOW, SO YOU REAP

BARKING DOG SELDOM BITE

KNOWLEDGE IS POWER

SHOOT FOR THE MOON, YOU WILL REACH THE STARS

AN APPLE A DAY KEEPS THE DOCTOR AWAY

I AM WHAT, I AM

TO ERR IS HUMAN, TO FORGIVE IS DIVINE

WHEN THE NIGHT IS DARKEST, THE DAWN IS NEAREST

THEY CONQUER WHO BELIEVE THEY CAN

NOTHING IS IMPOSSIBLE

TIME &amp; TIDE WAITS FOR NONE

THINK BEFORE YOU LEAP”;

$thoughts = explode(“\n”, $thoughts);

$chosen = $thoughts[mt_rand(0, count($thoughts)-1)];

print $chosen;

?>

How To Create Simple PHP Widgets

Posted by: Shubhamoy on: May 21, 2009

Objective:

  • Creating a simple PHP Widget, which will allow the user to reach the result page of Google! from your site.

Requirement:

Creating the form(index.htm):

<form action=“google.php” method=“get” name=“query_form”>

<input id=“search” onclick=‘value=”" ‘ name=“search” type=“text” value=“Enter the search term” />

<input id=“submit” name=“submit” type=“submit” value=“Submit” />

</form>

PHP Script(google.php):

?php
$url=”http://www.google.com/search?q=”.$_REQUEST['search'];//Adding the user query with the URL
header(”Location:$url”);
?>

<?PHP

$url=“http://www.google.com/search?q=”.$_REQUEST['search'];

header(“Location:$url”);

?>

Download the full script, here

Even you can create more widgets just by changing the URLs. I’m mentioning few search URLs:

  • Yahoo Search : http://search.yahoo.com/search?q=
  • Live Search : http://search.live.com/results.aspx?q=
  • Youtube : http://www.youtube.com/results?search_query=
  • Answers : http://www.answers.com/topic/
  • Wikipedia : http://en.wikipedia.org/wiki/

Thanks to SachinKRaj for guiding me on this script. Do post your comments :)

Vodafone ZooZoos : A Real Sensation

Posted by: Shubhamoy on: May 8, 2009

Article taken from Shubhamoy’s Blog

In this season of DLF-IPL; ZooZoos by Vodafone had really been a great sensation. ZooZoos are not animated characters as one may feel. They have been created by O&M for Vodafone.

Here goes some direct links to the ads:

So friends just check them all. And don’t forget to drop a line about this collection. Update: Join ZooZoo Fan Club @ Facebook

I can wait forever – Honey this is just for you!!!

Posted by: SachinKRaj on: May 1, 2009

“I Can Wait Forever”

You look so beautiful today
When you’re sitting there it’s hard for me to look away
So i try to find the words that i could say
I know distance doesn’t matter but you feel so far away
And I cant lie
Every time I leave my heart turns gray
And I want to come back home to see your face
And I
Cause I just cant take it

Another day without you with me
Is like a blade that cuts right through me
But I can wait
I can wait forever
When you call my heart stops beating
When you’re gone it wont stop bleeding
But I can wait
I can wait forever

You look so beautiful today
It’s like every time I turn around I see your face
The thing I miss the most is waking up next to you
When I look into your eyes, I wish that I could stay
And I cant lie
Every time I leave my heart turns gray
And I want to come back home to see your face
And I
Cause I just cant take it

Another day without you with me
Is like a blade that cuts right through me
But I can wait
I can wait forever
When you call my heart stops beating
When you’re gone it wont stop bleeding
But I can wait
I can wait forever

I know it feels like forever
I guess that’s just the price I gotta pay
But when I come back home to feel your touch
Makes it better
Till that day
Theres nothing else that I can do
And I just cant take it
I just cant take it

Another day without you with me
Is like a blade that cuts right through me
But i can wait
I can wait forever (I can wait forever)
When you call my heart stops beating
When you’re gone it wont stop bleeding
But I can wait
I can wait forever
I can wait forever
I can wait forever…

Newsletter Subscription

Subscribe by Email

My Tweets

Fight Global Warming

Recent Visitors

BLOG Visitors

  • 483,592 hits