Events in JavaScript: An Inside Look
An article which looks closely at using JavaScript to handle events and at how events differ between the various browsers. (February 15, 1999)
The Importance of Maintainable JavaScript
Article on good coding practices for modern javascript. (July 7, 2006)
Text Fading with Color Selection
Explains how to create a fading text script with a selectable fade color. An example is also available.
SSJS / NAS Coexistence and Migration
This technote will demonstrate how to call a Netscape Application Server (NAS) AppLogic from server-side JavaScript (SSJS).
Smooth animation using DHTML
Taking an in-depth look at cross-browser cross-platform DHTML performance using a simple animation test. Full description of the tests as well as source code, all tests are also available.
Server-Side JavaScript Object Road Map and Compatibility Guide
This quick reference document shows every Netscape Enterprise Server object with its properties and methods as implemented in Enterprise Server 2 and 3. Core JavaScript objects, functions, and statements are also included for handy reference.
Server-Side JavaScript Application Design Tips
discusses design tips for constructing solid, flexible web applications that are easy to maintain.
Reusable Routines for Server-Side JavaScript
provides practical advice based on real-world development experience, by giving pointers and code that will help you with the development phase of your projects.
Protecting Your SSJS Applications with a Directory Server
If a user accesses your SSJS application and requests your .web file, it will be delivered to them. The .web file is composed of all HTML, client-side JavaScript, and server-side JavaScript in your application (the server-side JavaScript has been compiled into JavaScript byte codes). The purpose of this technote is to show you how to prevent users from retrieving your .web application files.
OOP in JavaScript.
The article introduces the object model of the JavaScript programming language and demonstrates common practices in the OOP (object oriented programming) with the JavaScript. [PDF]
[ 1 ] [ 2 ] [ 3 ]
|