Tag Archives: html5

sessionStorage and localStorage

The main benefit of using HTML5′s sessionStorage or localStorage is it’s capacity to contain up to 5MB (or 60MB) of data depending on browser type and desktop/mobile browser. For mobile applications/websites, this may be particularly useful if (1) users have … Continue reading

Posted in Web Related | Tagged , , | Leave a comment

Embedding Youtube and HTML5 Video Option

A couple of things I changed to make use of the new iframe code for embedding Youtube videos on the website. The new code supports both Flash and HTML5 video. Only users of supported browsers who opt into the Youtube … Continue reading

Posted in Web Related | Tagged , , , | Leave a comment

Great tool for interacting with Canvas or creating Canvas applications

http://kangax.github.com/fabric.js/test/demo/

Posted in Random | Tagged , , , | Leave a comment

Water droplets using Canvas

Tried to replicate simple water droplet effect in canvas, initially created using Director ages ago (some software taught in uni but never used in the industry).

Posted in Web Related | Tagged , | Leave a comment

HTML5 Video

Am I glad Zencoder has done the hard work in ensuring HTML5 video is ready for use with fallback across all browsers and devices. Output video into different formats needed from your choice of different encoders. There is also a … Continue reading

Posted in Web Related | Tagged , | Leave a comment

HTML5 Web Storage Enhancement

Great article on using web storage for interprocess communication. This is currently available in IE9, FF4 (Next Generation) and Chrome. No harm using it to persist state as an enhancement whenever available and applicable.

Posted in Web Related | Tagged , | Leave a comment

Sync HTML5 video to content

Very good article by Christian Heilmann, writing for Smashing Magazine.

Posted in Web Related | Tagged , | Leave a comment