The Differences between jQuery Deferreds and the Promises/A+ spec


jQuery Deferreds are not promise/A+ compliant, read on to learn more and understand the differences between jQuery deferred and the promises A spec.

A peek into JavaScript’s Array.prototype.map and jQuery.map


This post describes the difference between Array.prototype.map and jQuery's map implementations.

learning jQuery


I stumbled upon Rebecca Murphy's jqfundamentals and found it to be a gentle introduction to jQuery. Well, I use jQuery a lot - well, let's just say I copy prefabricated solutions - so I felt it'll do no harm to learn how to write jQuery itself. So far it's been lovely, Rebecca's piece is great … Continue reading learning jQuery