If you are using the CKeditor also with JQuery (not the ckeditor plugin) then at some point you might want to get the editor data without submitting the form.
Continue reading...15. June 2010
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...
19. April 2011
1 Comment