Quantcast

40+ Essential Front End Web Developer Cheat Sheets

Tue, Jun 23, 2009

CSS, Development, Javascript, Tools

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

Advertisement

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

Related posts

  1. 55+ Seriously Useful 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!

26 Comments For This Post

  1. Danzig Says:

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

  2. tripwiremag Says:

    @Danzig….ups gonna add that for sure!

  3. iceman Says:

    great

  4. Anders Lybecker Says:

    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/)

  5. DiggaTheWolf Says:

    Excellent collection, thanks.

  6. Phaoloo Says:

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

  7. seo Says:

    thank you. i need pdf file more…

  8. william Says:

    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/

  9. Bijay Rungta (rungss) Says:

    Thanks for the compilation..

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

    anyone???

  10. Aneslin Says:

    Great bunch of collection brov.
    thx for the share

  11. tripwiremag Says:

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

  12. tommy Says:

    Posting a website is getting more and more complicated.

  13. Bid Web Directory Says:

    Nice collection… Thanks for share

  14. gadget00 Says:

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

  15. emre Says:

    Excellent list! thanks for your work!

  16. Marija Says:

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

  17. TuVinhSoft Says:

    This is truly a great collection, thanks for sharing.

  18. Jaspal Singh Says:

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

  19. Perception System - Taufik Says:

    It is really needful post.
    Thanks for share.

  20. Web Development company Says:

    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.

  21. Web Development company Says:

    Nice Post.

  22. foodland Says:

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

  23. jcargoo Says:

    http://www.jcargoo.org/2008/11/some-best-cheat-sheets-for-web.html

  24. Travis Says:

    WOW… that’s a lot of cheat sheets!

    Sadly, XHTML is the one I forget the most.

  25. Andrew Gerber Says:

    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!

  26. web design chicago Says:

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

