Errror finding

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

    Errror 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
  • Joe Smith

    #2
    Re: Errror finding

    Chris wrote:[color=blue]
    > Does anyone know of a good browser(s) that isn't so forgiving but
    > still supports server-side html (shtml) and php scripting?[/color]

    Server-side html and php scripting are done by the server, not the
    browser.

    -Joe

    P.S. You'll get more responses posting to comp.lang.perl. misc instead
    of posting the this newsgroup (comp.lang.perl ).

    Comment

    • Gunnar Hjalmarsson

      #3
      Re: Errror finding

      Chris wrote:[color=blue]
      > are there any tools out there that identify syntax errors within
      > html, javascript,[/color]

      W3C's easy-to-use markup validation service, based on SGML and XML parsers.

      [color=blue]
      > php, and or pearl code?[/color]

      Those are programming languages with built-in syntax checks. (That is
      true also for JavaScript).

      --
      Gunnar Hjalmarsson
      Email: http://www.gunnar.cc/cgi-bin/contact.pl

      Comment

      • John Smith

        #4
        Re: Errror finding

        "Chris" <cchong@cisunix .unh.edu> wrote in message
        news:cd87463e.0 407010814.56663 6d3@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]

        Hello Chris,

        Take a look at http://www.iconv.com/online_html_tools.htm for a list of
        online tools to check the validity of your web site's html.


        Comment

        Working...