|
Posted by Kimmo Laine on 12/16/31 11:59
"Baron Samedi" <Papa.Legba.666@gmail.com> wrote in message
news:1159497741.495228.135190@m73g2000cwd.googlegroups.com...
> My whole site is PHP. That means that there are various includes which
> make up each page so that I can have standard headers/footers/menu, etc
> If the content of one of these changes, it might break one, some or
> all pages.
>
> I am fairly anal about validation and use W3C to validate my most
> important pages regularly.
>
> However, I am wondering if it is worth the overhead to run the valuator
> automatically on each page and if there are any errors, to send me a
> mail.
>
> What do you think? Is it worth the performance hit?
There's no point killing w3c like that. They propably will notice your
slaying their server and will block your IP. Look, the world will not end if
the page doesn't validate. Sure it is possible to validate it on each run
but for fucks sake, it's not _that_ important and most of all it will damage
a very useful service such as the w3c validator by unnecessarily loading the
server all the time.
You _are_ being fairly anal about it and that's not good. Validation is not
the ultimate answer. even if your page would validate, it doesn't
necessarily mean the page is errorless, or that it looks okay. The code
might be broken in a way that in fact does validate, but still look like
hell in a browser. You'll end up in a false sense of security like that.
--
"Ohjelmoija on organismi joka muuttaa kofeiinia koodiksi" - lpk
http://outolempi.net/ahdistus/ - Satunnaisesti pδivittyvδ nettisarjis
spam@outolempi.net || Gedoon-S @ IRCnet || rot13(xvzzb@bhgbyrzcv.arg)
[Back to original message]
|