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 [...]
Posted on December 9th, 2009 by Sumit Gupta
Filed under: Article, Blog: My thoughts | No Comments »
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 »
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
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 [...]
Posted on June 29th, 2009 by Sumit Gupta
Filed under: Article, Blog: My thoughts, Management | No Comments »
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 [...]
Posted on June 8th, 2009 by Sumit Gupta
Filed under: Article, Blog: My thoughts | No Comments »
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 [...]
Posted on May 5th, 2009 by Sumit Gupta
Filed under: Article, Joyous | No Comments »