From 9ab12e791969f4c6b99e734f305bc85eef8b8f7f Mon Sep 17 00:00:00 2001 From: matysanchez Date: Fri, 7 Feb 2014 21:06:01 -0300 Subject: [PATCH] Adding AJAX to the list. Edit some books positions to be consistent with: CONTRIBUTING.md --- free-programming-books-es.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/free-programming-books-es.md b/free-programming-books-es.md index 2479c740..c9c6670b 100644 --- a/free-programming-books-es.md +++ b/free-programming-books-es.md @@ -17,7 +17,7 @@ * [Git](#git) * [Haskell](#haskell) * [JavaScript](#javascript) - * [jQuery] (#jquery) + * [jQuery](#jquery) * [node.js](#nodejs) * [Java](#java) * [LaTeX](#latex) @@ -129,6 +129,7 @@ ###JavaScript +* [Introducción a AJAX](http://librosweb.es/ajax/) * [Introducción a JavaScript](http://librosweb.es/javascript/) * [Jardín de JavaScript](http://bonsaiden.github.io/JavaScript-Garden/es) @@ -138,8 +139,8 @@ ####Node.js -* [Introducción a Node.js a través de Koans](http://nodejskoans.com/) * [El Libro para Principiantes en Node.js](http://www.nodebeginner.org/index-es.html) +* [Introducción a Node.js a través de Koans](http://nodejskoans.com/) ###LaTeX @@ -147,12 +148,12 @@ ###PHP +* [Manual de estudio introductorio al lenguaje PHP procedural](http://www.cursosdeprogramacionadistancia.com/static/pdf/material-sin-personalizar-php.pdf) * [Manual de PHP (forosdelweb.com)](http://www.forosdelweb.com/wiki/Manual_de_PHP) -* [Symfony 2.3, el libro oficial](http://librosweb.es/symfony_2_3/) +* [POO y MVC en PHP](http://www.bubok.es/libros/205199/POO-y-MVC-en-PHP) * [Silex, el manual oficial](http://librosweb.es/silex/) * [Symfony 1.4, la guía definitiva](http://librosweb.es/symfony_1_4/) -* [POO y MVC en PHP](http://www.bubok.es/libros/205199/POO-y-MVC-en-PHP) -* [Manual de estudio introductorio al lenguaje PHP procedural](http://www.cursosdeprogramacionadistancia.com/static/pdf/material-sin-personalizar-php.pdf) +* [Symfony 2.3, el libro oficial](http://librosweb.es/symfony_2_3/) ###Python -- GitLab