0
As my job becomes increasingly more and more related to developing and maintaining quraz.com, my interest in making validation easy has gone up a notch.
The trick is to make it so easy, you do it in a few seconds AND can delegate it to someone who is not as technical as yourself.
With this in mind, I found a cool way to help things a bit:
Add a bookmark to this code:
javascript:void(document.location='http://validator.w3.org/check?uri='+document.location);
That will validate the current page you are visiting.
As reccomended by Scott Hanselman here, a nice HTML validation Module
The rest is just up to the usual suspects: w3c