| Creating Javasript popup window | | In this tutorial I will show you how to create a layer based popup window with JavaScript.
|
| Right() function in Javascript | | The Right() function in Javascript is similar to the one available in VB Script, used to find the specfic number of characters in a word from the right.
|
| Javascript timeout usage | | In this tutorial I will show you how to use timeouts in your JavaScript code. With this information you will be able to create a usefull timer
|
| JavaScript Tutorials - Flow Control Statements | | This Tutorial provides a quick introduction of JavaScript flow control statements. Topics include 'if...then' statements, 'while' statements, 'for' statements, 'break' statements, etc..
|
| eLouai's Drag and Drop script | | An extremly simple and useful script for implementing a cross browser drag and drop game (IE 4+, NN 6+, Firefox). Place code in the header and simply append all images that are draggable with the class name (class="dragme"). That's it!
|