Just another WordPress weblog
Is HTML5 video ready for prime time? I can’t give a definite answer to that question — but I can say that getting it to work cross browser, and that includes the iPad can be annoying.
Tags: html5, ipad, jquery, video
Posted in Tutorial | 21 Comments »
I’m working on a project where we wanted to have a different central image appear on page load. So I made this plugin for anyone looking to implement the same functionality
How it works:
First, in your html markup you need to create an img tag and assign it an id or class:
<img class="shuffle" src="" alt="">
Tags: demos, jquery, jquery plugins, randomImage
Posted in Blog | 6 Comments »