Welcome to the Webmaster Forum.
+ Reply to Thread
Page 3 of 3 FirstFirst 1 2 3
Results 21 to 30 of 30
  1. #21
    Join Date
    Dec 2010
    Posts
    5
    Rep Power
    0

    Default

    www.javascript.com download it.
    ________________
    fun | mobile | free download | world call

  2. #22
    Join Date
    Apr 2011
    Posts
    23
    Rep Power
    0

    Default

    By the knowledge of Javascript the web owner would do to himself and to the browsers a lot of good in the sense that he allows the visitor to learn the script then and there.

  3. #23

    Default

    It is a scripting language to enable Web authors to design interactive sites. Javascript can interact with HTML source code, enabling Web authors to spice up their sites with dynamic content.

  4. #24
    Join Date
    Jul 2010
    Posts
    322
    Rep Power
    3

    Default

    Java Script is a scripting language which is very useful. JavaScript for me is not an easy one but it is really powerful specially in terms of designing and adding animations.

  5. #25
    Join Date
    Feb 2012
    Posts
    74
    Rep Power
    1

    Default

    JavaScript was designed to add interactivity to HTML pages
    JavaScript is a scripting language
    A scripting language is a lightweight programming language
    JavaScript is usually embedded directly into HTML pages
    JavaScript is an interpreted language (means that scripts execute without preliminary compilation)
    Everyone can use JavaScript without purchasing a license
    All the best

    Searching for Best Web Design, Development or Affordable SEO Service in USA? Bestwebsol.com provides professional full-cycle services: web development, custom web design & Best SEO services with guaranteed traffic increase and higher ranking.
    Web Development USA | Dubai Web Design | Affordable SEO Services | custom wordpress design

  6. #26
    Join Date
    Feb 2012
    Posts
    74
    Rep Power
    1

    Default

    JavaScript was designed to add interactivity to HTML pages
    JavaScript is a scripting language
    A scripting language is a lightweight programming language
    JavaScript is usually embedded directly into HTML pages
    JavaScript is an interpreted language (means that scripts execute without preliminary compilation)
    Everyone can use JavaScript without purchasing a license

    Example

    <html>
    <body>

    <h1>My First Web Page</h1>

    <script type="text/javascript">
    document.write("<p>" + Date() + "</p>");
    </script>

    </body>
    </html>
    All the best

    Searching for Best Web Design, Development or Affordable SEO Service in USA? Bestwebsol.com provides professional full-cycle services: web development, custom web design & Best SEO services with guaranteed traffic increase and higher ranking.
    Web Development USA | Dubai Web Design | Affordable SEO Services | custom wordpress design

  7. #27
    Join Date
    Feb 2012
    Posts
    11
    Rep Power
    0

    Default

    Javascript is a programming language that is used to make web pages interactive. It runs on your visitor's computer and so does not require constant downloads from your web site

  8. #28
    Join Date
    Feb 2012
    Posts
    11
    Rep Power
    0

    Default

    Javascript can interact with HTML source code, enabling Web authors to spice up their sites with dynamic content.

  9. #29
    Join Date
    Feb 2012
    Posts
    25
    Rep Power
    1

    Default

    Javascript is powerful specially in terms of designing and adding animations.

  10. #30
    Join Date
    Feb 2012
    Posts
    11
    Rep Power
    0

    Default

    JavaScript is a scripting language developed by Netscape in the lines of Java and there is not a much of a difference between the two.


 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Back to top