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. [...]
Posted on September 27th, 2009 by Sumit Gupta
Filed under: Article, Blog: My thoughts | 1 Comment »
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>
[...]
Posted on September 25th, 2009 by Sumit Gupta
Filed under: Article, Operating System, PHP, Server Configuration | 2 Comments »
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.
Posted on September 25th, 2009 by Sumit Gupta
Filed under: Other | No Comments »
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 [...]
Posted on September 19th, 2009 by Sumit Gupta
Filed under: Article, Programming | Comments Off
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 [...]
Posted on September 10th, 2009 by Sumit Gupta
Filed under: Blog: My thoughts, Rants | No Comments »