From: tedd

> At 9:24 AM -0400 10/29/09, Robert Cummings wrote:
>>Bob McConnell wrote:
>>>By the way, HTML Validator, another FF add-on I recommend every
>>>developer install, shows a number of warnings on that site, similar
to
>>>'line 115 column 1 - Warning: <td> attribute "width" has invalid
value
>>>"49.5%"'. (NOTE: If you are on Linux, the FF add-on site incorrectly
>>>states this add-on is not available. But when you go to the home site
>>>for the add-on, there are Linux versions to install.)
>>
>>Excellent, thanks for the info.
>>
>>Cheers,
>>Rob.
> 
> Rob:
> 
> I just bookmark the following in my browser:
> 
>
javascript:void(document.location='http://validator.w3.org/check?uri='+d
ocument.location)
> 
> Then when I want to validate anything, I just use that bookmark.

That doesn't work for servers inside our intranet, which are private and
therefore not accessible outside our firewalls or VPNs. That would
include all of our internal support, development and QA sites, as well
as my family's servers within the family VPN.

The HTML Validator add-on uses the same parsers as the w3c sites
however.

Bob McConnell

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to