Quantcast

40+ Essential Front End Web Developer Cheat Sheets

DiggThis
Delicious

cheat-sheets

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!

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

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

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

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

SQL (Structured Query Language) in one page

CHEAT_SHEETS

MySQL Cheat Sheet

CHEAT_SHEETS

XML (eXtensible Markup Language) in one page

CHEAT_SHEETS

XML Syntax Quick Reference

CHEAT_SHEETS

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

Developer’s knowledge for a+ certification exam is essentials then the network ccna voice engineer, all can be done through your actualtests performance.

Please subscribe to tripwire magazines rss feed

Please remember to share this post!

70 Responses to 40+ Essential Front End Web Developer Cheat Sheets
  1. Danzig
    June 23, 2009 | 4:34 am

    Cool… where’s the asp.net cheat sheet?

    • tripwiremag
      June 23, 2009 | 4:56 am

      @Danzig….ups gonna add that for sure!

  2. iceman
    June 23, 2009 | 5:58 am

    great

  3. Anders Lybecker
    June 23, 2009 | 6:22 am

    Thanks, neat :-)

    Obvious cheat sheets to add are keyboard shortcuts for the everyday developer tools. I mostly use Visual Studio – I have posted on my blog about Visual Studio 2008 (http://www.lybecker.com/blog/2009/02/02/visual-studio-2008-shortcuts-features/) shortcuts features and Visual Studio 2005 shortcuts features (http://www.lybecker.com/blog/2007/02/01/visual-studio-2005-shortcuts-features/)

  4. DiggaTheWolf
    June 23, 2009 | 7:12 am

    Excellent collection, thanks.

  5. Phaoloo
    June 23, 2009 | 10:35 am

    All here are you need if you’re a web developer. Great stuff.

  6. seo
    June 23, 2009 | 12:09 pm

    thank you. i need pdf file more…

  7. william
    June 23, 2009 | 12:38 pm

    Thanks for sharing this article I also like website with flash designing specially the intro part of the website is so attractive and I agree with your view that flash presentation Increasing your web traffic and page views Add, add your website in http://www.directory.itsolusenz.com/

  8. Bijay Rungta (rungss)
    June 24, 2009 | 7:26 am

    Thanks for the compilation..

    any idea of one for Regular expressions of all type???

    anyone???

    • tripwiremag
      June 24, 2009 | 6:46 pm

      @Bijay I will add Regex asap. You’re right it is missing. Thanks!

  9. Aneslin
    June 24, 2009 | 6:20 pm

    Great bunch of collection brov.
    thx for the share

  10. tommy
    June 27, 2009 | 3:51 pm

    Posting a website is getting more and more complicated.

  11. Bid Web Directory
    June 29, 2009 | 11:49 pm

    Nice collection… Thanks for share

  12. gadget00
    July 2, 2009 | 10:42 pm

    I think the cheat sheets of dreaming in code were missing. Those are really great!

  13. emre
    July 5, 2009 | 6:28 pm

    Excellent list! thanks for your work!

  14. Marija
    July 7, 2009 | 9:04 pm

    Thanks for sharing this. It sure helps a lot. Much appreciated!!!

  15. TuVinhSoft
    July 21, 2009 | 1:26 am

    This is truly a great collection, thanks for sharing.

  16. Jaspal Singh
    July 27, 2009 | 9:01 am

    Nice post, full of Developer Cheat Sheets.
    Thanks for sharing.

  17. Perception System - Taufik
    July 27, 2009 | 12:33 pm

    It is really needful post.
    Thanks for share.

  18. Web Development company
    August 1, 2009 | 5:56 am

    PHP is most popular language in the web development. It is easy to write and one can create dynamic web pages with the help of PHP. It is server side HTML embedded scripting language. A full functional Ecommerce website can be developed using PHP scripting language. Hire a PHP programmer for your projects is with premium quality and cost effective.

  19. Web Development company
    August 1, 2009 | 5:57 am

    Nice Post.

  20. foodland
    August 4, 2009 | 5:21 pm

    wow great post… thanks for this.. all in place……….

  21. Travis
    September 25, 2009 | 8:45 pm

    WOW… that’s a lot of cheat sheets!

    Sadly, XHTML is the one I forget the most.

  22. Andrew Gerber
    October 19, 2009 | 12:49 pm

    Very useful and informative post. I have never seen such a long list of Sheets. Nice examples! I am firmly convinced that web developers will engoy reading it. Thumb up!

  23. web design chicago
    January 15, 2010 | 6:58 pm

    Excellent post! very useful to have have in our chicago web design office.

  24. Alphabetix
    April 8, 2010 | 9:48 pm

    Great list of cheat sheets. Thanks for sharing!

  25. chicago web design
    April 9, 2010 | 2:52 pm

    Thanks for such a nice tutorial. All the resources are good. A must read for the web developers.

  26. china wholesale Consumer Electronics
    May 31, 2010 | 10:11 am

    wow great post…

  27. Mobile App Development
    June 24, 2010 | 2:25 pm

    wow great post… thanks for this.. all in place……….

  28. Julian F.
    July 9, 2010 | 4:13 pm

    Nice list.
    For me quicklycode (http://www.quicklycode.com) is the ultimate cheat sheet website!

Trackbacks/Pingbacks
  1. XkiD | 40+ Essential Front End Web Developer Cheat Sheets | tripwire magazine | blog.xkid.ro
  2. 40+ Essential Front End Web Developer Cheat Sheets | Web 2.0 Designer
  3. 40+ Essential Front End Web Developer Cheat Sheets | tripwire magazine « Netcrema - creme de la social news via digg + delicious + stumpleupon + reddit
  4. 40+ Essential Front End Web Developer Cheat Sheets | Anders Lybeckers Weblog!
  5. popurls.com // popular today
  6. Más de 40 chuletas (cheat-sheets) para desarrolladores | El mundo de IMD
  7. Fresh Links =) « Adrian Zyzik’s Weblog
  8. 40+ Essential Front End Web Developer Cheat Sheets | tripwire magazine
  9. Church IT - Supporting ministry with IT » Blog Archive » links for 2009-06-23
  10. 40+ Essential Front End Web Developer Cheat Sheets | tripwire magazine
  11. The Great Geek Manual » Link Round-Up: June 23, 2009
  12. 40+ Essential Front End Web Developer Cheat Sheets | tripwire magazine - Cheat Codes
  13. 40+ Essential Front End Web Developer Cheat Sheets | tripwire magazine « Get iPhone 3GS
  14. links for 2009-06-23 « Mandarine
  15. Daily Digest for 2009-06-23 | Midlife Manifesto
  16. Dario Salvelli’s Blog » Blog Archive » Feedmastering #154
  17. Link Backup from Delicious.com » Blog Archive » links for 2009-06-24
  18. 40+ Cheat Sheats For New And Experienced Web Developers | Mammoth Creatives
  19. It’s About Time » links for 2009-06-25
  20. 40+ Essential Front End Web Developer Cheat Sheets « Roman’s Blog
  21. Selling Anything Online? Make Your Website Unique First - The Blog Planet
  22. Web ???????????????
  23. My Favorite Design Links of the Week | eGrace Creative Web Solutions
  24. Weekly WebTrends #2 | TechAwe
  25. Daily Digest for June 30th- nicstuff.com
  26. links for 2009-06-30 « My Links
  27. Web ??????????????? - ZiY Warez Forum
  28. links for 2009-07-05 | Web????????? Web??????????? S5-Style
  29. Bookmarks for July 2nd through July 5th |
  30. ????-Web ??????????????? « ??UI
  31. 40+ Essential Front End Web Developer Cheat Sheets | tripwire magazine
  32. Lists, Lists, and More Lists « Erik’s Rambling Again!
  33. Chris (seraphyn) 's status on Wednesday, 05-Aug-09 06:38:46 UTC - Identi.ca
  34. CSS Brigit | 40+ Essential Front End Web Developer Cheat Sheets
  35. Twitter Trackbacks for 40+ Essential Front End Web Developer Cheat Sheets | tripwire magazine [tripwiremagazine.com] on Topsy.com
  36. ??-IT Player » Blog Archive » Web ????????????
  37. uberVU - social comments
  38. links for 2010-03-27 « A Web editor's tale
  39. So, you want to be a Front-End Developer? | Front-End Fuel
Leave a Reply


Wanting to leave an <em>phasis on your comment?

Trackback URL http://www.tripwiremagazine.com/2009/06/front-end-web-developers-toolbox.html/trackback