This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # BEGIN GzipWpFastestCache | |
| <IfModule mod_deflate.c> | |
| AddType x-font/woff .woff | |
| AddType x-font/ttf .ttf | |
| AddOutputFilterByType DEFLATE image/svg+xml | |
| AddOutputFilterByType DEFLATE text/plain | |
| AddOutputFilterByType DEFLATE text/html | |
| AddOutputFilterByType DEFLATE text/xml | |
| AddOutputFilterByType DEFLATE text/css | |
| AddOutputFilterByType DEFLATE text/javascript |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://www.codexworld.com/codeigniter-shopping-cart-checkout-implementation/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| VUE CAST | |
| https://www.youtube.com/playlist?list=PLM-Y_YQmMEqDS5u_O4xB651Mli0ShWyfh | |
| MEVN Curso - Mongodb, Express, Vuejs y Nodejs, Parte 1 - Backend con Nodejs, Express y Mongodb | |
| https://www.youtube.com/watch?v=ARIzrNwA5HQ | |
| https://www.youtube.com/watch?v=NQFaukftHpg | |
| Componente VUEjs en LARAVEL | |
| https://www.youtube.com/playlist?list=PLhCiuvlix-rTK8DfSiSP1itl7vbjWp7_F |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. npm init --yes | |
| 2. npm i express | |
| 3. npm install express-handlebars mongoose morgan multer fs-extra errorhandler md5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tienes que descargar la dll dependiendo de tu version php y tu sistema operativo;ejemplo | |
| php_sqlsrv_56_ts.dll | |
| php_pdo_sqlsrv_56_ts.dll | |
| estos dos son para php5.6 y 32 bits sistema operativo | |
| una vez descargada lo copias en php/ext y en tu php.ini agregas estas lineas | |
| extension=php_sqlsrv_56_ts.dll | |
| extension=php_pdo_sqlsrv_56_ts.dll | |
| de aca descarga los dll |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* (320x480) iPhone (Original, 3G, 3GS) */ | |
| @media only screen and (min-device-width: 320px) and (max-device-width: 480px) { | |
| /* insert styles here */ | |
| } | |
| /* (320x480) Smartphone, Portrait */ | |
| @media only screen and (device-width: 320px) and (orientation: portrait) { | |
| /* insert styles here */ | |
| } | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Plugin contacto form 7 | |
| [_remote_ip] Muestra la IP del usuario | |
| [_user_agent] Muestra la información del agente de usuario usado | |
| [_url] Muestra la página desde la que nos envían el formulario | |
| [_date] Muestra la fecha de envío | |
| [_time] Muestra la hora de envío | |
| [_post_title] Muestra el título del artículo donde está el formulario |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Machine Learning, Python y el Titanic | |
| https://www.youtube.com/watch?v=6MZFsZ9HINE | |
| Machine Learning en Español Crear un básico "Hola Mundo con 0 y 1" | |
| https://www.youtube.com/watch?v=gZvdtodOaHk |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Angular 4 | |
| https://www.youtube.com/playlist?list=PLty0cFLf07jUJalJ-RtVxi-EzrPYDSm09 |
NewerOlder