- JavaScripts in Y2K
pop
Shows you how to write or fix the JavaScripts on your site for Y2K compatibility.
http://javascript.internet.com/y2k/
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- All About JavaScript
An article covering JS, SSJS, NAS, and how they compare and work together with other technologies
http://developer.netscape.com/viewsource/husted_js/husted_js.html
(Added: Thu Apr 06 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- All About SendMail
How to use the SendMail object to programmatically send plain text, html, and MIME-compliant email messages with or without attachments.
http://developer.netscape.com/docs/technote/ssjs/sendmail/sendmail.html
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Creating Dynamic Client Side Dependent List Boxes
Macromedia technote.
http://www.macromedia.com/support/ultradev/ts/documents/client_dynamic_listbox.htm
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Creativyst JSMsg Webpage Display Convention
Defines a JavaScript file convention that allows dynamically changing content to be shared with external scripts and HTML ("clients") without restricting how the client formats content.
http://www.creativyst.com/Doc/Std/JSMsg/JSMsg.htm
(Added: Thu Apr 06 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Debugging JavaScript
By Makiko Itoh.
http://www.ddj.com/documents/s=2764/nam1012432208/
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Debugging JavaScript programs
at JavaWorld by Gordon McComb. A quick reference guide that helps you find errors, even without the aid of a debugging utility.
http://www.javaworld.com/javaworld/jw-07-1996/jw-07-javascript.html
(Added: Thu Apr 06 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Digital Web Magazine - Scripting
JavaScript articles from Digital Web Magazine.
http://www.digital-web.com/topics/scripting/
(Added: Thu Apr 06 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- 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.
http://wdvl.com/Authoring/JavaScript/Events/
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- How to avoid problems with case-sensitive URL's on UNIX-servers
Create a 404-file that converts the URL into lowercase, using JavaScript.
http://www.forbrugerportalen.dk/sider/casesensitive404-english.htm
(Added: Thu Apr 06 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Introducing JScript.NET
Describes how the JScript language will evolve to take advantage of the new .NET platform. By Andrew Clinick, Microsoft Corporation.
http://msdn.microsoft.com/library/default.asp?URL=/library/en-us/dnclinic/html/scripting07142000.asp
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Introduction to JavaScript Popup Windows
By Martin Webb.
http://www.ddj.com/documents/s=3023/nam1012433837/index.html
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Introduction to Server-Side JavaScript
Streaming Audio presentation. Learn how to use Server-Side JavaScript: Topics covered include the difference between client-side and server-side JavaScript, the benefits of SSJS, and the how to compile and run your first application.
http://developer.netscape.com/devcon/jun97/track1.html#2
(Added: Thu Apr 06 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- JavaScript and Web Site Usability
An Interview with JavaScript Guru, Mr. Danny Goodman on how JavaScript can make a web site easier to use.
http://webword.com/interviews/goodman.html
(Added: Wed Apr 05 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- JavaScript Date Object Techniques
By Danny Goodman. The purpose of this article is to explain the concepts behind JavaScript's Date object and describe a few practical implications of this object in both plain and forms-based HTML pages.
http://developer.netscape.com/viewsource/goodman_dateobject.html
(Added: Wed Apr 05 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Javascript Tips Index
javascript related mini-tutorials, tips, and tricks.
http://www.chami.com/tips/javascript/
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- 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.
http://www.codethat.com/doc/articles/article_jsoop.pdf
(Added: Fri Mar 31 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- 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.
http://developer.netscape.com/docs/technote/ssjs/ldap_web/ldap_web.html
(Added: Thu Apr 06 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- 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.
http://developer.netscape.com/viewsource/kuslich_ssjs2.htm
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Server-Side JavaScript Application Design Tips
discusses design tips for constructing solid, flexible web applications that are easy to maintain.
http://developer.netscape.com/viewsource/kuslich_ssjs.html
(Added: Thu Apr 06 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- 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.
http://developer.netscape.com/viewsource/goodman_ssjsrmap/goodman_ssjsrmap.html
(Added: Thu Apr 06 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- 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.
http://home.online.no/~warnckew/programming/dhtml/smooth-animation/
(Added: Thu Apr 06 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- SSJS / NAS Coexistence and Migration
This technote will demonstrate how to call a Netscape Application Server (NAS) AppLogic from server-side JavaScript (SSJS).
http://developer.netscape.com/docs/technote/ssjs/ssjs2nas/ssjs2nas.html
(Added: Fri Mar 31 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Text Fading with Color Selection
Explains how to create a fading text script with a selectable fade color. An example is also available.
http://martin.f2o.org/javascript/fading
(Added: Wed Apr 05 2006 Rating: 0.00 Votes: 0)
Rate It
Review It