About Javascript.

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

    About Javascript.

    I wish to know more about javascript. Hope that have somebody can help me
    solve this problem. Just tell me which types of javescript is easy to learn
    and easy to use. Thank.


  • Matt

    #2
    Re: About Javascript.


    "Joanne" <Joanne_9989@ya hoo.com.sg> wrote in message
    news:bi3ulh$id7 $1@ftp.curtin.e du.au...[color=blue]
    > I wish to know more about javascript. Hope that have somebody can help me
    > solve this problem. Just tell me which types of javescript is easy to[/color]
    learn[color=blue]
    > and easy to use. Thank.[/color]

    There *technically* is only one type of javascript - so I would suggest
    learning that one - there is a great beginners primers series at
    htmlgoodies.com . Other than that do a Google search for Javascript
    tutuorial.

    Matt


    ---
    Outgoing mail is certified Virus Free.
    Checked by AVG anti-virus system (http://www.grisoft.com).
    Version: 6.0.509 / Virus Database: 306 - Release Date: 8/12/2003


    Comment

    • steve stevo

      #3
      Re: About Javascript.

      The script you should be looking to learn is called ECMAScript.

      To simplify
      Javascript was designed for use in netscape brwsers.
      Microsoft created Jscript for its browsers.

      Although the scripts are very similar - there are subtle differences.

      ECMAScript is the common ground between the two and should be valid on all
      browsers.

      However, finding ecmascript tutorials sint easy, try learning javascript at
      www.w3schools.com.

      Good Luck

      Simon



      "Joanne" <Joanne_9989@ya hoo.com.sg> wrote in message
      news:bi3ulh$id7 $1@ftp.curtin.e du.au...[color=blue]
      > I wish to know more about javascript. Hope that have somebody can help me
      > solve this problem. Just tell me which types of javescript is easy to[/color]
      learn[color=blue]
      > and easy to use. Thank.
      >
      >[/color]


      Comment

      • HikksNotAtHome

        #4
        Re: About Javascript.

        In article <bi4jmp$8vc$1@n ewsg1.svr.pol.c o.uk>, "steve stevo"
        <steve@stevoste ve.fsnet.co.uk> writes:

        <--top posting fixed-->

        Please don't top-post.

        [color=blue]
        >"Joanne" <Joanne_9989@ya hoo.com.sg> wrote in message
        >news:bi3ulh$id 7$1@ftp.curtin. edu.au...[color=green]
        >> I wish to know more about javascript. Hope that have somebody can help me
        >> solve this problem. Just tell me which types of javescript is easy to[/color]
        >learn[color=green]
        >> and easy to use. Thank.
        >>
        >>[/color][/color]
        [color=blue]
        >The script you should be looking to learn is called ECMAScript.
        >
        >To simplify
        >Javascript was designed for use in netscape brwsers.
        >Microsoft created Jscript for its browsers.
        >
        >Although the scripts are very similar - there are subtle differences.
        >
        >ECMAScript is the common ground between the two and should be valid on all
        >browsers.[/color]

        Unfortunately, that is not true.
        [color=blue]
        >However, finding ecmascript tutorials sint easy, try learning javascript at
        >www.w3schools.com.[/color]

        I took there quiz. The first question I got asked referred to tags, and the
        answer they wanted was <script> no type attribute, not even the deprecated
        langauge attribute.

        Another dealt with navigator.appNa me Yuck!

        If what they are teaching is <script>, changing my status bar, alerts, and
        window.open, all without the usual warnings for such things, then its not, IMO,
        a "good tutorial".

        --
        Randy
        All code posted is dependent upon the viewing browser
        supporting the methods called, and Javascript being enabled.

        Comment

        Working...