For example, I have a site with a message posting form, and given the limitations on query string length with some browsers and servers, submitting the body of the form via "get" makes no sense. I know that the post confirmation page renders just fine, but not that all the tags have their apropriate end tags, etc. If I try to validate the page to make sure, what the validator sees isn't the result of posting, it's an error message. It's nice to know that the error message is XHTML 1.1 Strict, but I'd like to know the same thing about the post confirmation message, too.
The only solution that occurs to me is to save the output and then run a validator on the file. I'd really like something as convenient as clicking a link at the bottom of the page. Does anyone else have more convenient solutions for this?
Ok, I reread, you're not inputting everything into the query string.
The way I validate this stuff is to do the post in Opera, then right click and select Frame¦Validate Source. This takes a copy of the result POST, saving it in a temp file, and uploads it to the validator. Probably a lot easier than what you're trying to do, if I understand correctly.
<added>And using it now, it seven acts like just what I'm looking for, too. I wonder if any of the modern open-source browsers do that? [pokes at Galeon]</added>
I didn't know Opera did that.
Took me a while to find it too. Really makes a BIG difference. I used to validate stuff here and there, but with Opera giving you a right-click menu option, I validate everything now.
Before I had to find the bookmark, (out of thousands it took at least a while), then browse to the page or copy and paste the url. (I didn't like doing that because it was a hit on my server and didn't want to count it). Or if it was on my computer I'd have to browse to the file. I think this is one of the great features of Opera, and I do think it will make at least a slight difference in the number of sites that validate correctly.
I had to find the bookmark
(For clarity, only one of those three is a post-graduation employer, and in all honesty I do more advanced server-side stuff as a hobby than I have ever had call for at work, though the law office came close.)
Really not too big a deal, not many really validate the pages. Call me A**L.
But I really do think its (in Opera) a great feature, and you don't need to include the w3.org link on every page.
There is a lot of talk about validation on WebmasterWorld, and it seems to be growing- a good sign. ;) No telling how many simple layout problems would be solved if everyone tried validation.
No telling how many simple layout problems would be solved if everyone tried validation.
I have it set up for essentially one-click validation in Windows. It's a command-line program so you can get almost one-click convenience in *nix (just create a script that is the command line and that takes a file as input so you can type "valid file.html" and that should work if the path is right).
Full instructions at
[ktmatu.com...]
Tom