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

Error #2101: The String passed to URLVariables.decode() must be a URL-encoded query string containing name/value pairs

9. May 2010

0 Comments

It was nice enough in AS2 when you did a simple LoadVars object to get the data from a server side page :

Continue reading...