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...]
Posts tagged as:
easy
Newbie guide: Understanding Object Oriented Programming concepts
{ 4 comments }
How to Write Your Own IM Bot in Less Than 5 Minutes
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 }

