JavaScript Getting Started Tutorials
12
Jul
2009
What Is JavaScript?
In Category: getting started, javascript
JavaScript, which was originally called Mocha and then LiveScript, is used to add interactivity to your web pages without learning complex programming languages. With JavaScript, you can write scripts that can display the time or add an alert box, rollovers and much more.
Read More ››12
Jul
2009
You can add JavaScript to your web pages internally or externally. I will show you the internal method first.
Read More ››12
Jul
2009
Now let me show you how to add JavaScript to your web pages using the external method, which is the most widely, used method as well as the best way to add JavaScript to your web pages.
Read More ››