pj655040999@gmail.com

Bootstrap cheat sheets

  Structure d’une page HTML avec Bootstrap <!DOCTYPE html> <html lang=»en»> <head> <meta charset=»utf-8″> <meta http-equiv=»X-UA-Compatible» content=»IE=edge»> <meta name=»viewport» content=»width=device-width, initial-scale=1″> <link rel=»stylesheet» href=»https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css»> <link rel=»stylesheet» href=»https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css»> <title>Bootstrap Page</title> </head> <body> <div class=»container»> <!– ou class=»container-fluid» –> <div class=»row»> ////// Colonnes de la page </div> </div> <script src=»https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js»></script> <script src=»https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js»></script> </body> </html> Gestion des colonnes […]

Bootstrap cheat sheets Leer más »

WordPress Cheat Sheet

  TXTFMT Text processing Types addslashes bin2hex conver­t_u­udecode conver­t_u­uencode crc32 crypt html_e­nti­ty_­decode html_e­ntities htmlsp­eci­alchars htmlsp­eci­alc­har­s_d­ecode lcfirst ltrim md5 nl2br remove­_ac­cents rtrim sha1 str_rot13 strips­lashes strlen strrev strtolower strtoupper ucfirst trim ucwords wptext­urize Text Formatting codes can be combined by separating them with commas. The list is processed in left to right order. Shortcode Attribute Placeh­olders

WordPress Cheat Sheet Leer más »

JQuery Cheat Sheet

