Why Internet Explorer fails on today’s web standard

I was looking through history of HTML following a article on iphone and its role to evolve web. During the process I found another article that defines some dates on HTML standard. you can read that article here (http://www.yourhtmlsource.com/starthere/historyofhtml.html#1.0)
To my surprise, HTML v2.0 was standard until 1997. I was amazed to read that. Later in [...]

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>
[...]

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. So [...]

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
=> ((4)2 -(2*4*(9/2)) +(9/2)2) = ((5)2 -(2*5*(9/2)) +(9/2)2)
which [...]

Next Page »