I’m a big fan of cheatsheets, one of the main problems with working in web-development is that you are constantly switching between different languages and platforms. Inevitably I find that my mind goes blank at certain points when I’m trying to remember a syntax format or a function name for instance. This is where a cheatsheet makes a handy reminder rather than diving into a book or online reference. Here’s a list that I’ve gathered from Cheat-Sheets.org and TechCheatSheets.com. A lot of these are by the prolific cheat-sheet creator Dave Child.
Basics
- XHTML [pdf] by Florian Schmitz
- CSS Cheat Sheet [pdf] by Dave Child
- JavaScript [ pdf ] another good one from Dave Child
Javascript Libraries
- JQuery 1.2 [ pdf ] by Adrien Gilbrat
- mootools 1.2 [pdf] from mediavrog.net
- Prototype 1.5.0 [ pdf ] by Jonathan Snook
- Scriptaculous Combination Effects [ pdf ] by Amy Hoy
Programming
- JAVA Language Quick Reference [pdf] by Jialong He
- .NET Format String Quick Referencee [pdf] by John Sheehan
- Core C# and .NET Quick Reference [pdf] by Stephen C. Perry
- JSP™ SYNTAX version 2.0 [pdf] from java.sun.com
- PHP Cheat Sheet [ pdf ] by Dave Child
- Ruby on Rails [ pdf ] by Dave Child




