Common Javascript Errors
Tuesday August 28, 2007
Even expert JavaScript programmers need to fix errors in their code
Everyone makes mistakes, particularly when writing a new program. What you have to do with your program is to locate ... Read More
Built-in Functions: alert, confirm, prompt
Monday August 27, 2007
JavaScript provides three modal dialogs
There are times when you need to interrupt the flow of your JavaScript to either advise the user of some information before continuing, to ask a ... Read More
Adobe Integrated Runtime for JavaScript Developers
Tuesday August 21, 2007
Run HTML/JavaScript applications on the desktop
The Adobe Integrated Runtime (previously known as Apollo) is now in beta release (nearly ready for public use). The book Adobe Integrated Runtime for JavaScript ... Read More
JavaScript and HTML
Tuesday August 14, 2007
Some ways of using JavaScript are better than others
There are four different ways that you can attach JavaScript into your web page. Not all of them are suitable to use ... Read More
Simply JavaScript
Monday August 13, 2007
Modern JavaScript is almost a new language
The JavaScript language today is vastly different from what it was just a few years ago. Separating our HTML, StyleSheets and JavaScript into separate ... Read More
Background Audio Selector
Saturday August 11, 2007
JavaScript can set up multimedia downloads
Place a background audio selector box on your web page to allow your visitors to download and play music.
Background Audio Selector
JavaScript Objects
Monday August 6, 2007
JavaScript supports Objects
There are a number of object that are predefined in JavaScript and you can also define your own.
JavaScript Objects

