Instant Page Validation
Favelets or Bookmarklets are little javascript-based bookmarks that can come in quite handy. My personal favorite is:
javascript:void(window.open('http://validator.w3.org/check?uri='+window.location,'','')); I've added this to my Links bar and if I need to validate a page, I just click the button.
Conversation