HTML5

  • Variable Data Images: Adobe Photoshop Add On

    Variable Data Images: Adobe Photoshop Add On

    Variable Data Images is a Photoshop Add On that let’s users merge variable data with a photoshop document. The Add On allows variable text to substitute point or paragraph text in a photoshop template; including an option to automatically resize text if it causes overflow. Layers in the photoshop template can be turned on or…

  • Recursive iteration through the HTML DOM

    NOTE: Please click here for a flash/actionscript version of this technique. Sometimes it is useful to be able to iterate through every element in a HTML document–or all of the children of a specific HTML node–and either perform an operation on each element or access a property of each element. We need to use recursion…

  • Jungle Shoot Out – Game

    Click here for a HTML5 tablet/phone friendly version of this game. Update: Adobe Flex and the Flash platform have been retired. Jungle Shoot Out is an interactive platform shooter game based on King Features Syndicate’s The Phantom ©. It makes use of inverse kinematics in Flash.

  • Concurrency / Threading with Javascript & GWT

    NOTE: Please click here for a flash/actionscript version of this technique. Javascript does not support concurrency. All code must be executed within a single thread. This means that processor intensive tasks could cause a web page to stall very quickly. This forces us to rely on server side operations for any large calculations. Fortunately it…

  • HTML5 for Flash Developers

    HTML5 for Flash Developers

    Update: Adobe Flex and the Flash platform have been retired. Adobe are sponsoring a set of javascript libraries and tools called CreateJS. CreateJS includes a javascript library called Easel JS which allows developers to manipulate the HTML5 canvas element using familiar concepts and coding techniques found in Actionscript 3.

  • Jungle Shoot Out – Game (HTML5)

    Jungle Shoot Out – Game (HTML5)

    Jungle Shoot Out is an interactive platform shooter game based on King Features Syndicate’s The Phantom ©.