Posts Tagged ‘jQuery’
Arctext.js – Curving Text with CSS3 and jQuery
Arctext.js – Curving Text with CSS3 and jQuery | Codrops. This is quite impressive. Based on Lettering.js, Arctext.js facilitates curving the path of text along an arc. Check out the demo for some nice examples.
scrollorama
scrollorama. Yesterday seems to have been the day of project releases. scrollorama is a neat little piece of work that helps you better utilize “scrolly stuff”. The demo page outlines just a few things you can do when combined with other great things like lettering.js. Scroll-based behavior changes, when used properly (read: responsibly), can really [...]
Response JS: mobile-first progressive enhancement in HTML5.
Response JS: mobile-first progressive enhancement in HTML5.. This is a very interesting project. Responsive design will continue to be a steady topic of conversation in 2012 and tools like this help propel us to talking about it applicably. Without going into too much detail about responsive design itself, I’d like to point out what Response [...]
Using jQuery .on() and .off()
Using jQuery .on() and .off() – AndiSmith.com. jQuery’s .live() caught on like wildfire, and for good reason. Unfortunately, as with most good things, it got abused. It was misused to the extent of the jQuery team deprecating it as of version 1.7 (currently at 1.7.1 at the time of this posting) and replacing it with [...]
Building a Slimmer jQuery
jQuery: » Building a Slimmer jQuery. jQuery sometimes gets knocked for it’s popularity, as many things do once a certain degree of popularity is reached. One of the most common digs I hear with jQuery surrounds filesize. File size is our number one enemy as front end developers (insert IE joke here) and jQuery has [...]
Master Mobile Web Apps with jQuery Mobile – Book Review and Giveaway
I’ve just finished Master Mobile Web Apps with jQuery Mobile by Matt Doyle and am very impressed. If you’ve been looking for a great introduction to all things jQuery Mobile, this is a great way to go. I’m also running a giveaway of two copies of the book, good luck!
Apprise – The attractive alert alternative for jQuery
Apprise – The attractive alert alternative for jQuery. I like using well built things as inspiration for work down the line. Apprise is one of those cases.
Isotope demo
Screenr – @desandro: Isotope demo. You’ve probably seen David DeSandro‘s (@desandro) work many times, but perhaps you haven’t known it to be his. He’s kind of a magician. He’s one of those super creative intelligent guys always pushing the limits and making a whole bunch of people say “wow.” I’ll go out on a limb [...]
Beautiful Element Creation with jQuery
Beautiful Element Creation with jQuery — Article — The Nerdary. This is super super sweet. Creating elements the ‘old’ way did feel a little wrong, but this is all sorts of right (from the article): $(‘<div />’, { ‘id’: ‘charles’, ‘click’: function(e){ e.preventDefault(); $(this).animate({opacity: 0.7}); } }); So much nicer, and more… programmatic. I [...]
Adiós Flash, Hola Edge
ADC Presents – Preview of the “Edge Prototype” tool for HTML5 | Adobe TV. Edge is touted as “A tool for doing HTML5 animations” but personally I’m guessing this is how Adobe plans to handle the whole “Flash” situation as time goes on. A number of things struck me as I watched the video: Layer [...]

