Serving the same H.264 video file to everyone, from Internet Explorer to iPhone
In a comment on my previous post Using the HTML5 <video> tag with a Flash fallback, Rob Colburn suggested serving everyone the same H.264 video file.
A DiggBar Killer/Blocker for Drupal
In the interest of web hygiene I've created a simple module based on that removes the bar and optionally redirects the user to a specific page.
Check it out .
Using the HTML5 <video> tag with a Flash fallback
The HTML5 <video>
tag makes it possible to embed video clips in web pages much like how the <img>
tag works for images. The browser itself provides the playback functionality without any need for plugins like Quicktime or Flash.
Spruce up your Drupal search box for Safari users (Updated for Drupal 6)
My favourite browser Safari has support for a snazzy custom input field type called "search". This gives the field a rounded look and the ability to remember search history (amongst other things). The major drawback is of course that the HTML will no longer validate since this feature isn't part of the official spec.
In order get around this problem I whipped up a jQuery snippet that dynamically changes the Drupal search input field to a Safari search field if the visitor uses Safari.