Category: Article

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

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

  • How to write Error Free Code?

    Recently my staff member asked me, “How can I write a Error Free Code?”. hmm.. interesting question. I always ask them to write a error free code and I found that I don’t have any answer that fit in all situation and in cases. Even the biggest of programmer has done error in their code.…

  • Difference between Programmer and Coder

    Every word has it’s meaning. For me Coder and Programmer are two different word for some it maybe same. I always try to get a programmer but the truth is you get most candidates as Coder only. Now what does that mean? In simple word a Programmer can act as coder, but a coder can…

  • Is 4 = 5?

    Today while surfing internet I found a Mathematical Prove of 4 = 5. Here is the solution I found for it. let – 20 = – 20 which can be written as => 16-36 = 25-45 by adding (81/4) on both sides we get => 16-36+(81/4) = 25-45+(81/4) by writing the above eqn like this…

  • Flash website, Do you need Designer or Programmer?

    Recently I worked on few website, that were solely made up in flash. These sites looks good, a background music playing, pages change with some animation. Obviously HTML page cannot look better then flash. I was very excited to work on this website. But soon my excitement goes away, when I have to fix the…