Posted by Jonathan N. Little on 11/18/05 17:34
bernhard wrote:
> Stefan Mueller schrieb:
>
>
>>Does someone know if there's a tool which checks my HTML/JavaScript/PHP/...
>>code for errors.
>
>
> HTML: http://validator.w3.org/
> CSS: http://jigsaw.w3.org/css-validator/
>
> Bernhard
>
Mozilla/Firefox/Netscape: address 'JavaScript:' brings up JavaScript
console or "Tools|Web Development...|JavaScript Console"
Opera: "Tools|Advanced|JavaScript Console"
MSIE had a debugger module that I tried many-many moons ago, but found
that with external script files IE listed the line error not where the
error occurred in the external file but its relative parsed position
after embedding! i.e., as view in browser memory! Useless IMHO!
If you had a couple of externally linked JavaScript files to a page you
could get a message like "blah is not an object line 425" where none of
the files where over 300 lines long! Where as Moz/NN will display the
actually line number for the external file "blah is not an object line
25 of external.js"
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|