Upgrade to Pro — share decks privately, control downloads, hide ads and more …

The DOM is on fire !

boblemarin
September 21, 2012

The DOM is on fire !

as presented at the onGameStart conference in Warsaw, Poland.

boblemarin

September 21, 2012
Tweet

Other Decks in Programming

Transcript

  1. 60% 40% Freelancing Teaching 40% 60% Some random day Another

    random day Emeric Florence -- @boblemarin
  2. The birth of Sprite3D.js Make 3D transforms as easy as

    the Flash display list Don’t re-invent the wheel, use DOM native features Stay as close as possible to the HTML elements https://github.com/boblemarin/Sprite3D.js
  3. But the experimental use of modern browser features are not

    safe. It breaks all the time... https://github.com/boblemarin/Sprite3D.js
  4. Transition and Animation Events are cool but they are vendor-prefixed

    Here comes AnimationEvents.js https://github.com/boblemarin/AnimationEvents
  5. Building your own tools is FUN and if you’re not

    happy with them, just keep building
  6. Experimenting is fun but it takes time much time and

    you have to finish things one day, or you end up filling you computer with unfinished projects