Oct 22 2008

Top 5 questions from stackoverflow

If you’re new here, you may want to subscribe to my RSS feed. Thanks for visiting!As geeks you should always keep a watch on all the programming related websites. Stackoverflow.com is a must site for programmers (I know.. I know I need not mention that ). Here is a list of top 5 [...]

Oct 12 2008

Create a simple Twitter IM bot

Some time back I worte a post about a Twitter Google bot in www.crankup.net. As promised, here is how you can develop your own google talk bot which can post your messages to Twitter.

First, You need an imified account for your bot to work properly. Get one here. Once the account is created, login to [...]

Oct 8 2008

indiayellowpages.com coding standards

My friend sent me this screenshot today. He tried to open www.indiayellowpages.com and this is what he got.

[Click the image for a bigger view]

Option explicit commented out
All the databse names are revealed. I was able to download a DB using google search. Shhh!! dont tell anyone
Worst naming standards eg: main1.mdb,hitsfile1.txt
Worst naming convention for variables eg: [...]