m

Posts from May 2010.

Animated rounded corners demo

Chris Vanrensburg has put together an impressive demo depicting the use of various easing functions in animating the dimensions and rounded corner properties of a div, which goes to show how some creativity and simple math can produce some great results.

Source: Animate Size in JavaScript | JavaScript Examples | UIZE JavaScript Framework.

SoundManager2 now with HTML5 Audio

Scott Schiller, the best moustache-d frontend engineer around, has updated his awesome SoundManager library. The latest SoundManager 2 version now comes with free HTML5 Audio support which makes it a HTML5 Audio()-capable JavaScript Sound API, backwards-compatible via Flash fallback for MP3/MP4 formats. Existing SM2 API seamlessly uses HTML5 where supported, currently experimental; and of course… works on iPad.

Source: Ajaxian » SoundManager2 now with HTML5 Audio.

How to Create a jQuery Bookmarklet Easily

I think most of us have written at least one jQuery Plugin / Script. In this post,Latent Motion would like to show us how to get the most out of that script by also releasing it as a jQuery Bookmarklet. You will find two examples of utilities that are ripe for bookmarkleting, as well as a prepared jQuery Bookmarklet file that you can easily modify for the purpose.

Source: How to Create a jQuery Bookmarklet Easily | Web Resources | WebAppers.