Author: Sumit Gupta

  • Key difference between Linux and Windows

    I read an article that try to mention 10 key difference from Linux and windows. I like the article and can easily sense that it is another article that get biased at few places. You can read that article here : http://news.zdnet.com/2100-9595_22-219655.html?tag=btxcsim. The biased things I found are: #3  Online peer support vs paid helpdesk…

  • 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…

  • 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…

  • 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…

  • Calling Path in ActionScript

    var kLastSlash:Number = _root._url.lastIndexOf(‘/’); var baseUrl:String = _root._url.substr(0, kLastSlash+1);