Archive for the “PHP” category

Generate a Playlist for HTML5 Video

by Thai on May 4, 2010

I wanted to script a playlist generator for HTML5 without using jQuery and this is what I came up with. What it does is read files from a directory and outputs it in JSON array. It’ll pass the values to (…)

Read the rest of this entry »

Detect iPad’s Safari Browser and Redirect to HTML5 Page

by Thai on April 4, 2010

I’m upset that Apple decided not to support Flash for the iPad and instead embraced html5 as their weapon of choice to implement video content. I wasn’t impressed with html5 until I saw the guys at Google ported Quake 2 (…)

Read the rest of this entry »