ss_blog_claim=3dccdc23874a74f772f11ac5082c0ba8 ss_blog_claim=3dccdc23874a74f772f11ac5082c0ba8

Posts tagged as:

easy

Newbie guide: Understanding Object Oriented Programming concepts

by Umair Khan jadoon on September 10, 2008

When I started studying about Object Oriented Programming years back, I remember how excited I was about it. It is the topic that is sometimes misunderstood or boring when taught to students in university. Many of my fellows had the same feeling so to help them I created this note and they say it really helped them to understand. So I am sharing it with you
[click to continue...]

{ 4 comments }

How to Write Your Own IM Bot in Less Than 5 Minutes

by Umair Khan jadoon on September 3, 2008

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.
[click to continue...]

{ 0 comments }