| Visit tutorial >> |
| ASCII Encryption (Internet Explorer Only) is a very simple encryption method that uses random values for each character. You can encrypt the same string as many times as you want and the result will always be different. It is best used with short strings. |
| Hits: 1230 |
| Visit tutorial >> |
| Understanding the various types of links is what this tutorial is all about. Here you will revisit the part of HTML responsible for spinning the web into what it is today: links. Links are among the very first things all webmasters learn, but many did not know that there is life after the href and mailto link. |
| Hits: 193 |
| Visit tutorial >> |
| This script solves algebraic equations with complex coefficients up to the cubic order. Enter a numerical value; click on a coefficient-button to assign the value. Then click the "Solve" button. |
| Hits: 648 |
| Visit tutorial >> |
| This script does a great job of displaying information about your web browser including version, your computer's platform, if Java is enabled, how many pages you've visited, and screen resolution. Take a look, it's pretty cool. |
| Hits: 394 |
| Visit tutorial >> |
| JavaScript Object Detection Jav... javascript object that we needed for the script to work. Since we know that a hover button script needs the document.im... object to work we could shorten the above code to say: if (document.images) { ...code...} In fact this object just so... |
| Hits: 470 |
| Visit tutorial >> |
| Generating a random number in JavaScript Gen... Generating a random number in JavaScript A popular question on is how to generate a random number in JavaScript. A rand... number is useful- if not required- in the creation of certain popular JS applications such as a dice random image scr... |
| Hits: 529 |
| Visit tutorial >> |
| Starting a JavaScript ... Starting a JavaScript by on Mar 08 2004 - 10:35 How do you tell the browser that a script is starting? Moreover how do... starting? What if the browser doesn?t support JavaScript? Content: This is another fragment from the book I started som... |
Tags: javascript starting | Hits: 275 |
| Visit tutorial >> |
| external JavaScript libraries Cre... external JavaScript libraries Most "mainstream" programming languages such as C or Java support "code libraries" w... JavaScript supports external libraries too in the form of the .js file. Syntax for creating JavaScript libraries All J... |
| Hits: 242 |
| Visit tutorial >> |
| Add to Favorites Link bo... LINK Add to Favorites Link by People are a lot more likely to return to your site if it s in their bookmark list. If yo... link to click to add your site they won t forget. This page was last updated on 2005-12-23 Add this page to Favorites S... |
| Hits: 330 |