Posts Tagged "jQuery"

Website: jQuery Mobile

Posted by on Nov 24, 2011 in Design, Links, Programming | 0 comments

jquerymob-thumb

A week ago jQuery Mobile was released. If you are looking to build a mobile website or application on the fly this is the tool to use. You should also check out their ThemeRoller.

Read More

jQuery 1.7 is alive

Posted by on Nov 3, 2011 in Design, Journal, Links, Programming | 0 comments

jq17-thumb

Today jQuery 1.7 came out. Be sure to update your Event API’s if you use .bind, .live or .delegate to .on and .off. The new .on() and .off() APIs unify all the ways of attaching events to a document in jQuery. This is a big but good change. The new API’s are much faster too.

Read More

Using FitVids.js with WordPress for responsive videos

Posted by on Sep 11, 2011 in Articles, Design, Programming | 3 comments

fitvids-thumb

Dave Rupert and Chris Coyier launched a new jQuery plugin a few day ago called FitVids. The FitVids plugin takes fixed width videos and makes them responsive. Getting the plugin to work is a cinch and opens the door to responsive videos in no time.

If you want to add responsive videos to your WordPress site you can use my plugin.

Read More