JavaScript Closures for Dummies
| by Morris Johns | July 20, 2006 |
|
This page explains closures so that a programmer can understand them - using
working JavaScript code. |
Compressed JavaScript
| by Joseph Scott | July 18, 2006 | |
Here is an interesting feature that I didn’t know about, you can compress JavaScript and use that file directly, just like the uncompressed version. |
Use this JavaScript to Hide Your eMail from Spambots
| by Ed Zivkovic | July 13, 2006 |
|
Ever wonder why so many webmasters refuse to insert their email address into the body of their webpages? |
Take Advantage of Simple JavaScript Optimization
| by Kay Zetkin | July 11, 2006 |
|
You might find that JavaScript optimization has special significance for you to salvage you from daunting prospects of a coding project. We understand that coding can be sometimes frustrating enough – thus, we advise you, be organized! Take advantage of JavaScript optimization! |
JavaScript Alert - Every Web Master Running JavaScript Should Know This
| by David Malia | July 05, 2006 |
|
The authoritative w3schools.com web site reports an 11% rate of surfers that are browsing with Javascript turned off in January 2005. |
How To Handle Web Surfers Who Disabled Javascript
| by Michael Kashirin | June 29, 2006 |
|
There are some safe ways how to handle search engines spiders and web surfers, who does not support JavaScript, at your web page. |
How to use XMLHttpRequest
| by SwiK | June 21, 2006 |
|
Sample javascript implementing a cross platform xmlhttprequest function, via two different methods. |
Unobtrusive JavaScript using objects
| by Peter Cooper | June 19, 2006 | |
This'll be new to some and childs play to others. I just wanted to keep reminding myself of this feature so I could guilt myself into forcing myself to use it rather than 'chickening out' when I write some quick scrappy code :) |
The JavaScript Library World Cup
| by Dan Webb | June 16, 2006 |
|
Love them or loathe them, JavaScript libraries are making a huge impact in the area of DOM Scripting. As AJAX matures, and the complexity of the scripts required to support its expanding use increases, it becomes much less feasible to produce custom code |
Use functional programming techniques to write elegant JavaScript
| by Shantanu Bhattacharya | June 14, 2006 |
|
Functional, or declarative, programming is a very powerful programming method and is gaining popularity in the software industry. |