rob blog.

Just another WordPress weblog

Posts Tagged ‘jquery’

Tutorial: Serving HTML5 Video Cross Browser (including iPad)
Sunday, May 16th, 2010

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.

(more…)

Tags: , , ,
Posted in Tutorial | 21 Comments »


jQuery Plugin: Random Image on Page Load
Sunday, March 14th, 2010

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="">

(more…)

Tags: , , ,
Posted in Blog | 6 Comments »