Archive | Javascript RSS feed for this section

HTML5 and CSS3 Readiness Visualization

15. June 2010

0 Comments

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...

Drag and drop file uploads in Gmail using just the specs

11. June 2010

0 Comments

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...

Getting the page and viewport dimensions using jQuery

8. June 2010

0 Comments

Getting the page and viewport dimensions using jQuery is as easy as 1 2 3

Continue reading...

“Visualize” data as graphs

16. April 2010

0 Comments

How do you visualize data in interesting ways but allow the data to be accessible for all? The jQuery Visualize work is the latest library that groks HTML and replaces the table with pretty graphs: The Visualize plugin parses key content elements in a well-structured HTML table, and leverages that native HTML5 canvas drawing ability to [...]

Continue reading...