37 Trackbacks For This Post

  1. XkiD | 40+ Essential Front End Web Developer Cheat Sheets | tripwire magazine | blog.xkid.ro Says:

    [...] is the original:  40+ Essential Front End Web Developer Cheat Sheets | tripwire magazine Posted in HTML, PHP, Web Design | Tags: are-likely, article, cheat-sheets-, color-never, [...]

  2. 40+ Essential Front End Web Developer Cheat Sheets | Web 2.0 Designer Says:

    [...] See the article here: 40+ Essential Front End Web Developer Cheat Sheets [...]

  3. 40+ Essential Front End Web Developer Cheat Sheets | tripwire magazine « Netcrema - creme de la social news via digg + delicious + stumpleupon + reddit Says:

    [...] 40+ Essential Front End Web Developer Cheat Sheets | tripwire magazinetripwiremagazine.com [...]

  4. 40+ Essential Front End Web Developer Cheat Sheets | Anders Lybeckers Weblog! Says:

    [...] tripwiremagazine.com has gathered a neat collection of cheat sheets for web developers. [...]

  5. popurls.com // popular today Says:

    popurls.com // popular today…

    story has entered the popular today section on popurls.com…

  6. Más de 40 chuletas (cheat-sheets) para desarrolladores | El mundo de IMD Says:

    [...] blog Tripware Magazine publica un estupendo artículo donde lista de más de 40 chuletas (cheat-sheets) para desarrolladores como por ejemplo CSS, [...]

  7. Fresh Links =) « Adrian Zyzik’s Weblog Says:

    [...] 40+ Essential Front End Web Developer Cheat Sheetstripwire mag 15 jQuery Plugins To Create An User Friendly Tooltip Outside the Box Navigation with jQuery – Nettuts+ 40 Sources To Download High-Quality Free Photoshop PSD Stuff Show An Experiment in BlackBerry Development: Lessons Learned 404 Best Practices 7 Secrets to Raising a Happy Child Zen Habits illustrator 7 Man-Made Substances that Laugh in the Face of Physics Super Cool Watercolor Effect in 10 steps in Photoshop Abduzeedo The Story (so far) of Twitter Manolith 10 Things All Businesses Should Do to Market More Effectively Trailer Freaks Download Free Movie Trailers, Upcoming Movie Website Analytics Toolbox Alice.com Flip Flop Fly Ball SpriteMe! Andrew Payne: How to Run a Startup Board Meeting Great Wall of Facebook: The Social Network’s Plan to Dominate Lifehacker – Rain Gutters as Cable Management Tools – Cable Managem 35+ Horizontal Websites for Your Design Inspiration Vandelay IT iPhone 3G The Brain: Stop Paying Attention: Zoning Out Is a Crucial Mental Blog Archive 100 Useful Twitter Tips & Tools for Web Design Animate Image Filling Up Using jQuery Build Internet! 15 Outstanding But Simple WordPress Themes You (Probably) Have Not 10 Creative Brochuredesigns – Blog – Touchey – design magazine [...]

  8. 40+ Essential Front End Web Developer Cheat Sheets | tripwire magazine Says:

    [...] this article: 40+ Essential Front End Web Developer Cheat Sheets | tripwire magazine Share and [...]

  9. Church IT - Supporting ministry with IT » Blog Archive » links for 2009-06-23 Says:

    [...] 40+ Essential Front End Web Developer Cheat Sheets | tripwire magazine (tags: css cheatsheet webdesign javascript reference html design php) [...]

  10. 40+ Essential Front End Web Developer Cheat Sheets | tripwire magazine Says:

    [...] : Delicious-IT | Date : Jun 23 2009 | Views : 1 views | Total Word : 9 | Print this Page! | Permalink! [...]

  11. The Great Geek Manual » Link Round-Up: June 23, 2009 Says:

    [...] 40+ Essential Front End Web Developer Cheat Sheets – Because sometimes its just easier to have an image to consult than to go fishing on Google. [...]

  12. 40+ Essential Front End Web Developer Cheat Sheets | tripwire magazine - Cheat Codes Says:

    [...] unknown wrote an interesting post today onHere’s a quick excerptThis 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 … [...]

  13. 40+ Essential Front End Web Developer Cheat Sheets | tripwire magazine « Get iPhone 3GS Says:

    [...] tripwiremag wrote an interesting post today on40+ Essential Front End Web Developer Cheat Sheets | tripwire magazineHere’s a quick excerpt [...]

  14. links for 2009-06-23 « Mandarine Says:

    [...] 40+ Essential Front End Web Developer Cheat Sheets (tags: webdesign webdev tools reference css javascript jquery php xhtml xml cheatsheet sql) [...]

  15. Daily Digest for 2009-06-23 | Midlife Manifesto Says:

    [...] Bookmarked a link on Delicious. 40+ Essential Front End Web Developer Cheat Sheets | tripwire magazine [...]

  16. Dario Salvelli’s Blog » Blog Archive » Feedmastering #154 Says:

    [...] Alcuni cheat sheeets per i developer che si occupano del front-end, mascherare le password non ha più molto senso, 10 design di interfacce utente interessanti, come [...]

  17. Link Backup from Delicious.com » Blog Archive » links for 2009-06-24 Says:

    [...] 40+ Essential Front End Web Developer Cheat Sheets | tripwire magazine (tags: cheatsheet html css colors js jquery mootools prototype php sql xml) [...]

  18. 40+ Cheat Sheats For New And Experienced Web Developers | Mammoth Creatives Says:

    [...] a look at this massive compilation of 40+ guides, charts, and cheat sheets that will help you with your web develop…, and prevent from hours of sorting through searches. No Related posts Filed under: Design Tags: [...]

  19. It’s About Time » links for 2009-06-25 Says:

    [...] 40+ Essential Front End Web Developer Cheat Sheets | tripwire magazine 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. (tags: css cheatsheet webdesign reference html javascript php design) [...]

  20. 40+ Essential Front End Web Developer Cheat Sheets « Roman’s Blog Says:

    [...] By Roman Hnatiuk Leave a Comment Categories: Learning, Sites, User Interface and Web 40+ Essential Front End Web Developer Cheat Sheets lists essential cheat sheets for the most common web technologies, including both client-side (e.g. [...]

  21. Selling Anything Online? Make Your Website Unique First - The Blog Planet Says:

    [...] 40+ Essential Front End Web Developer Cheat Sheets | tripwire magazine [...]

  22. Web ??????????????? Says:

    [...] ???????http://www.tripwiremagazine.com/tools/cheat-sheets/front-end-web-developers-toolbox.html [...]

  23. My Favorite Design Links of the Week | eGrace Creative Web Solutions Says:

    [...] 40+ Essential Front End Web Developer Cheat Sheets [...]

  24. Weekly WebTrends #2 | TechAwe Says:

    [...] Delicious 10 UI Design Patterns You Should Be Paying Attention To | How-To | Smashing Maga… 40+ Essential Front End Web Developer Cheat Sheets | tripwire magazine [...]

  25. Daily Digest for June 30th- nicstuff.com Says:

    [...] 40+ Essential Front End Web Developer Cheat Sheets | tripwire magazine — 11:42pm via Delicious [...]

  26. links for 2009-06-30 « My Links Says:

    [...] 40+ Essential Front End Web Developer Cheat Sheets | tripwire magazine (tags: cheatsheet cheatsheets cheat developer sheets webdevelopment css javascript xml xhtml php jquery howto) [...]

  27. Web ??????????????? - ZiY Warez Forum Says:

    [...] ?? Web ??????????????? ???????http://www.tripwiremagazine.com/tool…s-toolbox.html ?????COMSHARP CMS ???? ___ Xiao_T ??? ________________________ [...]

  28. links for 2009-07-05 | Web????????? Web??????????? S5-Style Says:

    [...] 40+ Essential Front End Web Developer Cheat Sheets | tripwire magazine [...]

  29. Bookmarks for July 2nd through July 5th | Says:

    [...] 40+ Essential Front End Web Developer Cheat Sheets | tripwire magazine – [...]

  30. ????-Web ??????????????? « ??UI Says:

    [...] ???http://www.tripwiremagazine.com/tools/cheat-sheets/front-end-web-developers-toolbox.html ??? ??? Web ??, ???, ????? [...]

  31. 40+ Essential Front End Web Developer Cheat Sheets | tripwire magazine Says:

    [...] See the article here: 40+ Essential Front End Web Developer Cheat Sheets | tripwire magazine [...]

  32. Lists, Lists, and More Lists « Erik’s Rambling Again! Says:

    [...] 40+ Essential Front End Web Developer Cheat Sheets [...]

  33. Chris (seraphyn) 's status on Wednesday, 05-Aug-09 06:38:46 UTC - Identi.ca Says:

    [...] http://www.tripwiremagazine.com/tools/cheat-sheets/front-end-web-developers-toolbox.html [...]

  34. CSS Brigit | 40+ Essential Front End Web Developer Cheat Sheets Says:

    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, …).

  35. Twitter Trackbacks for 40+ Essential Front End Web Developer Cheat Sheets | tripwire magazine [tripwiremagazine.com] on Topsy.com Says:

    [...] 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 [...]

  36. ??-IT Player » Blog Archive » Web ???????????? Says:

    [...] ???????http://www.tripwiremagazine.com/tools/cheat-sheets/front-end-web-developers-toolbox.html [...]

  37. uberVU - social comments Says:

    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...

Leave a Reply