Forum Moderators: open
Ive just applied it to one of my pages and it reduced page errors (given by the checker function) from 96 to just 8. It also increase the loading speed of my web page at 56k by 10 seconds cutting it from 43 to 33.
I was amazed and my page looks and functions in exactly the same way but im worried that i may have overlooked something and i want to be sure that the validator is good at its job and doesnt create any unforeseen issues before i put the new html page live.
Any feedback on this would be greatly appreciated.
- John
Im quite amazed with this site, how does it do it?
I do have one issue though, it has done some something weird to the underline on my page. Before I had underlines all my text links but now underline shows until you hovver over the link with mouse pointer.
[validome.com...] also allows this error - or at least what I consider to be an error. Additionally, this resource will accept invalid months and Validate.
[edited by: tedster at 1:10 am (utc) on Aug. 16, 2009]
[edit reason] make the link clickable [/edit]
A great place to run a full site validation - as a precaution (providing you have a sitemap) is:
[cgriley.com...] *
So long you aren't validating a ridiculous number of pages it is a great tool and will catch the odd missing </p> or what-have-you. Provides minimum info, so you may need to follow the W3C link which might make the error easier to find. I use a lot of includes so line numbers never come close to matching which makes finding an error a small hassle sometimes.
BTW - Any free link checkers or do I need to spend some money? The W3C Link Checker only goes 150 pages and then lists all of the pages that it didn't check. If no good free tools, what are the best tools to consider putting my money into?
BTW - When you get comfortable validating (X)HTML and CSS - go for accessibility. Lots of tools available depending upon how much you want to learn and how accommodating you want to be.
* moderator note: we normally don't allow links to tools on
non-authority websites (see Charter [webmasterworld.com]). But in this case, the
tool is very useful and we're making a one-time exception.
[edited by: tedster at 3:12 am (utc) on Aug. 16, 2009]
I've got Xenu and use it as needed. It's excellent. Guess I was 'stuck' in thinking about W3C and noting the limitation to that feature. Been writing all day, so evidently it is time to call it a day.
Guess it is just the habit of often asking follow-up questions even as I am answering the originals - expanding the conversation.
Xenu is great.
When I'm between project builds it's easy to forget some of the tools. Once a site goes up, it is pretty much bullet proof and I confess to following up sporadically, except for major additions. Once one gets in the habit of validating code it gets hard to write code that doesn't validate. I am mostly catching typ0s. Same with links. The project is so well tested as it is built, the checks don't find much.
Accessibility is the one area where I have to 'make choices'. Even after using various tools and validators, this area comes down to the manual checks and choices.
Xenu is great.
Great for validating a new site, not so great at validating links in an aged site.
Xenu has no clue if:
- The page as been hacked with links injected in it
- Changed hands to domain parks or worse
- Has fallen into a bad neighborhood
- The page is infected with malware
I've seen sites actively penalized in Google for outbound links Xenu thinks are OK which weren't whatsoever.
During development I typically use the tools/validate links of the web developer toolbar add-on of firefox.