Like the title says, I have an online app that I am wanting to validate, but users need to log in first to access them. How do I go about validating this?
Thanks! Joel
Like the title says, I have an online app that I am wanting to validate, but users need to log in first to access them. How do I go about validating this?
Thanks! Joel
With this html validator extension. Or by Ctrl-U, copy-paste into the w3c page.
Assuming you mean markup validation, log in yourself, go to the page you want, view source, and use the direct input option.
You have to run the service they provide on your server:
http://validator.w3.org/docs/install.html
Thats what we've done, works great.
I think it's best practice to be validating your sites source when it's in development not when its in production... Treat this just like running unit tests. You shouldn't have markup errors go live either.
I assume you mean w3 validator service. You can copy paste the html contents into the validator or save the html into a file and upload it. If you have Firefox Web developer extension, it provides a 'validate local HTML' option.