HTML5

  • EaselJS v0.4

    The new Canvas element in HTML5 is powerful, but it can be difficult to work with. It has no internal concept of discrete display elements, so you are required to manage updates manually. The Easel Javascript library provides a retained graphics mode for canvas including a full, hierarchical display list, a core interaction model, and…

  • Drawing with JavaScript in HTML5 vs ActionScript 3 in Flash

    HTML5 introduces an element called a “canvas” on which we can use JavaScript to draw. This offers a quick and easy approach to drawing dynamic content. This article will compare this relatively new (and not yet cross-browser compatible) option for drawing to Adobe Flash’s ActionScript 3. JavaScript and ActionScript have common roots as they are…

  • HTML5 Avoider Game Tutorial: Multiple Moving Enemies

    Michael James Williams on Oct 29th 2011 This entry is part 2 of 2 in the series HTML5 Avoider Game Tutorial In the first part of this series, you learned the basics of using JavaScript and the canvas element to make a very simple HTML5 avoider game. But it’s too simple – the single enemy…

  • Learn HTML5 With This Simple Avoider Game Tutorial

    In this tutorial (the first of a series), you’ll learn the basics of HTML5 game development with JavaScript and the element. You don’t need to have any programming experience, or even any HTML experience (apart from this one article). Let’s get started! View Tutorial

  • Making a Beautiful HTML5 Portfolio

    In today’s tutorial we will be making a beautiful HTML5 portfolio powered by jQuery and the Quicksand plugin. You can use it to showcase your latest work and it is fully customizable, so potentially you could expand it to do much more. View tutorial Source (http://tutorialzine.com/)

  • Crea un videoplayer para tus vídeos HTML5.

    Dentro de toda la guerra de Flash, se tiene tiempo hablando como HTML5 será la solución al creciente problema de editar y publicar vídeos con completa libertad de formato. Sobre todo el tema de tenerlos en formatos que faciliten la búsqueda y gestión de la información del contenido del vídeo. Ver tutorial