Subscribe
-
Recent Posts
- Twitter User Feed jQuery Plugin
- sessionStorage and localStorage
- Embedding Youtube and HTML5 Video Option
- @fontface, Google’s WebFont Loader and Cufon
- Bing Map v7 Address Query using jQuery
- Stylesheet for Print
- insertAdjacentHTML
- Lazy Loading Asynchronous JavaScript
- Honoring Steve Jobs
- Facebook Login using OAuth 2.0 Protocol
- Fake PageRank
- Live website tracking
- Nice SEO tips from RSS Pieces
- Digital Media for Brands
- Changing Default jQuery AJAX properties
- Great tool for interacting with Canvas or creating Canvas applications
- Understanding Delete in JavaScript
- Looking for the Purple Cow
- Bagging the lot – Design, UI Development, Customised CMS
- Disable jump to top of page for Form submit
Archives
Categories
random music video
If you think you need some lovin - Pomplamoose
Blogroll
Meta
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
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
Great tool for interacting with Canvas or creating Canvas applications
http://kangax.github.com/fabric.js/test/demo/
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).
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
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.
Sync HTML5 video to content
Very good article by Christian Heilmann, writing for Smashing Magazine.

