html5

Lenguaje HTML

Por |octubre 20th, 2014|

El lenguaje HTML, basado en el estándar SGML, permite indicar la estructura de información de un documento Web. Esta estructura de información se almacena en lo que conocemos como DOM (Document Object Model). El DOM es un conjunto estándar de objetos que nos permite acceder a la información de un documento web.

Es interesante conocer tanto […]

HTML5 and JavaScript Web Apps

Por |febrero 11th, 2014|

In this book by Wesley Hales written on 2012, expect to find a good description about why there are so many web applications with Javascript and different  approaches on how to do it.

It starts with a quick review on why we are moving code from server to client. It covers mobile web and the main […]