JOURNALIST NEEDS HELP PLEASE!

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

    JOURNALIST NEEDS HELP PLEASE!

    I am doing research for a Canadian magazine.
    I am trying to understand, in simple terms, if one can CORRECTLY say
    that there
    is a relationship between the "invention" of the Java programming
    language and the development
    of "Javascript ."
    My story is basically directed to the lay person. In essence, this is
    what I am saying:

    "Java programming language was invented by James Gosling, of Sun
    Microsystems. The language was ideally suited
    to use on the Internet because of it's mult-platform capability. Java
    eventually contributed to the development of other
    web-based programs like Javascript which is not part of webpages
    everywhere. Javascript enables, among other things, the use of forms on
    webpages and even helps put radio stations online."

    DOES this sound OK? Any correction/clarification from anyone would be
    dearly appreciated.
    Thanks very much,
    Larry Pinnel
    (PLEASE contact me DIRECTLY at: spinkat@ca.inte r.net)

  • Ivan Marsh

    #2
    Re: JOURNALIST NEEDS HELP PLEASE!

    On Wed, 23 Jun 2004 18:39:01 +0000, LP wrote:
    [color=blue]
    > "Java programming language was invented by James Gosling, of Sun
    > Microsystems. The language was ideally suited to use on the Internet
    > because of it's mult-platform capability. Java eventually contributed to
    > the development of other web-based programs like Javascript which is not
    > part of webpages everywhere. Javascript enables, among other things, the
    > use of forms on webpages and even helps put radio stations online."
    >
    > DOES this sound OK?[/color]

    Uh... no.

    JavaScript is used on the web far more than Java.

    JavaScript is an interpreted scripting language designed for the web.

    Java is a compiled language that uses a virtual machine and can be used to
    do just about anything on almost any platform.

    They have very little in common other than the poorly chosen name of
    JavaScript.

    Try:

    Build the skills your teams need. Give them the O'Reilly learning platform and equip them with the resources that drive business outcomes.



    Does JOURNALIST == HOMEWORK?

    --
    i.m.
    The USA Patriot Act is the most unpatriotic act in American history.

    Comment

    • Hywel

      #3
      Re: JOURNALIST NEEDS HELP PLEASE!

      In article <0bda1fe46f82ee 16b5d441343b4ba cd0@news.terane ws.com>, LP
      says...[color=blue]
      > I am doing research for a Canadian magazine.
      > I am trying to understand, in simple terms, if one can CORRECTLY say
      > that there
      > is a relationship between the "invention" of the Java programming
      > language and the development
      > of "Javascript ."
      > My story is basically directed to the lay person. In essence, this is
      > what I am saying:
      >
      > "Java programming language was invented by James Gosling, of Sun
      > Microsystems. The language was ideally suited
      > to use on the Internet because of it's mult-platform capability.
      > Java
      > eventually contributed to the development of other
      > web-based programs like Javascript which is not part of webpages[/color]

      JavaScript isn't really a "program", it's a language. I think you mean
      "... which is *now* part of ..."
      [color=blue]
      > everywhere. Javascript enables, among other things, the use of forms on
      > webpages[/color]

      It doesn't enable the use of forms - they were around long before
      browser supported JavaScript, and there are still browsers that don't
      have a JavaScript engine. It can be used to enhance forms, however.

      [color=blue]
      > and even helps put radio stations online."[/color]

      How?

      [color=blue]
      > DOES this sound OK?[/color]




      --
      Hywel

      Big Brother Petition - Better TV Wanted!

      Comment

      • Richard Cornford

        #4
        Re: JOURNALIST NEEDS HELP PLEASE!

        LP wrote:[color=blue]
        > I am doing research for a Canadian magazine.
        > I am trying to understand, in simple terms, if one can CORRECTLY say
        > that there
        > is a relationship between the "invention" of the Java programming
        > language and the development
        > of "Javascript ."[/color]

        If you are sufficiently vague about what 'relationship' means.
        [color=blue]
        > My story is basically directed to the lay person. In essence, this is
        > what I am saying:[/color]
        <snip>[color=blue]
        > Java
        > eventually contributed to the development of other
        > web-based programs like Javascript[/color]

        I believe that the language that eventually became JavaScript
        (LiveScript) was developed independently of Java by Netscape. They
        really do not have much in common, except a syntax derived from C.
        [color=blue]
        > which is not part of webpages everywhere.[/color]

        That doesn't make sense (and isn't any more/less true of Java).
        [color=blue]
        > Javascript enables, among other things, the use of forms
        > on webpages[/color]

        Forms are facilitated by HTML alone. They work perfectly happily (and
        sometimes better) without javascript.
        [color=blue]
        > and even helps put radio stations online."[/color]

        Does that mean anything? But the technology needed to broadcast sound
        over the Internet does not necessitate the use of javascript anyway.
        [color=blue]
        > DOES this sound OK?[/color]
        <snip>

        No.

        Richard.


        Comment

        Working...