13454Javascript-library.comhttp://www.javascript-library.com/a5.htmlWhat is a JavaScript JavaScript is used in millions of Web pages to improve the design, validate forms, and much more. JavaScript was developed by Netscape and is the most popular scripting language on the internet.
JavaScript works in all major browsers that are version 3.0 or higher.
What is JavaScript?
JavaScript was designed to add interactivity to HTML pages
JavaScript is a scripting language - a scripting language is a lightweight programming language
A JavaScript is lines of executable computer code
A JavaScript is usually embedded directly in HTML pages
JavaScript is an interpreted language (means that scripts execute without preliminary compilation)
Everyone can use JavaScript without purchasing a license
JavaScript is supported by all major browsers, like Netscape and Internet ExplorerJavaScript > Scripts and Programs > MiscellaneousOct 12, 2006
This amusing script estimates the population of the world at this moment, in real time. Archived using a series of mathematical algorithms, it comes pretty close to the actual numbers!
Example:
The number of people on the planet Earth is now...
Sometimes you need for a webdocument to instantly reload itself but only once. This refresh / reload once Javascript does just that. As soon as the page loads it will refresh, but only once. This script will append ?reloaded=true to the page it reloads. If this is manually changed in browser it will continually reload the page.
This pages collects some of the code I am distributing.
Ok, some code is about trivial web services and not at the top of performance, but it can serve as introductory examples to newbies for learning.
Please, let me know about bugs and/or suggestions for further improvement: this is the free spirit of Open Source.
DOM Browsing is a client-side script that allows you to browse through the Document Object Model. It allows you to view all of the objects and properties contained within an HTML document.
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.