Add "Guia Rápido de Desenvolvimento para Firefox OS" book and organize lists

The lists were short, disorganized and confused, then I organized by "front-end" and "back-end".
This commit is contained in:
Diéssica 2013-11-02 15:15:20 -02:00
parent f29d112cf9
commit 6598d86d55
1 changed files with 17 additions and 12 deletions

View File

@ -1,11 +1,22 @@
###Índice
##Índice
* [HTML / CSS](#html--css)
* [JavaScript](#javascript)
* [Java](#java)
* [Ruby](#ruby)
* [HTML / CSS](#html--css)
* [Shell Script](#shell)
* [Python](#python)
###java
## Front-end
###HTML / CSS
* [Estruturando o HTML com CSS](http://pt-br.learnlayout.com/)
### JavaScript
* [Guia Rápido de Desenvolvimento para Firefox OS: Criando apps com HTML5 para o Firefox OS](https://leanpub.com/guiarapidofirefoxos)
## Back-end
###Java
* [Java e Orientação a Objetos](http://www.caelum.com.br/apostila-java-orientacao-objetos/)
* [Java para Desenvolvimento Web](http://www.caelum.com.br/apostila-java-web/)
@ -13,25 +24,19 @@
* [Web ágil com VRaptor, Hibernate e AJAX](http://www.caelum.com.br/apostila-vraptor-hibernate/)
###ruby
###Ruby
* [Aprenda a Programar](http://aprendaaprogramar.rubyonrails.com.br)
* [Pequeno Livro do Ruby](http://www.sismicro.com.br/ruby/Pequeno-Livro-do-Ruby.php)
* [Tutorial de Ruby](http://dl.dropbox.com/u/1482800/eustaquiorangel.com/tutorialruby.pdf)
###HTML / CSS
* [Estruturando o HTML com CSS](http://pt-br.learnlayout.com/)
###shell
###Shell
* [Introdução ao Shell Script](http://aurelio.net/shell/apostila-introducao-shell.pdf)
###python
###Python
* [Python para Desenvolvedores](http://ark4n.files.wordpress.com/2010/01/python_para_desenvolvedores_2ed.pdf)
* [A Byte of Python](http://rodrigoamaral.net/a-byte-of-python/)