Cheat Sheet Series : JavaScript
Cheat sheets are there to help developers remember code syntax and see related concepts visually. They are huge resource and very valuable to those who use them on a regular basis because they deliver the information they are looking for immediately. Most individuals print their favorite cheat sheets out as they are usually available as a .pdf which are then used on a day to day basis as a handy reminder.
In the first post of the cheat sheet series, Designussion showcases a number of useful JavaScript cheat sheets that we have found from around the web. These JavaScript cheat sheets focus on being quick reference guide for JavaScript, listing methods and functions, and including a guide to regular expressions and the XMLHttpRequest object.
General
The general cheat sheets try to cover JavaScript as a whole. Displaying the most common methods, functions and regular expressions.
JavaScript Cheat Sheet

JavaScript Reference Card

JavaScript Reference

Regular Expressions

JavaScript In A Page

Quick Reference Card

jQuery
The jQuery cheat sheets focus on the lightweight cross-browser JavaScript library that emphasizes interaction between JavaScript and HTML.
jQuery Cheat Sheet 1.2

jQuery Visual Cheat Sheet

jQuery 1.3.2 and 1.1.3 Cheat Sheets

jQuery 1.3 Cheat Sheet

Oscarotero jQuery 1.3

jQuery 1.2 Cheat Sheet

jQuery Cheatsheet

Moo Tools
MooTool cheat sheets focus on the open source, lightweight, modular object-oriented programming JavaScript web application framework
MooTools 1.1 Cheat Sheet

MooTools 1.2 Cheat Sheet

MooTools revision

DOM
The DOM cheat sheets give you generic access to most elements, their styles and attributes in a document.
DOM methods at a glance

JavaScript and Browser Objects Quick Reference

DOM Browser Book

Prototype
The prototype cheat sheets give quick assesable information on the popular JavaScript framework created by Sam Stephenson.
Prototype.js

Prototype JavaScript Library 1.5.0

EX0-101 study guide is for those want to achieve guaranteed success. Go through the 642-892 study material prepared to provide you on time success in PMI-001 exam.


January 2, 2010 at 10:29 pm | mattkendrick.com
I love cheat sheets for development. I find it helpful to study them during downtime.
January 4, 2010 at 5:14 pm | Designussion
Glad they helped you
January 8, 2010 at 11:23 am | André Valongueiro
Very good compilation! =)
Thanks!