Paul Irish and Divya Manian have created a fun visualization on readiness of HTML5 and CSS3 standards in various browsers. It uses a bunch of the usual CSS cool-suspects: -webkit-gradient, -webkit-transition, -webkit-border-radius, and the like (and -moz/-o too). The added feature is.... do a mouse scroll on the page: PLAIN TEXT JAVASCRIPT: jQuery(document).bind('DOMMouseScroll mousewheel', function(e, delta) { var newval, [...]
Continue reading...Tuesday, June 8, 2010
Getting the page and viewport dimensions using jQuery is as easy as 1 2 3
Continue reading...Friday, March 13, 2009
Ben Nolan has a writeup on a new feature in his Weheartplaces application that tweaks the info popup that comes with Google Maps by using a custom overlay. He walks us through an example that ends up with an Infowin class like this: PLAIN TEXT JAVASCRIPT: // Infowin class for displaying a miniature info window. Does not // respond [...]
Continue reading...Monday, January 19, 2009
JQuery wildcard selectors on select boxes, how to reset all select boxes using wildcards
Continue reading...
Tuesday, June 15, 2010
0 Comments