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...11. June 2010
Gmail started off with the awful input type="file" "add more" typical solution that we all know and love. Then they added the ability to select multiple files via Flash.... and now they allow the ability to drag and drop files right onto the message compose using HTML5 standards. Want to do it too? Check out the [...]
Continue reading...8. June 2010
Getting the page and viewport dimensions using jQuery is as easy as 1 2 3
Continue reading...9. May 2010
It was nice enough in AS2 when you did a simple LoadVars object to get the data from a server side page :
Continue reading...
15. June 2010
0 Comments