Here are some Javascript links I've collected.
I keep meaning to update this list; until then, see: del.icio.us/stungeye/beebytes
Link Sub-Sections:
How to use core JavaScript V1.5.
http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Guide
A reference manual for JavaScript V1.5.
http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference
A JavaScript cheat sheet.
http://www.ilovejackdaniels.com/javascript/javascript-cheat-sheet/
The FAQ from the comp.lang.javascript newsgroup.
A core Javascript reference.
Adaptive Path gives asynchronous Javascript programming a fancy acronym.
http://www.adaptivepath.com/publications/essays/archives/000385.php
Seven basic AJAX examples with source code.
A simple and quick AJAX tutorial.
http://www.rajshekhar.net/blog/archives/85-Rasmus-30-second-AJAX-Tutorial.html
Ruby on Rails ActiveRecord functionality re-implemented in Javascript.
A hidden flash applet to allow JavaScript AJAX applications to store an arbitrary amount of sophisticated information on the client side.
http://www.codinginparadise.org/projects/storage/README.html
A Javascript slideshow that uses AJAX to fetch the images and the image list (XML).
http://www.robertnyman.com/2005/11/13/proudly-presenting-ajax-s/
An informit.com intro to AJAX.
An Ajax portal and homepage for the upcoming "Ajax Design Patterns" book (O'Reilly).
A tutorial on opening a mysql database connection using PHP and AJAX.
A cross-browser JavaScript function that enables querying of a DOM document using CSS selectors.
Adds animated drag 'n' drop, snap-to-grid, and show/hide-contents functionality to any group of elements.
Using CSS, JavaScript and XHTML to create drag and drop elements.
http://www.ditchnet.org/wp/2005/06/15/ajax-freakshow-drag-n-drop-events-2/
Highlight search engine keywords using the DOM, innerHMTL, and regular expressions.
Allows you to run code as soon as the DOM is ready (and before window.onload).
A lightweight, easy to use, dragging API for modern DHTML browsers.
A library for drag & drop, sortable lists, and edit-in-place.
The W3 School's DOM tutorial.
Mozilla's DOM reference for Gecko based browsers.
Sample chapter on DOM from O'Reilly's JavaScript: The Definitive Guide, 4th Edition.
Add Javascript to any web page to change its behavior.
How to use Javascript while still maintaining accessibility.
A custom event manager that solves COM/DOM memory leaks.
http://talideon.com/weblog/2005/03/js-memory-leaks.cfm?CFID=6528005&CFTOKEN=70838762
A memory leak detector for Internet Explorer.
Check your JavaScript source code for common mistakes.
A JavaScript debugger for Mozilla based browsers.
Upgrade your TEXTAREAs with this WYSIWYG text editor.
A real-time JavaScript RegExp evaluator.
A sample chapter on the best Javascript practices from Jeremy Keith's DOM Scripting book.
How to properly take advantage of closures.
A Scheme-like List object for Javascript.
http://blog.codingforums.com/index.php/main/blogentry/pure_functional_programming_in_javascript/
An attempt to make Microsoft Internet Explorer more compliant when it comes to web standards using a Javascript patch.
An open-source Javascript library for creating rich internet applications.
A JavaScript framework that aims to ease development of dynamic web applications.
Documentation for the prototype.js library.
A Javascript library for visual effects, drag & drop, visual effects, AJAX, and more.
A highly documented and well tested, suite of JavaScript libraries that will help you get shit done, fast.
A comprehensive resource for Open Source JavaScript libraries and software.
A Javascript plug-in for Adobe Illustrator.
Javascript + XML = Widgets, mini desktop apps.
An open-source implementation of JavaScript written entirely in Java.