h a l f b a k e r y"It would work, if you can find alternatives to each of the steps involved in this process."
add, search, annotate, link, view, overview, recent, by name, random
news, help, about, links, report a problem
browse anonymously,
or get an account
and write.
register,
|
|
|
|
What about just using a Firefox plugin ? |
|
|
That solution is practical, but it isn't nearly as cross-browser compatible, future-proof, or cool as this one. |
|
|
Also, this would allow a company to make sure that their coders do a good job. Their server could tack the script on, so they can't get away with trying to hide bad code from the boss. |
|
|
1) What's this validator built in to?
2) Visual Studio does this for ASP.Net. |
|
|
Built into the page it validates--it is Javascript. |
|
|
as in (V8 is the working title): |
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN">
<html>
<head>
<link rel="script" type="text/javascript" href="/scripts/v8.js"/>
</head>
...
</html> |
|
|
So every time the page loads, my browser has to validate it? No thanks. |
|
|
It would be commented out on the production server. |
|
|
Alternatively, for "valid html" logo buffs, the validator could be activated by clicking the logo, and thus prove the validity. |
|
|
// Alternatively, for "valid html" logo buffs, the validator could be activated by clicking the logo, and thus prove the validity. //
Baked a thousand times. |
|
| |