Tag: javascript
Alfa Jango Blog – The Difference Between jQuery’s .bind(), .live(), and .delegate()
I was pretty well versed in the differences between bind and live, but delegate I was mostly unfamiliar with, it sounds like a useful tool.
Treesaver.js
It creates some really nice and impressive layouts.
Jeffrey Zeldman Presents The Daily Report – 2010: The Year in Web Standards
What a year indeed for web design and web standards.
SitePoint – Google Closure: How not to write JavaScript
It’s pretty harsh but going through the examples deserving.
Nettuts+ – The Latest Updates to JavaScript 1.8.5
Bunch of new features mostly for JavaScript Objects, though of course only supported in the latest browsers.
James Clark’s Random Thoughts – XML vs the Web
I’m not even sure anymore about the idea of XML to manage your server solutions is going to be used much going forward.
Codrops – Hover Slide Effect with jQuery
Some really neat effects with jQuery to create a block of multiple sliding images.
Now you see me… show/hide performance – Learning jQuery
Essentially the jQuery functions show and hide are the slowest and selective enable/disable of a stylesheet is the fastest possible method of hiding a DOM element.
HoverAttribute jQuery plugin – afEkenholm Web Design
Extremely useful and well-designed jQuery plugin to let you hover over an element and display any attribute.