Kompressor Posted January 30, 2003 Share Posted January 30, 2003 I was wondering how to fix coding errors on a page...... is there a special program or something that can scan for those errors? :wacko: :blink: help is much appreciated :pinch: thankyou :ninja: Link to comment Share on other sites More sharing options...
0 Oogle Posted January 30, 2003 Share Posted January 30, 2003 What kind of page are you talking about? PHP? ASP? HTML? JSP? etc.? Link to comment Share on other sites More sharing options...
0 kev64 Posted January 30, 2003 Share Posted January 30, 2003 Use HTML Validator :yes: http://www.htmlvalidator.com/ Link to comment Share on other sites More sharing options...
0 Tim Dorr Veteran Posted January 30, 2003 Veteran Share Posted January 30, 2003 Well, what sort of errors? Are these in HTML? JS? Some sort of scripting language? There are two types too: Syntatical and Semantical. Syntatical are ones that are errors that are a result of the code being unable to compile. The semantical ones are those that compile just fine, but don't do as you expected. These are something that can't be fixed by a computer, because to it, everythign appears fine, but to you it's not what you expected. This is simply because the computer can't read your mind :) Link to comment Share on other sites More sharing options...
0 Kompressor Posted January 30, 2003 Author Share Posted January 30, 2003 thanx that validator was exelent...oh and the lanuage i needed was HTML :p srry i didnt specify ;) :whistle: Link to comment Share on other sites More sharing options...
0 Kompressor Posted January 30, 2003 Author Share Posted January 30, 2003 holy Cr@[]D.....! can someone tell me what is wrong wit this?: .........<head> <STYLE> BODY {scrollbar-3dlight-color:#000000; scrollbar-arrow-color:black; scrollbar-base-color:#000000; scrollbar-darkshadow-color:#000000; scrollbar-face-color:black; scrollbar-highlight-color:white; scrollbar-shadow-color:#000000} </STYLE> </head> </head> <body> <script language="JavaScript"> ........:blink: DOES NESTING A HEAD INTO A HEAD REALLY CONSIDERED AN ERROR? :pinch: :pinch: Link to comment Share on other sites More sharing options...
0 Oogle Posted January 30, 2003 Share Posted January 30, 2003 Yes. You can only have one head, unless you're a monster :D BTW, I use the W3C validator. Since they basically defined the HTML standard, I trust them more. Besides, they allow file uploads so that you don't have to have a website to validate your code. http://validator.w3.org Read my signature, too. It provides links to the HTML reference that the validator uses. Link to comment Share on other sites More sharing options...
Question
Kompressor
I was wondering how to fix coding errors on a page......
is there a special program or something that can scan for those errors? :wacko: :blink:
help is much appreciated :pinch:
thankyou :ninja:
Link to comment
Share on other sites
6 answers to this question
Recommended Posts