Full stack

Install and Use PHP Composer on Ubuntu 16.04

Install and Use PHP Composer on Ubuntu 16.04 Table of Contents Introduction Composer vs PEAR Requirements Install PHP Composer Using PHP Composer Introduction PHP Composer is a package management system for PHP which prevents users from having to «reinvent the wheel» when it comes to commonly-used website components like user authentication or database management. Composer […]

Install and Use PHP Composer on Ubuntu 16.04 Leer más »

Clone git moodle , wordpress , zend , lavarel , program-o, codeignter

  first git clone https://github.com/laravel/laravel.git git clone  https://github.com/bcit-ci/CodeIgniter.git git clone https://github.com/Program-O/Program-O.git git clone https://github.com/Program-O/Program-O.git sudo apt-get install git   https://github.com/zendframework/zendframework.git   composer https://www.1and1.com/cloud-community/learn/application/php/install-and-use-php-composer-on-ubuntu-1604/ sudo apt-get install curl   sudo apt-get install curl     Obtención de Git (Windows, OSX, Linux y otros) El soporte para Git estaba, hasta hace muy poco tiempo, principalmente confinado a

Clone git moodle , wordpress , zend , lavarel , program-o, codeignter Leer más »

How to Detect Mobile or Tablet Condition in WordPress

How to Detect Mobile or Tablet Condition in WordPress Richie KS April 29, 2015 How to Detect Mobile or Tablet Condition in WordPress2015-04-29T18:57:36+00:00WordPress Tutorials 2 Comments 22 detect mobile and tablet condition Mobile friendliness has becoming a must need condition for building a website nowadays. With the Google’s Mobilegeddon updates on mobile search algorithm effective

How to Detect Mobile or Tablet Condition in WordPress Leer más »

JSON Cheat Sheet

JSON Cheat Sheet A JSON cheat sheet. Data Types number var myNum = 123.456; Series of numbers; decimals ok; double­-pr­ecision floati­ng-­point format string var myString = «­abc­def­»; Series of characters (letters, numbers, or symbols); double­-quoted UTF-8 with backslash escaping boolean var myBool = true; true or false array var myArray = [ «­a», «­b», «­c»,

JSON Cheat Sheet Leer más »

Git Cheat Sheet – cheat sheets

Git Cheat Sheet Cheat Sheet for the Git Distributed Version Control System. Based on https://github.com/AlexZeitler/gitcheatsheet and http://www.git-tower.com/files/cheatsheet/Git_Cheat_Sheet_grey.pdf Create Git Repository From existing direct­ory cd proje­ct_dir git init git add . From other reposi­tory git clone exist­ing­_dir new_dir git clone git:/­/gi­thu­b.c­om/­use­r/r­epo.git git clone https­://­git­hub.co­m/u­ser­/re­po.git Git – Local Changes Changed in working direct­ory git status Tracked file changes git diff Add changed

Git Cheat Sheet – cheat sheets Leer más »

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 »