Validation for pages which require login.

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
Todd_Z
Forum Regular
Posts: 708
Joined: Thu Nov 25, 2004 9:53 pm
Location: U Michigan

Validation for pages which require login.

Post 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...
User avatar
Oren
DevNet Resident
Posts: 1640
Joined: Fri Apr 07, 2006 5:13 am
Location: Israel

Post by Oren »

Are you talking about a login system?
User avatar
Todd_Z
Forum Regular
Posts: 708
Joined: Thu Nov 25, 2004 9:53 pm
Location: U Michigan

Post by Todd_Z »

I want to do XHTML and CSS validation on a system that requires a login
User avatar
Oren
DevNet Resident
Posts: 1640
Joined: Fri Apr 07, 2006 5:13 am
Location: Israel

Post 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.
User avatar
Todd_Z
Forum Regular
Posts: 708
Joined: Thu Nov 25, 2004 9:53 pm
Location: U Michigan

Post 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!
User avatar
Oren
DevNet Resident
Posts: 1640
Joined: Fri Apr 07, 2006 5:13 am
Location: Israel

Post by Oren »

:P That's funny... How could you miss it?
Post Reply