Forum Moderators: open

Message Too Old, No Replies

html check software

         

Cosmin

11:09 pm on Oct 27, 2003 (gmt 0)

10+ Year Member



Is there a good software that checks for html errors in your pages? (something like netmechanic site does or better, but in a software)

korkus2000

11:22 pm on Oct 27, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Are you looking for a validator like the [validator.w3.org...]

You can look here:
[directory.google.com...]

Cosmin

11:38 pm on Oct 27, 2003 (gmt 0)

10+ Year Member



Yes, but I want to know which one is absolutely the best? (the most webmasters use it)

coopster

12:00 am on Oct 28, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



webmasters validate to standards, and as korkus2000 stated, w3c sets the standards ;)

Farix

12:02 am on Oct 28, 2003 (gmt 0)

10+ Year Member



[validator.w3.org...]

But if you have Mozilla or even Firebird, you could install Checky and validate against several validators at once.

mattur

12:06 am on Oct 28, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Homesite has a basic built-in validator, which is handy for rapid syntax checking.

CSE HTML Validator is excellent, available in a free lite version, and the pro version can do a whole site in a batch mode - and it integrates with Homesite. Recommended. HTH.

g1smd

12:10 am on Oct 29, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I use [validator.w3.org...] which lets you select various options for validating the page before it checks it.

lorax

3:02 am on Oct 29, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



>> Webmasters validate to standards

Well, some of us do anyway. There have been several discussions about whether to design to standards or not.

W3C validator is what I use for most cases.

louiseB

3:17 am on Oct 29, 2003 (gmt 0)

10+ Year Member



Using the validator.w3.org I have found that my site has 7 errors. I have checked my site in diff browsers and it views perfect (IMHO). It is also well listed in google etc.

Should I worry about these errors?

I didn't know about using a validator until today (just joined here)but have always checked my sites in other browsers. If they view fine and are indexed with the SE's should I fiddle?

Thanks ;)

victor

7:33 am on Oct 29, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld louiseB!

Not all errors need fixing. If you've got just 8 that is pretty clean code -- though that depends on what the 8 are.

But make sure each time you upload the site you haven't introduced a 9th that will kill the site stone dead. Read:

[webmasterworld.com...]

for a cautionary tale. A fault like that won't show up in search engines (ie them not indexing you) for a month or two.

martinibuster

7:42 am on Oct 29, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



...absolutely the best?

That's subjective.

If you download a software program that can reformat your code and "fix" it, please take my advice: Don't "automatically" fix anything.

g1smd

11:22 pm on Oct 29, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



What are the 8 errors?

Some might be just typos and therefore very easy to fix. Some might be non-standard, or browser-specific, HTML that can be replaced with some CSS.

louiseB

1:17 am on Oct 30, 2003 (gmt 0)

10+ Year Member



I use a website/webpage building prog as I am learning web design and also find it easy to do my layouts quicker than in HTML prog only. I also add my own "touches" to my sites.
The errors are to do with the code generated by the prog. such as ALT tag probs and <HEAD> placement. I am looking further into these errors but they don't appear to effect the display or the SE's.

Thanks for the input.
Louise

lorax

1:56 pm on Oct 30, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



What browsers have you checked your pages in? Each browser will render the pages differently.

On another note - while the lack of alt tags does not affect how your pages are viewed by browsers it does affect how the SEs evaluate and rank your page.

Back on topic,
Cosmin I just reread your post and you mention that you're looking for a software package - as opposed to an online tool.

Some development tools like Dreamweaver have code checkers built into them. How good they are I cannot say.

g1smd

8:28 pm on Oct 30, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



>> ...and <HEAD> placement. <<

That could be serious. If the search engine cannot determine where the <head> ends and the <body> begins then it will fail to index your document properly.

Just do a Google search for >> meta name="content" << to see how any pages with mashed HTML tags can get badly indexed.