Problem Solving
No matter whether you are a beginner or an expert with Javascript programming you will have scripts that don't work. Here is some information to help you solve those problems.
Asking for Help
The best way to ask for help when you have a Javascript problem
The best way to ask for help when you have a Javascript problem
What Javascript Cannot Do
There are a few things that the Javascript programming language does not let you do
There are a few things that the Javascript programming language does not let you do
Common Javascript Errors
Commonly made Javascript errors and how to find them
Commonly made Javascript errors and how to find them
Plain Text Please
Javascript needs to be saved as plain text if you want it to work
Javascript needs to be saved as plain text if you want it to work
Debugging Javascript
Different browsers provide different options for locating Javascript errors.
Different browsers provide different options for locating Javascript errors.
Javascript and the Browser
Javascript has limited access to the browser and no access outside it but everyone is always asking how to change that.
Javascript has limited access to the browser and no access outside it but everyone is always asking how to change that.
Validate Your HTML
Invalid HTML can stop JavaScript working in some browsers.
Invalid HTML can stop JavaScript working in some browsers.
Onload and the DOM
A frequent cause of "object not found" errors is due to scripts that try to access elements in the web page before those elements have been loaded.
A frequent cause of "object not found" errors is due to scripts that try to access elements in the web page before those elements have been loaded.
Polymorphic JavaScript Functions
Accidentally giving two functions the same name in JavaScript can cause problems for many beginners. Deliberately giving two functions the same name is a simple way of improving the efficiency of a lot of scripts.
Accidentally giving two functions the same name in JavaScript can cause problems for many beginners. Deliberately giving two functions the same name is a simple way of improving the efficiency of a lot of scripts.
JavaScript Encryption
This 6.6k real encryption algorithm written in JavaScript is almost small enough to make effective encryption using JavaScript possible. (Note that this still doesn't prevent people accessing the decrypted version of web page content once the page displays).
This 6.6k real encryption algorithm written in JavaScript is almost small enough to make effective encryption using JavaScript possible. (Note that this still doesn't prevent people accessing the decrypted version of web page content once the page displays).
JavaScript Hashing
One way encryption is possible with JavaScript, it is just not very useful.
One way encryption is possible with JavaScript, it is just not very useful.
Effective Web Page Encryption
Effective Web Page Encryption - there is no such thing
Effective Web Page Encryption - there is no such thing
min-width and max-width in Internet Explorer 6
Internet Explorer 6 doesn't understand the min-width and max-width stylesheet attributes. By adding a proprietary stylesheet command and a few lines of JScript we can rectify this lack and get IE6 to behave the same way as the more standards compliant browsers do.
Internet Explorer 6 doesn't understand the min-width and max-width stylesheet attributes. By adding a proprietary stylesheet command and a few lines of JScript we can rectify this lack and get IE6 to behave the same way as the more standards compliant browsers do.
Single Radio Buttons
How to handle single radio buttons and unselecting radio buttons
How to handle single radio buttons and unselecting radio buttons
