Forum Moderators: open

Message Too Old, No Replies

HTML Validation - Where to start?

Confused!

         

KMxRetro

2:22 pm on Oct 13, 2002 (gmt 0)

10+ Year Member



Hi all,
My site has been running for about 6 months now and since it originally started out as a piece of message board software, phpBB, the code was already included.

I have now modified the site considerably, adding new sections, features etc, all running off the phpBB engine. I would like to validate my HTML and see where I'm going wrong (because I'm sure I have!)

Ideally, I would like a piece of (free!) software that would do the job locally, or even something that would run in PHP/Perl on my testing server.

Can anyone point me in the right direction?

Thanks in advance,

Woz

2:29 pm on Oct 13, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



KMxRetro,

The best way would be to visit the WWW Consortium [w3.org] and read up on the HTML specifications and relate that to your code.

The quick and easy way is to use either the W3C Vaildator [validator.w3.org] or Brett's HTML Vaildator [searchengineworld.com] on Search Engine World. Both will give you a list of errors to help get the code right.

Onya
Woz

andreasfriedrich

2:37 pm on Oct 13, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You can download Debian and Red Hat packages [htmlhelp.com] of the WDG HTML Validator [htmlhelp.com].

The W3C HTML Validation Service [validator.w3.org] source code [validator.w3.org] is also available.

Andreas

g1smd

4:14 pm on Oct 13, 2002 (gmt 0)

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



>> Brett's HTML Validator on Search Engine World <<

Umm, that is WebMasterWorld I do believe.

Woz

11:03 pm on Oct 13, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



>Umm, that is WebMasterWorld I do believe.

Not at all, follow the link above.

Onya
Woz

sun818

11:08 pm on Oct 13, 2002 (gmt 0)

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



Sorry to be Windows-centric here. htmlvalidator.com has a free "lite" version CSE HTML Validator. I find a desktop application useful since I want to validate before I upload a page to my website.

g1smd

11:18 pm on Oct 13, 2002 (gmt 0)

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




>>>> Umm, that is WebMasterWorld I do believe. <<<<

>> Not at all, follow the link above. <<

Ah, I see, it is Jim's Search Engine Forums, nothing to do with Brett at all. Brett runs Web Master World - there is no such place as Search Engine World.

g1smd

11:20 pm on Oct 13, 2002 (gmt 0)

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



>> Sorry to be Windows-centric here. htmlvalidator.com has a free "lite" version CSE HTML Validator. I find a desktop application useful since I want to validate before I upload a page to my website. <<

The W3C HTML and CSS validators, can either look at an online website and generate a report of errors, or you can upload the file to the validator for it to be checked. So you can validate before you publish, but this is still an online activity.

dingman

11:25 pm on Oct 13, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I find a desktop application useful since I want to validate before I upload a page to my website.

Indeed. As it happens, I have a real-world IP for my development workstation and so I can use validation services that rely on having a URL. However, even if you can't, you can still use validator.w3.org, because it has a file upload option. Not only that, but as someone here pointed out to me not long ago, Opera has a feature that lets you validate the source of any document you are looking at, using the w3.org validator. The hotkey is Ctrl-Alt-V, or there is a menu option under the right-click menu->frame->validate source.

Woz

11:28 pm on Oct 13, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



>there is no such place as Search Engine World.

Actually the link I gave above has nothing to do with SEF at all.

Search Engine World does exist and has done so for many years. It is the progenitor of WebmasterWorld.

[SearchEngineWorld.com...]

Onya
Woz

[edited by: Woz at 11:34 pm (utc) on Oct. 13, 2002]

martinibuster

11:33 pm on Oct 13, 2002 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Let's not forget HTMLKit. It ports HTMLTidy, and unlike w3c validator, it makes suggestions on what to change.

andreasfriedrich

12:21 am on Oct 14, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



since I want to validate before I upload a page to my website

That is why you can install both validators on your local webserver.

HTMLTidy [...] makes suggestions on what to change

...but does not validate your HTML.