Page 1 of 1

Validation for pages which require login.

Posted: Sat Jun 10, 2006 3:19 pm
by Todd_Z
How do you all send your pages to the validator if the page requires a login?

In the past, a create a system that when I click a button on the page, it will create a temporary file with the source and send that to the validator...

Posted: Sat Jun 10, 2006 3:23 pm
by Oren
Are you talking about a login system?

Posted: Sat Jun 10, 2006 3:34 pm
by Todd_Z
I want to do XHTML and CSS validation on a system that requires a login

Posted: Sat Jun 10, 2006 3:48 pm
by Oren
Well, you can use the Web Developer plugin for Firefox, you can copy and paste your code into the validator, or you could just turn the login system off and after validating the page turn it back on.

Posted: Sat Jun 10, 2006 7:16 pm
by Todd_Z
Wow, I've had the web developer extension for years, but never realized there was the "local validate html" functionality. Thanks oren!

Posted: Sun Jun 11, 2006 12:49 pm
by Oren
:P That's funny... How could you miss it?