JavaScript Getting Started Tutorials



12
Jul
2009

What Is JavaScript?

Posted By Codenique @ 1:47:40 AM
 

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

How To Add JavaScript To Your Web Pages Part 1

Posted By Codenique @ 1:48:29 AM
 

You can add JavaScript to your web pages internally or externally. I will show you the internal method first.

Read More ››



12
Jul
2009

How To Add JavaScript To Your Web Pages Part 2

Posted By Codenique @ 1:49:49 AM
 

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 ››