Uses of Javascript

Discussion in 'JavaScript' started by 911511, Nov 9, 2011.

Thread Status:
Not open for further replies.
  1. #1
    I'm new in Java scripting but i don't know where i can easily use it.
     
    911511, Nov 9, 2011 IP
  2. pr0t0n

    pr0t0n Well-Known Member

    Messages:
    243
    Likes Received:
    10
    Best Answers:
    10
    Trophy Points:
    128
    #2
    Mainly JavaScripts are used in web sites, to enable some basic dynamic functions, since html can not do that. It is executed on a client-side, so it doesn't put any additional load on the server. That may be a big advantage, or a big disadvantage, depending on what you need.

    JavaScripts can also be used in making some desktop widgets or PDF files, but it's main use is as part of HTML web site code.

    Please note the difference between JavaScripts and Java, because as you wrote it I suspect you though that Java scripting is an interpretation of Java programming language.
     
    pr0t0n, Nov 9, 2011 IP
  3. JohnnySchultz

    JohnnySchultz Peon

    Messages:
    277
    Likes Received:
    4
    Best Answers:
    7
    Trophy Points:
    0
    #3
    it can manipulate data, look, and style of a page..
    it can also communicate with the server without the need of form submission or page redirection..
     
    JohnnySchultz, Nov 18, 2011 IP
  4. frozent

    frozent Peon

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    hey...
    JavaScript is a scripting language developed by Sun Microsystems. Javascript has been used to customize web pages. You can customize your web page to check out who's browsing (by reading the viewer's cookies) figure out where else they've been or where they're located and start putting advertisements for your local area or for other interests that you have shown by your past viewing.
     
    frozent, Nov 20, 2011 IP
  5. sarahk

    sarahk iTamer Staff

    Messages:
    28,828
    Likes Received:
    4,541
    Best Answers:
    123
    Trophy Points:
    665
    #5
    Its great to use with greasemonkey for forum moderating/ giving out infractions!
     
    sarahk, Nov 27, 2011 IP
  6. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #6
    Reason #3178 never to ask questions on DP. You get answers from the clueless masses.
     
    drhowarddrfine, Nov 27, 2011 IP
  7. JohnnySchultz

    JohnnySchultz Peon

    Messages:
    277
    Likes Received:
    4
    Best Answers:
    7
    Trophy Points:
    0
    #7
    textbook answers.. perhaps wikipedia answers..
     
    JohnnySchultz, Nov 29, 2011 IP
  8. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #8
    Java is a language developed by Sun Microsystems. Javascript is a language developed by Netscape (and probably named to take advantage of the popularity of Java at the time). They aren't the same thing.
     
    Rukbat, Dec 1, 2011 IP
  9. madmod001

    madmod001 Peon

    Messages:
    14
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #9
    LOL I am glad someone picked that up
    And Jscript is MS being very bad
     
    madmod001, Dec 7, 2011 IP
Thread Status:
Not open for further replies.