background preloader

Programation

Facebook Twitter

KDE Documentation - The Kate Handbook. Cheat Sheet | Vijay For Victory. How to test the freshness of an egg? Drop the egg in a bowl of water to find its freshness. Learn SQL Joins in easy way Cheat Sheets are always useful whenever we started learning a new technology. This is an amazing visual explanation of SQL Joins for those who started learning Database SQLs. Click here for more Cheat Sheets Infographics by Christopher-Moffatt Categories: How To, Infographics, Technology, Tips and TricksTags: Cheat Sheet, e-learning, How To, Infographics, Pictorial Explanation, Poster, SQL, SQL Joins, Tips and Tricks, Tutorial, Venn Diagram Get familiarised with Unix commands – Cheat Sheet Cheat sheets are always easy to get help and to have most frequently required information on hand. Learning Unix is always the big task as it has so many commands to remember. Below given cheat sheet would be a great help for those who are just started with Unix.

Source : Jacob Peddicord Download in PDF format : Unix/Linux Command Cheat Sheet Regular Expression cheat sheet for programmers. Cheat Sheet : All Cheat Sheets in one page. 14 Helpful Cheat Sheets for Front-end Web Development. For web developers and designers, it can be difficult to memorize the syntax for multiple programming languages and frameworks, especially since they are always evolving and growing. This is where cheat sheets come in handy. Most cheat sheets are designed to be printer friendly, so you can have them laying around on your desk as quick reference cards. Here is a collection of useful cheat sheets specifically for front end web development that will help you with HTML, JavaScript, and CSS.

HTML 5 Cheat Sheet HTML 5 Visual Cheat Sheet (X)HTML Elements and Attributes HTML Cheat Sheet HTML5 Canvas Cheat Sheet CSS Level 2 Visual Cheat Sheet CSS 3 Cheat Sheet CSS Cheat Sheet (V2) CSS Cheat Sheet JavaScript jQuery 1.4 API Cheat Sheet jQuery 1.4 Cheat Sheet jQuery 1.4 Cheat Sheet mootools 1.2 cheat sheet JavaScript Cheat Sheet About the Author Henry Jones is a web developer, designer, and entrepreneur with over 14 years of experience. Related Posts 1139 shares 20 Fresh CSS3 Tutorials Read More 559 shares. Programmez en orienté objet en PHP.

Qu'est-ce que la POO ? Il était une fois le procédural Commençons ce cours en vous posant une question : comment est représenté votre code ? La réponse est unique : vous avez utilisé la « représentation procédurale » qui consiste à séparer le traitement des données des données elles-mêmes. Par exemple, vous avez un système de news sur votre site. D'un côté, vous avez les données (les news, une liste d'erreurs, une connexion à la BDD, etc.) et de l'autre côté vous avez une suite d'instructions qui viennent modifier ces données. Cette façon de se représenter votre application vous semble sans doute la meilleure puisque c'est la seule que vous connaissez. Puis naquit la programmation orientée objet Alors, qu'est-ce donc que cette façon de représenter son code ? Définition d'un objet Je suis sûr que vous savez ce que c'est. L'exemple le plus pertinent quand on fait un cours sur la POO est d'utiliser l'exemple du personnage dans un jeu de combat.

Toutes ses caractéristiques correspondent à des valeurs. Qu'est-ce que la POO ?