JQuery Cheat Sheet Basic use of jquery  jquery Selectors $(‘*’); $(‘ele­ment’); $(‘.cl­ass’); $(‘#ID’); $(‘sel­ector1, selector2, select­orN’); DOM .append() .prepend() .appen­dTo() .prepe­ndTo() .after() .before() .inser­tAf­ter() .inser­tBe­fore() .next() .prev() .data() .attr(­’at­tri­but­eNa­me’­,’a­tri­bute’) .remov­eProp() prop() .empty() .remove() .remov­eAttr() .first() .last() .child­ren() .find() .html() .text(); .val() .end() .css(‘­sty­leN­ame­’,’­style’) .addCl­ass() .remov­eCl­ass() toggle­Class() .eq() .end() not() var object = $.exte­nd({}, object1, object2);

JQuery Cheat Sheet Leer más »

Moodle developer’s cheat sheet

Moodle developer’s cheat sheet Cheat Sheet Common functions userful for developers working in Moodle Capabi­lities Has capabi­litity has_ca­pab­ility() User is admin is_admin() Require Capability requir­e_c­apa­bil­ity() Context Levels System Context CONTEX­T_S­YSTEM 10 User Context CONTEX­T_USER 30 Course Category Context CONTEX­T_C­OUR­SECAT 40 Module Context CONTEX­T_M­ODULE 70 Block Context CONTEX­T_BLOCK 80 Course Context CONTEX­T_C­OURSE 50 Access API System

Moodle developer’s cheat sheet Leer más »

Zend Framework 2 + Doctrine 2 Cheat Sheet

Zend Framework 2 + Doctrine 2 Cheat Sheet Comandos de console em composer, zftool e doctrine tool  php      web      doctrine      zendframework Criação e instalação $ zftool.phar create project nome $ cd nome $ composer install $ composer require zendframework/zftool:dev-master $ composer require doctrine/doctrine-orm-module:0.7.* $ composer require zendframework/zend-developer-tools:dev-master $ cp vendor/framework/zend-developer-tools/config/zenddevelopertools.local.php.dist config/autoload/ztd.local.php $ composer require hounddog/doctrine-data-fixture-module:dev-master 1 – Criação do projeto

Zend Framework 2 + Doctrine 2 Cheat Sheet Leer más »

cheat-sheets PHP

https://www.cheatography.com/krabat1/cheat-sheets/php/   PHP Cheat Sheet PHP development PHP TOC I PHP Control Structures http:/­/ww­w.c­hea­tog­rap­hy.c­om­/kr­aba­t1/­che­at-­she­ets­/ph­p/#­tit­le_­706­_2456 PHP Function handling Functions http:/­/ww­w.c­hea­tog­rap­hy.c­om­/kr­aba­t1/­che­at-­she­ets­/ph­p/#­tit­le_­706­_2462 PHP Operators http:/­/ww­w.c­hea­tog­rap­hy.c­om­/kr­aba­t1/­che­at-­she­ets­/ph­p/#­tit­le_­706­_2474 PHP Logical Operators http:/­/ww­w.c­hea­tog­rap­hy.c­om­/kr­aba­t1/­che­at-­she­ets­/ph­p/#­tit­le_­706­_2457 PHP Arithmetic Operators http:/­/ww­w.c­hea­tog­rap­hy.c­om­/kr­aba­t1/­che­at-­she­ets­/ph­p/#­tit­le_­706­_2461 PHP Increm­ent­ing­/De­cre­menting Operators http:/­/ww­w.c­hea­tog­rap­hy.c­om­/kr­aba­t1/­che­at-­she­ets­/ph­p/#­tit­le_­706­_2458 PHP Bitwise Operators http:/­/ww­w.c­hea­tog­rap­hy.c­om­/kr­aba­t1/­che­at-­she­ets­/ph­p/#­tit­le_­706­_2460 PHP Comparison Operators http:/­/ww­w.c­hea­tog­rap­hy.c­om­/kr­aba­t1/­che­at-­she­ets­/ph­p/#­tit­le_­706­_2459 PHP Math Functions http:/­/ww­w.c­hea­tog­rap­hy.c­om­/kr­aba­t1/­che­at-­she­ets­/ph­p/#­tit­le_­706­_2447 PHP XML Manipu­lation Functions http:/­/ww­w.c­hea­tog­rap­hy.c­om­/kr­aba­t1/­che­at-­she­ets­/ph­p/#­tit­le_­706­_2448 PHP Network Functions http:/­/ww­w.c­hea­tog­rap­hy.c­om­/kr­aba­t1/­che­at-­she­ets­/ph­p/#­tit­le_­706­_2440

cheat-sheets PHP Leer más »

PHP Cheat Sheet

PHP Cheat Sheet A quick reference guide for PHP, with functions references, a regular expression syntax guide and a reference for PHP’s date formating functions. As of 28/6/14, the cheat sheet now includes popup links to the appropriate PHP manual pages.by DaveChild PHP Array Functions array_diff (arr1, arr2 …) array_filter (arr, function) array_flip (arr) array_intersect (arr1,

PHP Cheat Sheet Leer más »

JQUERY all

HOME HTML5 CSS3 JQUERY BOOTSTRAP 3 PHP 7 SQL REFERENCES EXAMPLES FAQ SNIPPETS Bootstrap 3 Button Generator WEB TUTORIALS HTML5 Tutorial XHTML Tutorial CSS3 Tutorial jQuery Tutorial Bootstrap3 Tutorial PHP Tutorial SQL Tutorial PRACTICE EXAMPLES HTML5 Examples CSS3 Examples jQuery Examples Bootstrap3 Examples PHP Examples HTML5 REFERENCES HTML5 Tags/Elements HTML5 Global Attributes HTML5 Event Attributes HTML5 Color Picker HTML5 Language Codes HTML5 Character

JQUERY all Leer más »

Map all Document Object Model (DOM)

Document Object Model (DOM) In This Article DOM interfaces Obsolete DOM interfaces HTML interfaces HTML element interfaces Other interfaces Obsolete HTML interfaces SVG interfaces SVG element interfaces SVG data type interfaces Static type Animated type SMIL related interfaces Other SVG interfaces See also The Document Object Model (DOM) connects web pages to scripts or programming languages. Usually that means JavaScript,

Map all Document Object Model (DOM) Leer más »