Contents
- CSS2 Cheat Sheet
- Gosquared CSS help sheets
- addedbytes CSS2 Cheat Sheet
- Markup Cheat Sheet Lineup
- WebKit CSS3 Cheat Sheet
- CSS3 Cheat Sheet (PDF)
- CSS3 – Information and samples
- Most Practical CSS Cheat Sheet Yet
- Core css
- CSS Shorthand Cheat Sheet
- CSS2 – Quick Reference Guide – PDF
- XHTML 1.1 Cheat Sheet
- HTML 5 Cheat Sheet (PDF)
- An ultimate HTML5 cheatsheet you must have
- HTML Cheat Sheet
- HTML5 Canvas Cheat Sheet
- HTML Character Entities Cheat Sheet
- HTML Character Entities Cheat Sheet
- HTML Colors Cheat Sheet
- RGB Hex Colour Chart
- Scripting Cheat Sheets
- jQuery 1.4 Cheat Sheet
- jQuery 1.4.2 Visual Cheat Sheet
- jQuery 1.6 API Cheat Sheet
- Symfony Cheat Sheet
- JavaScript Cheat Sheet
- JavaScript DOM Cheatsheet
- jQuery 1.3 Cheat Sheet
- jQuery Cheat Sheet 1.2
- mootools 1.2 cheat sheet
- Mootools Cheat Sheet
- prototype 1.5.0
- Permanent Link to Prototype 1.6.0.2 Cheat Sheet
- Addison-Wesley’s JavaScript Reference Card
- jQuery selectors
- Server side programming
- Administration Cheat Sheets
- SQL Cheat Sheets
- XML Cheat Sheets
- Regular Expressions
- Search Engine Optimization 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!
[exec]$filestr = file_get_contents(‘http://www.tripwiremagazine.com/googleadsensebelowmoretag.inc’);
echo $filestr;[/exec]
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.
Gosquared CSS help sheets
Good looking and well structured CSS overview
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.
Markup Cheat Sheet Lineup
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.
WebKit CSS3 Cheat Sheet
CSS3 Cheat Sheet (PDF)
printable CSS 3 Cheat Sheet (PDF), a complete listing of all the properties, selectors types and allowed values in the current CSS 3 specification from the W3C. Each property is provided in a section that attempts to match it with the section (module) that it is most actively associated within the W3C specification. Next to each property is a listing of the expected values that that property takes (normal text shows named values it accepts and italics shows value types it will accept).
CSS3 – Information and samples
Collection of various code samples and tests for CSS3. Further you will find a Compatibility table.
Most Practical CSS Cheat Sheet Yet
There’s an abundance of CSS cheat sheets on the web, but most of them gloss over the properties designers use in day-to-day work, preferring instead the kitchen-sink approach of showing all properties. This cheat sheet was designed with a more practical philosophy, so that designers who need a quick description of a property don’t need to open a browser. Included are the following sections: selectors, the box model, positioning, text and fonts, borders and lists, and a bit of miscellany that comes in handy every once in a while.
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.
CSS Shorthand Cheat Sheet
Get help with some of the CSS elements that are so easy to forget.
CSS2 – Quick Reference Guide – PDF
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.
HTML 5 Cheat Sheet (PDF)
Handy printable HTML 5 Cheat Sheet that lists all currently supported tags, their descriptions, their attributes and their support in HTML 4.
An ultimate HTML5 cheatsheet you must have
HTML Cheat Sheet
The HTML cheat sheet is a one-page A4 printable document, designed to provide a quick reference for HTML. PDF PNG
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.
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
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.  ) as well as a named entity reference (e.g. ) where available.
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).
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).
Scripting Cheat Sheets
jQuery 1.4 Cheat Sheet
With the release of jQuery 1.4 and the new jQuery API documentation I needed a new cheet sheet as well. The one I’ve been using dates back to jQuery 1.2, obviously a lot has changed since then.
jQuery 1.4.2 Visual Cheat Sheet
jQuery Visual Cheat Sheet, the refined and updated version of the popular woork’s jQuery Cheat Sheet. The new edition includes all the reference you will ever need for jQuery 1.4.2 API!
jQuery 1.6 API Cheat Sheet
Symfony Cheat Sheet
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.
JavaScript DOM Cheatsheet
Working with XML in Javascript is
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.
jQuery Cheat Sheet 1.2
mootools 1.2 cheat sheet
This sheet cover Core, Native, Class, Element, Utilities and Request
Mootools Cheat Sheet
prototype 1.5.0
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
Addison-Wesley’s JavaScript Reference Card
Javascript: A scripting language designed to be integrated into HTML code to produce enhanced, dynamic, interactive web pages.
jQuery selectors
Very comprehensive overview of jQuery selectors. This is a must have for every jQuery developer!
Server side programming
Django
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
JSP Cheat Sheet
PHP Cheat Sheet (V2)
The PHP cheat sheet is a one-page reference sheet, listing date format arguments, regular expression syntax and common functions.
visibone
This website contains a 2-page light and lean PHP cheatsheet and an 8-page comprehensive PHP cheat sheet for committed PHP developers
Php 4 Reference Card
PHP Cheat Sheet
3 cheat sheets covering comparison using different operators etc.
Core C# and .NET Quick Reference
ASP.net
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.
msnet formatting strings
Administration Cheat Sheets
apache refcard
mod_rewrite Cheat She
et
SQL Cheat Sheets
SQL (Structured Query Language) in one page
MySQL Cheat Sheet
mysql
MySQL/CheatSheet
XML Cheat Sheets
XML (eXtensible Markup Language) in one page
XML Syntax Quick Reference
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.
Lars started tripwire magazine back in January 2009. He is really passionate about web design, web development and loves to look into new technologies, techniques, tools etc. and to write articles for his readers.
Exelent sir..thanks for post this….thanks
[…] Tripwire Another great resource mentioned in the designers post that is also fantastic for developers. With 60 cheat sheets, chances are you’ll find something you can use. […]
I like this cheat sheet: http://www.html-entities.org
Thanks! Great work!
These cheat sheets are greatest seen lately!
They are a awesome resource…great work!
Thanks for sharing knowledge Encyclopedia… Really very useful and informative.
Increíble..!!! Excelente Trabajo..!!
How much information in one place! great! thanks…
I have just started as a web designer and I am new to the world of html, css and most areas of web design. This article has been brilliant for me. These cheat sheets will give me a resource to look at and help me speed up the production of my sites. I agree with how complex these areas can be and I have found this out myself. However with articles like this, the way they are written and resources being shared it gives me the confidence that I can pick this side of web design a lot quicker and… Read more »
Its really nice blog, writing with that’s kind of words it appreciable.
I really love your writing, unlike most blogs I actually learn things, find the content useful and it’s well written. 11/10 every time!
Really useful information. Great to have a centralised reference of all the cheat sheets. That is exactly what I have been looking for a long time. Thanks!
Great source for web developer.
I think it will be so much helpful for any new developer.
Thanks for providing a nice collections.
You’re welcome, thanks for the feedback!
Great set of resources. Thanks for sharing.
Thanks for heading us your tips, this is perfect for my new project!
[…] or jumping around your My Computer, because anything you ever wanted it probably listed here: http://www.tripwiremagazine.com/tools/tools/55-seriously-useful-front-end-web-developer-cheat-sheets… Share and […]
Thank you for this. I’ve been stuck for a few week. The cheat sheet works perfectly.
[…] 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.” […]
[…] 6) 55+ Seriously Useful Front End Web Developer Cheat Sheets […]
For a Newbie in this field like me.. your cheat sheet portal made my life easier..Thanks a lot
@Michelle; That is great news Michelle! Glad it helped you 😉
[…] 6) 55+ Seriously Useful Front End Web Developer Cheat Sheets […]
[…] 6) 55+ Seriously Useful Front End Web Developer Cheat Sheets […]
[…] 55 Seriously Useful Cheat Sheets […]
This is really useful. Great to have a centralised reference of all the cheat sheets. Thanks!
[…] 55+ Seriously Useful Front End Web Developer Cheat Sheets | tripwire magazine (tags: javascript css cheatsheet) […]
[…] 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) […]
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.
…
[…] 55+ Seriously Useful Front End Web Developer Cheat Sheets | tripwire magazine (tags: css tips cheatsheet mootools jquery javascript web webdesign reference) […]
[…] MalteLandwehr:55 wirklich nützliche Cheat Sheets für Front End Web Developer –LINK– […]
[…] 55+ Seriously Useful Front End Web Developer Cheat Sheets | tripwire magazine. […]
Massive! 🙂
Regards from Germany
Thomas
Cheers, thank you for putting this together in one place, and sharing it with the world. Can I buy you a donut?
[…] 55+ Seriously Useful Front End Web Developer Cheat SheetsLots of more and less useful cheatsheets especially for front-end developers. […]
[…] 55+ Seriously Useful Front End Web Developer Cheat Sheets Submitted by Editorial Team […]
[…] 55+ Seriously Useful Front End Web Developer Cheat Sheets […]
[…] 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.” […]
css is the right way to design a web page, but here I got to much information.
[…] 55+ Seriously Useful Front End Web Developer Cheat Sheets | tripwire magazine (tags: design webdesign) tags: […]
[…] this page was mentioned by Jason Bergman (@jbbergman), Mazhar (@mazharul_anwar), Manish Hittalmani (@manishspace), MyDesy??? (@mydesy_dig), Jamie Le Souef (@jamielesouef) and others. […]
[…] magazine?55+ Seriously Useful Front End Web Developer Cheat Sheets?????Web????????????????55?????????? […]
[…] Read this article: 55+ Seriously Useful Front End Web Developer Cheat Sheets | tripwire magazine […]
[…] 55+ Seriously Useful Front End Web Developer Cheat Sheets … […]