JavaScriptMVC has some great convenience functions for accessing Controllers and Models associated with elements. These functions can really speed up development and debugging. Here I’ll show you how to use the Chrome Developer Tools’ $0 token to make these convenience methods even more convenient. First let’s look at few examples of how to use the… Read more »
Posts Tagged: javascript
UbaPlayer – The jQuery HTML5 Audio Player with Flash Fallback
I received a lot of questions and feedback about my HTML5 Audio Player with Flash Fallback, so I decided to rewrite it to fix some bugs and add some of the most requested features and call it UbaPlayer. This is a full rewrite of my previous jquery.audiocontrol.js. If you’re still using jquery.audiocontrol.js, STOP and update… Read more »
OGG Files Causing Errors in HTML5 Audio Player in Firefox
About a year ago I created an HTML5 Audio Player with Flash Fallback that several developers have used in their sites. It’s not the most robust player, but what it lacks in features it makes up for in simplicity. It plays audio files natively in modern browsers and uses a simple Flash player to backfill… Read more »
iPhone-Style Alphabetical Contact List with HTML, CSS and JavaScript (jQuery)
Here’s what you’re most likely looking for – the demo and the source. Feel free to read the explanation while you’re here. Front-end developers are often called on to build UI elements that aren’t entirely original. Whether the cause of this phenomenon is a lack of creativity on the part of designers or a particular… Read more »
HTML5 Audio Player with Flash Fallback
UPDATE (Mar 17, 2012): I recently rewrote jquery.audiocontrol.js as a new plugin, UbaPlayer, which includes many features requested by users over the past year. UbaPlayer is conceptually similar to the old player but more flexible. Keep this in mind as you read the comments below – they may not apply to ubaPlayer. I wanted to… Read more »
HTML5 Audio Support on Android Devices
UPDATE: Here’s a new post about a cross-browser HTML5 audio player with Flash fallback that effectively solves the problem described below. In a previous post, I mentioned that I wanted to see first-hand how each browser renders default controls for the HTML5 audio element. I created a simple demo page and tested it in the… Read more »
Recent Comments