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]
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.
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.
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.
Gosquared html help sheets
Good looking and well structured html overview
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
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
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
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
SQL (Structured Query Language) in one page
MySQL Cheat Sheet
XML (eXtensible Markup Language) in one page
XML Syntax Quick Reference
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.
This is a really great post, thanks for sharing. I’m glad I got a chance to check out your blog!
thanks,
Helpful post. Thank you very much
Thanks for the list its nice to have them all in one place instead of loading 10 different sites. Although I don’t know if they will be happy your stealing their traffic lol
Great post
Hey, cool blog! Thanks… 😉
Definitely all essential. A definite bookmark in my web development inventory.
[…] http://www.tripwiremagazine.com/2009/06/front-end-web-developers-toolbox.html […]
WoW!
This great list of cheat sheets.
Thanks for sharing!
thanks alot for this
good job
All of this are rare for web design/developer .
Thanks you again.
Thank for CSS Cheat (my road map)
[…] CLICK HERE FOR FULL ARTICLE If you enjoyed this post, make sure you subscribe to my RSS feed! […]
In our organization addedbytes CSS2 Cheat Sheet is being officially used. we have pasted its large prints on walls for Markup developers. its simple and helping for the beginners.
Nice post.After a long time i got some interesting topic so thanks for posting it here and sharing it with us.
nice blog to hang on with..!!
boob job
nice blog..!!
boob job
thanks for sharing this post.
its awesome.
Its a great collection, Thanks for your sharing
This is a very helpful collection of tips and cheat sheet resources. Thanks for sharing.
i’m very very confused. someone posts a list of FORTY things you’re supposed to consult before doing a web site, and people are posting comments indicating celebration, relief and happiness? what the _heck_ is going on! 🙂 i’m the lead developer of a python-to-javascript compiler and python-based web browser widget toolkit, where the infrastructure takes care of all this nonsense, and the reason _why_ i’m the lead developer is because i tried to write a small web site with 150 words on it, placing those words inside boxes that would be in the middle of the page. it took me… Read more »
Luke I appreciate your opinion! However it is not the idea with this article that reader should read them all and lean everything in them before starting out a web development project. Cheat sheets are aimed at supporting busy developers in looking up something they need right now to get on. So the recommendation I would give is to find a few sheets, print them out and put them on the wall for quick and easy access.
… and Luke’s recommendation was to shoot all those cheet sheets, go pick the right technology for your job, and get your work done in about 10% of the time. The use of those cheet sheets shall then be limited to the developers of the frameworks (or whatsoever) that make this kind of efficiency possibly. For solving limited, specific and focussed problems only – to save a large audience from this nightmare. (Don’t get me wrong: I’m loving it, the brainteasers and oracles that CSS and friends sometimes bring up. But then maybe I’m one of those to join the… Read more »
the best website analytics that i know is none other than google analytics”;`
Definitely all essential. A definite bookmark in my web development inventory.
google analytics also provide great data about website statisitics;”`
Nice list.
For me quicklycode (http://www.quicklycode.com) is the ultimate cheat sheet website!
wow great post… thanks for this.. all in place……….
wow great post…
Thanks for such a nice tutorial. All the resources are good. A must read for the web developers.
Great list of cheat sheets. Thanks for sharing!
[…] 40+ Essential Front-End Web Developer Cheat Sheets – TripWireMagazine.com […]
[…] 40+ Essential Front End Web Developer Cheat Sheets | tripwire magazine (tags: webdesign cheatsheets webdev css frontend html html5 javascript jquery php resources sql cheatsheet) Possibly related posts: (automatically generated)Information wants to be free, reporters want to be paid, Part 13More on MurdochRupert Murdoch considers leaving Google, marrying Bing […]
Excellent post! very useful to have have in our chicago web design office.
Social comments and analytics for this post…
This post was mentioned on Twitter by meoneogeo: 40+ essential front end Web developer: http://www.tripwiremagazine.com/2009/06/front-end-web-developers-toolbox.html…
[…] ???????http://www.tripwiremagazine.com/tools/cheat-sheets/front-end-web-developers-toolbox.html […]
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!
WOW… that’s a lot of cheat sheets!
Sadly, XHTML is the one I forget the most.
[…] 40+ Essential Front End Web Developer Cheat Sheets | tripwire magazine http://www.tripwiremagazine.com/tools/cheat-sheets/front-end-web-developers-toolbox.html – view page – cached Quantcast #RSS 2.0 tripwire magazine » 40+ Essential Front End Web Developer Cheat Sheets Comments Feed tripwire magazine Auto-Twitter your Blog Posts with Twitterfeed [User Link:Weekly 30 inspirational websites #35] [User Link:Tileable Grungy Stars Photoshop Patterns & Seamless Texture] NextGEN Gallery RSS Feed — From the page […]
40+ Essential Front End Web Developer Cheat Sheets…
First resources covering client side markup and dev. (html, css, jQuery etc.) and then resoures covering server side dev. required for Front End Development (php, …).
…
http://www.jcargoo.org/2008/11/some-best-cheat-sheets-for-web.html
[…] http://www.tripwiremagazine.com/tools/cheat-sheets/front-end-web-developers-toolbox.html […]
[…] 40+ Essential Front End Web Developer Cheat Sheets […]
wow great post… thanks for this.. all in place……….
Nice Post.
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.
It is really needful post.
Thanks for share.
Nice post, full of Developer Cheat Sheets.
Thanks for sharing.
[…] ???http://www.tripwiremagazine.com/tools/cheat-sheets/front-end-web-developers-toolbox.html ??? ??? Web ??, ???, ????? […]
This is truly a great collection, thanks for sharing.
Thanks for sharing this. It sure helps a lot. Much appreciated!!!
Excellent list! thanks for your work!
[…] 40+ Essential Front End Web Developer Cheat Sheets | tripwire magazine – […]
[…] 40+ Essential Front End Web Developer Cheat Sheets | tripwire magazine […]