Posts

Showing posts from February 20, 2011

Disable right-click contextual menu

Disable right-click contextual menu,  JQuery makes things a lot easier: $(document).ready(function(){ $(document).bind("contextmenu",function(e){ return false; }); }); Source

Do you really think W3C validation will really help?

Image
 W3C XHTML validation of Big website. I’ve checked the W3C’s XHTML validation among the top 11 wesites rated by ALEXA. You can look at the result . Do you really think W3C validation will really help?