Error finding

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Chris

    Error finding

    My current web site appears correct. However, I know some browsers are
    smart enough to get around misplaced tags, and other syntax errors.
    Does anyone know of a good browser(s) that isn't so forgiving but
    still supports server-side html (shtml) and php scripting?
    Also, are there any tools out there that identify syntax errors within
    html, javascript, php, and or pearl code?


    Chris
  • Savut

    #2
    Re: Error finding

    PHP, SSI and Perl are server-side, that mean the code are not seen on the
    browser, only the generated code, which result as HTML.

    The best validator for Html is http://validator.w3.org

    For others it only depend on how good you know the language as there is so
    many way to code them for doing the same job, some are faster, more secure
    or more flexible. I dont think there is a tool that can do all that for us.
    And for them if you write incorrectly, it just wont work.

    Savut


    "Chris" <cchong@cisunix .unh.edu> wrote in message
    news:cd87463e.0 407010814.400b3 517@posting.goo gle.com...[color=blue]
    > My current web site appears correct. However, I know some browsers are
    > smart enough to get around misplaced tags, and other syntax errors.
    > Does anyone know of a good browser(s) that isn't so forgiving but
    > still supports server-side html (shtml) and php scripting?
    > Also, are there any tools out there that identify syntax errors within
    > html, javascript, php, and or pearl code?
    >
    >
    > Chris[/color]

    Comment

    Working...