This quick tutorial will show you how to develop your own functional IM bot that works with Google Talk, Yahoo! Messenger, Windows Live and all other popular instant messaging clients.
To get started, all you need to know are some very basic programming skills (any language would do) and web space to host your “bot”.
For this example, I have created a dummy bot called “labnol” that listens to your IM messages and return related search phrases based on Google Suggest. To see this live, add labnol@bot.im to your GTalk buddy list and start chatting.

If you like to write a personal IM bot, just follow these simple steps:
Step 1: Go to imified.com and request an invite. You should also give your bot a decent name because you can have just one bot per email address.
Step 2. An email with a secret key should arrive in your Inbox the next minute. Copy that key to the clipboard and go here to redeem that key.
Step 3. Now it’s time to create a bot which is actually a simple script that resides on your public web server. It could be in PHP, Perl, Python or any other language. More here.
This is the source of the PHP script I wrote for the labnol IM bot - pretty self explanatory - it reads your message, gets the relevant data from Google Suggest and echoes it back to the IM window.
<?php // Get all the related keywords from Google Suggest $u = "http://google.com/complete/search?output=toolbar"; $u = $u . "&q=" . $_REQUEST['msg']; // Using the curl library since dreamhost doesn't allow fopen $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $u); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $xml = simplexml_load_string(curl_exec($ch)); curl_close($ch); // Parse the keywords and echo them out to the IM window $result = $xml->xpath('//@data'); while (list($key, $value) = each($result)) { echo $value ."<br>"; } ?>
Step 4: Once your script is ready, put it somewhere on your web server and copy the full URI to the clipboard.
Now login to your imified account, paste the script URL and add that im bot your friends list. That’s it.
This was a very basic bot but the possibilities are endless.
For instance, you could write a bot that will send an email to all your close friends via a simple IM message. Or you could write one that will does currency conversion. See stuff that is already implemented in this list of most useful Google Talk bots.
How to Write Your Own IM Bot in Less Than 5 Minutes - Digital Inspiration
If you’ve feeling feeling overwhelmed with the sheer volume of email messages that hit your Inbox each day, try these four ideas and tips that may help reduce your overall email burden without interrupting your incoming flow of information.
If you have a blog or website where readers send you tips via email, ask them to stop sending those email messages and instead bookmark those links on to delicious with the tag for:your_delicious_username. (e.g. for:labnol)
Do you get email notifications when someone sends you a message using the ‘contact me’ form on your website?
Not all web content is available in the form of feeds yet and that’s where services like
There’s however a simple hack to help you read these emails as RSS feeds.
Following this story on
You can do lot of interesting stuff with Google Talk like get alert notifications, save bookmarks to delicious, manage web calendars, set reminders, write blogs, and so much more.
1. imfeeds@gmail.com - Add this
2. friendfeed@bot.im - This secret bot lets you
You can post bookmarks to delicious, send messages to Twitter,
4. inezhabot@gmail.com - Like IM Feeds,
5.
6.
7.
8.
10.
11.
When it comes to web search, Windows Live stands a distant third behind Google and Yahoo!. 
This is probably new. Open the profile page of any of your LinkedIn contacts and it will highlight sections in yellow that have recently been added or updated since you last viewed that profile.
The new design of 
Windows Explorer in Vista makes it very easy for you to manage large folders that have hundreds of files and sub-folders (e.g. Program Files or the Windows installation folder).



If you are using Google AdSense on your website, here’s some very good news.
2. AdSense revenue generated per page for clicks mentioned in #1.
Say you got tons of Excel sheets, PowerPoint presentations and Word documents on your computer that were written in Office XP or 2003. How do you convert all these files to the new Office 2007 format.
Does your computer have a webcam? If yes, you can easily record and send video emails to your friends for free with Video Messages, a brand new service that is part of the growing Windows Live family.
If you are on Windows Vista, go
Iterasi
Microsoft Office Ultimate 2007 normally costs around $700 but if you are enrolled as a student in any educational institute in the
Kimberly Palmer at US News has published some nice tips on blogging based on opinions of other successful bloggers. Two points that stand out:
Gmail has this nice feature where you can open PDF files and Office documents directly in your Google Docs account bypassing the need of any desktop software like Acrobat Reader or Microsoft Office.
This extension (
Now that Vodafone officially announced the
The above plans are for customers with a postpaid connection.

You may use Joonel to search for images, videos, how-to articles, social bookmarks and even torrent related search engines.

Blogger and Google Photos (Picasa Web Albums) get the maximum points as both these services make it extremely easy for users to download their own content locally.
Now Facebook is often criticized for holding users data but Orkut, Google’s own social networking platform, is not any different.
In case of Google Docs, you can save a local copy of documents one-by-one manually but you won’t find something like an "Export All" button. There’s 
This may come as a surprise but you can only export a maximum of 500 records from any Google Analytics report at a time. So if you have large and popular website with few thousand pages, taking Analytics data offline can be time consuming and very confusing as well.



You know how easy it is to interact with websites

ZoneLabs, developers of the popular ZoneAlarm Firewall software, are giving away licensed copies of 
EverNote

Tell A Friend
