Undefined vs window.undefined in JavaScript - by eskimoblood Can someone explain way this work if(window.a){} while this is failing if(a) In both cases a is undefined. Read the article
CSS3 transition events - by eskimoblood Are there any events fired by an element to check wether a css3 transition has started or end? Read the article