All programming is Web Programming

Another interesting article on Coding Horror, I wonder how Jeff found so much to write about. “All Programming is Web Programming. I agree to Jeff and Michael both. Strange but true.
I found lot of programmer doing web programming, and they do it for years, though they never learn What is OOPs or what is pointer. [...]

Finally wordpress permalinks works

After a long time, finally Microsoft add the ability to work with URL Rewriting in IIS, finally Godaddy start supporting it with their hosting, and finally I try the service to found it working first shot.
You will find detail guides at
http://learn.iis.net/page.aspx/466/enabling-pretty-permalinks-in-wordpress/   (IIS official article)
http://codex.wordpress.org/Using_Permalinks (Wordpress official Article)
My unofficial web.config content
<?xml version=”1.0″ encoding=”UTF-8″?>
<configuration>
<system.webServer>
<rewrite>
<rules>
[...]

Twitter With Wordpress

Just found a cool plugin that tweet from Worpdress Blog to your tweeter account. This is a testing posting for same. Hope it works fine, and I can enjoy this plugin.

Iframe Web Virus: How to Guide

Recently I got more than 10 websites which got Bad site rating from google as Google crawler found that these sites are distributing malware. On investigation, we found that somehow website code has been modified and an Iframe got inserted in HTML code that link to some third party website which is actually distributing the [...]

Tech. Person with Bad computer

Yesterday my laptop crash. It was second time it crash and go to service center in 30 days time span. Been a software developer if your machine crash on which you spend 13-14 hrs a day, it will be hard for you to survive. I am lucky that I got backup computer to manage while [...]