JAVASCRIPT
SITES
Bookmarklets
"Bookmarklets are simple tools that extend the surf and search capabilities of Netscape and Explorer web browsers." With Bookmarklets, you can do pretty much anything you can do with Javascript...
Harold's JavaScript Garage
Sample scripts and source code. Includes demos and tutorials.
JavaScript - the complete gate
JavaScript Made Easy!!
A collection of javascript code, with explanations on making them work in your pages. Also, links to other javascript resources.
JavaScript section
A series of sample javascripts, and information on using javascript; covers using Javascript in frames, control structures, etc.
The JavaScript Source
Examples of, and source code for, hundreds of different javascripts, split into 17 categories including navigation, calculators, forms, etc.
Netscape's Javascript Guide
Netscape's guide to the Javascript language. This manual covers the syntax and semantics of Javascript, focusing on client-side uses for the language.
Programming - Bits & Bytes by Morten Wang
A few Dynamic HTML and Javascript programs, with explanations.
The Web Design Resource's Javascript Tutorial
A collection of tips and tricks demonstrating how to write simple JavaScript programs.
Web Review: JavaScript
Articles on JavaScript from Web Review magazine.
Webcoder.com
"Your home for JavaScript and Dynamic HTML on the Web," Webcoder.com offers scripts, tutorials, and more.
Website Abstraction
This site provides a number of tutorials on using javascript, as well as free javascripts you can use on your own site. They also include some Perl and Java resources.
ARTICLES
Accessing Dreamweaver's JavaScript API
Getting in-depth with Dreamweaver, and changing the application itself using JavaScript; specifically, adding word count to Dreamweaver. (6/1/2001 at O'Reilly Network)
The Ad Rotator
JavaScript tutorial for rotating multiple banner ads on a page. (8/7/2000 at builder.com)
Advanced Array Sorting With JavaScript
Using JavaScript to sort arrays. (8/8/2001 at eDevCafe)
AllWebMenus Ver. 1.2
Review of, and basic information on using, AllWebMenus, a tool for building fast Javascript text menus. (3/14/2001 at WDVL)
Back to JavaScript and (DOM) Basics: Revisited
Getting the most mileage out of the Image object, using JavaScript, in order to get simple visual effects. (4/27/2001 at Web Review)
Bookmarklets: The Littlest Next Big Thing
The (short) history, purpose, and use of bookmarklets, little bits of Javascript code you can use to change the appearance of a page you're looking at, save search results, and more. (8/18/2000 at Web Review)
Clean up Your Wire Protocol With SOAP
Creating SOAP services simply, using Apache SOAP and JavaScript. (6/1/2001 at Java World)
Creating Dynamic HTML in Internet Explorer 4+ Using JavaScript
Excerpt from Paul Wilton's book Beginning JavaScript, explaining how to change HTML tags on a page dynamically using JavaScript. (4/26/2001 at IBM)
Creating Dynamic JavaScript with ASP and Databases
Using ASP and databases to easily generate arrays inside Javascript. (2/10/2000 at 15 Seconds)
Debugging JavaScript
Tips on making JavaScript debugging easier: the types of errors to look for; writing your own debugger console window; commenting out code and using alerts to track progress. (10/6/2000 at Web Review)
Drawing Charts With JavaScript
Using JavaScript arrays and single-pixel gifs to draw complex, interactive web charts. (3/6/2002 at WebReference.com)
Events And JavaScript: Part 1 - Event Handling
A long look at event-handling theory and practice with HTML and Javascript; dealing with events attached to various HTML elements on a page. (3/7/2000 at Web Developers' Journal)
Generate Random Performance Reviews
A program that generates random performance reviews using random number generation, arrays, and string concatenation in JavaScript. (3/2/2001 at builder.com)
Intro to Cookie Mastery
How to create, read, and generally manipulate cookies using Javascript. (8/11/2000 at ZDNet Developer)
JavaScript Dynamic Document Creation in New Windows
How to open a new window with Javascript, setting the window's parameters based on user input. (1/25/2000 at Web Developers' Journal)
JS Survival Kit: Part 2
10 useful Javascript scripts, dealing with navigation, popup menus, form validation, cookies, and sound. (2/9/2000 at ZDNet Developer)
Loading JavaScript Arrays With MySQL Data
How to use PHP to pull data from MySQL, for the purpose of filling in the elements of multidimensional javascript arrays. (1/4/2000 at DevShed)
A Local Search Engine
A sample "local search engine", with explanation, to allow you to implement a javascript search engine for your site. (11/22/1999 at builder.com)
Marquee Titles
Building a marquee for your web page, using JavaScript. (6/1/2001 at builder.com)
Megasearch for Your Web Site
Javascript code, and an explanation, on implementing a form that lets you search multiple search engines from your website. (11/1/1999 at builder.com)
Protecting User Passwords
How to implement a secure method, using MD5 and Javascript, for users to authenticate to a website. (1/31/2000 at builder.com)
Refreshingly Better Than META
How to use Javascript and HTTP redirects to redirect users, rather than relying on META tags, which cause problems with back buttons and history lists. (1/10/2000 at builder.com)
ScriptHead 24 - FormatNum() 1.0
Rick Scott explains the code behind a robust date/time-formatting JavaScript function which he has written. (10/20/2000 at ZDNet Developer)
Sortable Tables Revisited
A tutorial on creating a javascript-based sortable table, allowing users to sort by various fields in the HTML table. (11/29/1999 at builder.com)
Stringing Things Along
Using string functions in Javascript. (1/22/2003 at DevShed)
Thau's JavaScript Tutorial
A comprehensive guide to using JavaScript. (7/13/2001 at WebMonkey)
Tutorial 16: Client-Side Scripting 101
A detailed tutorial on how to embed client-side scripts in HTML pages, and the effects of various attributes on execution (or non-execution) of the scripts. (9/26/1999 at WebReference.com)
The Ultimate Content Protector
How to use Javascript to keep other sites from placing your content in their frames. (1/21/2000 at Webdeveloper.com)
Webtrails
How to use JavaScript to build Webtrails - a set of web resources associated with a particular subject, navigable via a floating window. (3/16/2000 at ZDNet Developer)
Working with Object Trees: Part One
Working with objects, and especially arrays, in JavaScript. (4/20/2001 at O'Reilly Network)
|