Quantcast

55+ Seriously Useful Front End Web Developer Cheat Sheets

Thu, Sep 3, 2009

Development, Tools

front

Today more or less everyone can put a simple web page together but implementation of professional Web based Application Front Ends is not as simple as some people may think. It is a complex task requiring deep knowledge of several technologies like html, css, javascript, php, etc. In this article you will find essential cheat sheets for the most commen web based technologies that you are likely to use if you’re a Front End Web Developer. First you will find resources covering client side markup and development (html, xhtml, css, javascript, jQuery etc.) and then you will find resoures covering server side development that are to some extent required for Front End Development (php, asp.net, …). Please make sure that you post a comment if you know an important resource that have not been included in the article. I hope you will find this article useful, lets get started!



This article is an update of 40+ Essential Front End Web Developer Cheat Sheets adding 16 new cheat sheets.

Markup Cheat Sheets

There’s a lot of cheat sheets available for CSS, html and any other web technology. I have picked a few that I believe stand out because they are able to assist you remebering important elements of key web technologies or because they are really well structured.

Print out your favorite Cheat Sheet and put it on the wall just next to your monitor to get instant access to help and reference.

CSS2 Cheat Sheet

This cheat sheet is designed to not only be a quick reference for CSS properties but also to give you a good feel for how each property should be used. It contains all of the properties in the CSS2 specification including a description of the syntax of each one. There are also sections that describe selectors, pseudo-elements and pseudo-classes, @ rules, and colors.

css-cheat-sheet

Gosquared CSS help sheets

Good looking and well structured CSS overview

CHEAT_SHEETS

addedbytes CSS2 Cheat Sheet

The CSS cheat sheet is a one-page reference sheet, listing all selectors (as of CSS 2.1) and properties. It includes a visual example of the box model, unit reference for CSS units and the various media types CSS makes allowance for.

addedbytes

Core css

All you need to know about CSS in 3 parts. These documents go through all important aspects of CSS on a minimum number of pages.

core css

core css

CSS Shorthand Cheat Sheet

Get help with some of the CSS elements that are so easy to forget.

csscheatsheet

CSS2 – Quick Reference Guide – PDF

qrg0007

XHTML 1.1 Cheat Sheet

This cheat sheet is designed to be a quick reference to all of the elements and attributes available in the XHTML 1.1 specification. And because XHTML 1.1 is designed to be modular, it is organized into sections to mirror the XHTML abstract modules and the elements and attributes contained within each.

CHEAT_SHEETS

Gosquared html help sheets

Good looking and well structured html overview

CHEAT_SHEETS

HTML Cheat Sheet

The HTML cheat sheet is a one-page A4 printable document, designed to provide a quick reference for HTML. PDF PNG

CHEAT_SHEETS

HTML5 Canvas Cheat Sheet

The information is pretty much just a copy of what is found in the WHATWG specs, just condensed and hopefully a bit easier to read. There are virtually no explanations, however, and no examples other than some graphics for compositing values and a few other things (the appearance of which is very much inspired by those found in Mozilla’s examples). So, it’s basically just a listing of the attributes and methods of the canvas element and the 2d drawing context.

CHEAT_SHEETS

HTML Character Entities Cheat Sheet

The HTML Character Entities cheat sheet is designed to act as a reference sheet, listing the various character codes in HTML. PDF PNG

CHEAT_SHEETS

HTML Character Entities Cheat Sheet

This cheat sheet contains a list of all of the HTML 4 character entities including ISO 8859-1 (Latin-1) entities. The characters are organized into 8 groups: Latin characters, Greek characters, numbers, puncutation and miscellaneous symbols, mathematical symbols, currency symbols, arrows and shapes, and spacing symbols.

