20 useful cheat sheets for web developers

20 useful cheat sheets for web developers

Being a web developer is an awesome job because you have the possibility to create awesome things. It is fun, you can play with some cool tools and you can earn a lot of money but like in any other type of specialization, you need to be up to date with all the technologies that you use.  This can be very hard to achieve, especially when you are new in the field or when you have a lot of projects and no time for research. In this case, the best solution is the cheat sheet because on it you have all the important information about that particular domain arranged in one single place.

A cheat sheet or crib sheet is a concise set of notes used for quick reference. “Cheat sheet” may also be rendered “cheatsheet”. In the graphics world, cheats sheets are there to help the designers in completing their design applications easily. At times, designers get stuck with the design process and they do not know where to get help from.

For this round up,  we are presenting 20 very useful cheat sheets for web developers which cover some of the most popular technologies on the market.

1. Eclipse cheat sheet

 

2. ActionScript 3.0 Packages Cheat Sheet

3. Design Patterns Quick Reference

 

4. Mod_Rewrite Variables Cheat sheet

5. HTTP Server Header Status Codes

 

6. Rails 3 Cheat Sheets

7. mootools 1.3 Cheat Sheet

 

8. Ultimate HTML 5 Cheat Sheet

 

9. Node.JS Help Sheet

 

10. jQuery Visual Cheat Sheet 1.6

 

11.Scripting Languages: PHP, Perl, Python, Ruby

 

12. MobileFrameworks Comparison Chart

13. Underscore.js API Cheat sheet

14. WordPress Template Hierarchy Map

15. GIT Cheat Sheet

16. package.json cheat sheet

17. Ultimate WordPress Cheat sheet

 

18. Interactive Cheat sheet for SEO

19. Periodic Table of CSS3 Syntax

 

20. SQL Injection KB (online cheat sheet)

 

 
by Janeth Kent Date: 03-07-2013 cheat sheets web developers tutorials tips help programmare php rails java jquery css html hits : 27525  
 
Janeth Kent

Janeth Kent

Licenciada en Bellas Artes y programadora por pasión. Cuando tengo un rato retoco fotos, edito vídeos y diseño cosas. El resto del tiempo escribo en MA-NO WEB DESIGN AND DEVELOPMENT.

 
 
 

Related Posts

Examine the 10 key PHP functions I use frequently

PHP never ceases to surprise me with its built-in capabilities. These are a few of the functions I find most fascinating.   1. Levenshtein This function uses the Levenshtein algorithm to calculate the…

New graphic window units - CSS

''Intercop 2022' is a project announced by Google, Microsoft, Apple and the Mozzilla Foundation to make all browsers offer the same web experience. The project has 15 focus areas and one…

How to upload files to the server using JavaScript

In this tutorial we are going to see how you can upload files to a server using Node.js using JavaScript, which is very common. For example, you might want to…

How to combine multiple objects in JavaScript

In JavaScript you can merge multiple objects in a variety of ways. The most commonly used methods are the spread operator ... and the Object.assign() function.   How to copy objects with…

How to Track Flight Status in real-time using the Flight Tracker API

The Flight Tracker API provides developers with the ability to access real-time flight status, which is extremely useful for integrating historical tracking or live queries of air traffic into your…

The Payment Request API: Revolutionizing Online Payments (Part 2)

In the first part of this series, we explored the fundamentals of the Payment Request API and how it simplifies the payment experience. Now, let's delve deeper into advanced features…

The Payment Request API: Revolutionizing Online Payments (Part 1)

The Payment Request API has emerged as the new standard for online payments, transforming the way transactions are conducted on the internet. In this two-part series, we will delve into…

Let's create a Color Picker from scratch with HTML5 Canvas, Javascript and CSS3

HTML5 Canvas is a technology that allows developers to generate real-time graphics and animations using JavaScript. It provides a blank canvas on which graphical elements, such as lines, shapes, images…

How do you stop JavaScript execution for a while: sleep()

A sleep()function is a function that allows you to stop the execution of code for a certain amount of time. Using a function similar to this can be interesting for…

Mastering array sorting in JavaScript: a guide to the sort() function

In this article, I will explain the usage and potential of the sort() function in JavaScript.   What does the sort() function do?   The sort() function allows you to sort the elements of…

Infinite scrolling with native JavaScript using the Fetch API

I have long wanted to talk about how infinite scroll functionality can be implemented in a list of items that might be on any Web page. Infinite scroll is a technique…

Sorting elements with SortableJS and storing them in localStorage

SortableJS is a JavaScript extension that you will be able to use in your developments to offer your users the possibility to drag and drop elements in order to change…

Clicky