heavenly_blue
12-09-2004, 01:33 PM
Is there anything that can validate my ASP code, similar to the W3C html validation?
...or is this unecessary? if the code executes w/o any errors, it's fine?
What about using things like this:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
Do I have to use that on each asp file? Is that similar to DOCTYPE in HTML? What problems could happen if I omit that from my ASP pages?
Are there any resources that provide information about making more correctly structured ASP code, semantics, etc?
I know enough about ASP to make functional pages, but I want to know everything about it, and make sure everything I write is proper.
Any other suggestions are welcome as well.
...or is this unecessary? if the code executes w/o any errors, it's fine?
What about using things like this:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
Do I have to use that on each asp file? Is that similar to DOCTYPE in HTML? What problems could happen if I omit that from my ASP pages?
Are there any resources that provide information about making more correctly structured ASP code, semantics, etc?
I know enough about ASP to make functional pages, but I want to know everything about it, and make sure everything I write is proper.
Any other suggestions are welcome as well.