Each character contains a unicode entity reference (e.g. &#160) as well as a named entity reference (e.g.  ) where available.

CHEAT_SHEETS

HTML Colors Cheat Sheet

This cheat sheet contains a chart of 1050 colors grouped by hue and varied into 25 different saturations and brightnesses for each. Each color has the HTML color code reprsented as a Hex triplet (e.g. #808080). Also, it contains a chart of the 216 Web-safe colors and each is represented as a single-digit Hex triplet (e.g. #999).

CHEAT_SHEETS

RGB Hex Colour Chart

The RGB Hex colour chart is a very large (183kB) PNG file, and is sized to fit on a standard A4 piece of paper. It shows the 216 so-called “web safe” or “non-dithering” colours (there are actually only 22 web safe colours, but those are revolting).

CHEAT_SHEETS

Scripting Cheat Sheets

Symfony Cheat Sheet

CHEAT_SHEETS

JavaScript Cheat Sheet

CHEAT_SHEETS

JavaScript Cheat Sheet

The JavaScript cheat sheet is designed to act as a reminder and reference sheet, listing methods and functions of JavaScript. It includes reference material for regular expressions in JavaScript, as well as a short guide to the XMLHttpRequest object. A description of what is on the cheat sheet follows, or if you are impatient, you can go straight to the full size JavaScript cheat sheet.

CHEAT_SHEETS

JavaScript DOM Cheatsheet

Working with XML in Javascript is

CHEAT_SHEETS

jQuery 1.3 Cheat Sheet

Quick reference to all jQuery 1.3 functions and properties. Note that it doesn’t cover any of the UI functionality as this could easily be a whole cheat sheet in and of itself.

CHEAT_SHEETS

jQuery Cheat Sheet 1.2

CHEAT_SHEETS

mootools 1.2 cheat sheet

This sheet cover Core, Native, Class, Element, Utilities and Request

CHEAT_SHEETS

Mootools Cheat Sheet

CHEAT_SHEETS

prototype 1.5.0

CHEAT_SHEETS

Prototype 1.6.0.2 Cheat Sheet

  • Modules are sorted in a somewhat logical order – those commonly used are mostly in the left/center area, while deprecated/utility methods are all the way to the right
  • Method can be recognized by parentheses following it (anything that doesn’t have ones is a property)
  • Deprecated items are marked red and have NO parentheses/arguments specified
  • Prototype extends quite few native objects’ prototypes with a set of convenient methods. In such cases there’s an explicit note about it next to a module name – i.g. stripScripts() method from “String (String.prototype)” can be called as 'foo'.stripScripts()
  • When a module is also a class, there’s a “(constructor)” note next to it – i.g. “Hash (constructor)” means that it should be called as new Hash()
  • There are few bonus items (such as those from Prototype.Browser) which are not yet included in documentation

CHEAT_SHEETS

Download

Addison-Wesley’s JavaScript Reference Card

Javascript: A scripting language designed to be integrated into HTML code to produce enhanced, dynamic, interactive web pages.

CHEAT_SHEETS

jQuery selectors

Very comprehensive overview of jQuery selectors. This is a must have for every jQuery developer!

CHEAT_SHEETS

Server side programming

Django

Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.

CHEAT_SHEETS

JSP Cheat Sheet

CHEAT_SHEETS

PHP Cheat Sheet (V2)

The PHP cheat sheet is a one-page reference sheet, listing date format arguments, regular expression syntax and common functions.

CHEAT_SHEETS

visibone

This website contains a 2-page light and lean PHP cheatsheet and an 8-page comprehensive PHP cheat sheet for committed PHP developers

CHEAT_SHEETS

Php 4 Reference Card

CHEAT_SHEETS

PHP Cheat Sheet

3 cheat sheets covering comparison using different operators etc.

CHEAT_SHEETS

Core C# and .NET Quick Reference

CHEAT_SHEETS

ASP.net

CHEAT_SHEETS

MS ASP

The ASP cheat sheet is designed to act as a reminder and reference sheet, listing various of the oft-forgotten parts of ASP / VBScript.

CHEAT_SHEETS

msnet formatting strings

CHEAT_SHEETS

Administration Cheat Sheets

apache refcard

CHEAT_SHEETS

mod_rewrite Cheat She

CHEAT_SHEETS

et

SQL Cheat Sheets

SQL (Structured Query Language) in one page

CHEAT_SHEETS

MySQL Cheat Sheet

CHEAT_SHEETS

mysql

MySQL/CheatSheet

XML Cheat Sheets

XML (eXtensible Markup Language) in one page

CHEAT_SHEETS

XML Syntax Quick Reference

CHEAT_SHEETS

Regular Expressions

Added Bytes

Regular expressions is really about knowing what syntax to use and there are many details to memorise. I would recommend that you get yourself a cheat sheet. In my opinion a good cheat sheet is essentials and I personally recommend the one Added Bytes provide for free.

regexlib CheatSheet

Regular Expressions Cheat Sheet

Quick Reference Guide

Regular Expressions for client-side JavaScript

PHP Regex cheet

PHP PCRE Cheat Sheet

MySQL Regular Expression

Search Engine Optimization Cheat Sheets

Creating good content that is presented in the right way is important but only haft the way to get visitors. Understanding and mastering Search Engine Optimization, SEO is quite essential and here you get some really good overviews

The Web Developer’s SEO Cheat Sheet

This cheat sheet cover most of what you need, Important SEO Html Tags, Search Engine Indexing Limits, Recommended Title Tag Syntax, Common Canonical Issues, Important Search Engine Robot User-Agents etc.

CHEAT_SHEETS

Advertisement

WP Zoom Yamidoo MagazineWooThemes - Finally a themes club that is here to stayWP REMIX 2.0WP Zoom Yamidoo Magazine

Related posts

  1. 40+ Essential Front End Web Developer Cheat Sheets Today more or less everyone can put a simple...
  2. 50+ Cheat Sheets for Building WordPress Themes and Plugins Wordpress needs no introduction. It powerful, highly popular and...
  3. 60+ Very Useful Cheat Sheets for Web Developers A Cheat Sheet is one pager (or in some...
  4. 40 Must Have Cheat Sheets for effective Web Designers As a follwoup on the article 40+ Essential Front...
  5. 20 Resources providing Loads of Excellent Tutorials and Cheat Sheets for Flash and Action Script Adobe Flash goes back several years and have turned...

Please subscribe to tripwire magazines rss feed

Please remember to share this post!

6 Comments For This Post

  1. ????? Says:

    css is the right way to design a web page, but here I got to much information.

  2. David Shantz: MAGNITY Says:

    Cheers, thank you for putting this together in one place, and sharing it with the world. Can I buy you a donut?

  3. Thomas Says:

    Massive! :)

    Regards from Germany
    Thomas

  4. Nigel Says:

    This is really useful. Great to have a centralised reference of all the cheat sheets. Thanks!

  5. Michelle Rupisan Says:

    For a Newbie in this field like me.. your cheat sheet portal made my life easier..Thanks a lot

  6. tripwiremag Says:

    @Michelle; That is great news Michelle! Glad it helped you ;)

20 Trackbacks For This Post

  1. Add Features To Your Interactive Web Siteadd Features To Your … Says:

    [...] 55+ Seriously Useful Front End Web Developer Cheat Sheets … [...]

  2. 55+ Seriously Useful Front End Web Developer Cheat Sheets | tripwire magazine Says:

    [...] Read this article: 55+ Seriously Useful Front End Web Developer Cheat Sheets | tripwire magazine [...]

  3. 55+ Seriously Useful Front End Web Developer Cheat Sheets | tripwire magazine Says:

    [...] Read more: 55+ Seriously Useful Front End Web Developer Cheat Sheets | tripwire magazine [...]

  4. Web????????????55?? | yuxu's notebook Says:

    [...] magazine?55+ Seriously Useful Front End Web Developer Cheat Sheets?????Web????????????????55?????????? [...]

  5. Tweets that mention 55+ Seriously Useful Front End Web Developer Cheat Sheets | tripwire magazine -- Topsy.com Says:

    [...] this page was mentioned by Jason Bergman (@jbbergman), Mazhar (@mazharul_anwar), Manish Hittalmani (@manishspace), MyDesy??? (@mydesy_dig), Jamie Le Souef (@jamielesouef) and others. [...]

  6. links for 2009-09-03 | joseluizcoe.com - website (im)pessoal de José Luiz Coe, também conhecido como Zeck Says:

    [...] 55+ Seriously Useful Front End Web Developer Cheat Sheets | tripwire magazine (tags: design webdesign) tags: [...]

  7. Sweet Tweets: Design Resources of the Week #15 » Syed's Photo Exploration Says:

    [...] 55+ Seriously Useful Front End Web Developer Cheat Sheets “In this article you will find essential cheat sheets for the most commen web based technologies that you are likely to use if you’re a Front End Web Developer.” [...]

  8. 55+ Seriously Useful Front End Web Developer Cheat Sheets | Design Newz Says:

    [...] 55+ Seriously Useful Front End Web Developer Cheat Sheets [...]

  9. 55+ Seriously Useful Front End Web Developer Cheat Sheets | TopRoundups Says:

    [...] 55+ Seriously Useful Front End Web Developer Cheat Sheets Submitted by Editorial Team [...]

  10. WebDev Weekly #36 | ASAP - As Simple as Possible Says:

    [...] 55+ Seriously Useful Front End Web Developer Cheat SheetsLots of more and less useful cheatsheets especially for front-end developers. [...]

  11. 55+ Seriously Useful Front End Web Developer Cheat Sheets | tripwire magazine « Alicia Wilkerson Says:

    [...] 55+ Seriously Useful Front End Web Developer Cheat Sheets | tripwire magazine. [...]

  12. Freitag, 11.09.09 – Web Tweets | abtwittern Says:

    [...] MalteLandwehr:55 wirklich nützliche Cheat Sheets für Front End Web Developer –LINK– [...]

  13. Seta Digital Blog » Blog Archive » links for 2009-09-11 Says:

    [...] 55+ Seriously Useful Front End Web Developer Cheat Sheets | tripwire magazine (tags: css tips cheatsheet mootools jquery javascript web webdesign reference) [...]

  14. CSS Brigit | 55+ Seriously Useful Front End Web Developer Cheat Sheets Says:

    55+ Seriously Useful Front End Web Developer Cheat Sheets…

    In this article you will find essential cheat sheets for the most commen web based technologies that you are likely to use if you're a Front End Web Developer.

  15. links for 2009-09-11 Says:

    [...] 55+ Seriously Useful Front End Web Developer Cheat Sheets | tripwire magazine Oh yes, I need some of these for when I finally get off my butt to customize my web site! (tags: design cheatsheet resources tips) [...]

  16. links for 2009-09-13 « toonz Says:

    [...] 55+ Seriously Useful Front End Web Developer Cheat Sheets | tripwire magazine (tags: javascript css cheatsheet) [...]

  17. 55 Seriously Useful Front End Web Developer Cheat Sheets « Shane's Portfolio Says:

    [...] 55 Seriously Useful Cheat Sheets [...]

  18. 8 Domaining Tricks and 10 Web Development Treats Says:

    [...] 6) 55+ Seriously Useful Front End Web Developer Cheat Sheets [...]

  19. 8 Domaining Tricks and 10 Web Development Treats | dot sauce | Says:

    [...] 6) 55+ Seriously Useful Front End Web Developer Cheat Sheets [...]

  20. 8 Domaining Tricks and 10 Web Development Treats : Domain News, Videos and Domain Blogs Says:

    [...] 6) 55+ Seriously Useful Front End Web Developer Cheat Sheets [...]

Leave a Reply