jQuery: the fn pattern applied to web apps
How to apply the $.fn jQuery pattern to web app development.
Read more
jQuery: Internet Explorer is not always wrong
Internet Explorer is not always wrong when it interprets our jQuery code.
Read more
jQuery: writing plugins in ECMAScript strict mode
Why we should adopt ECMAScript strict mode and set it as a base to develop jQuery plugins.
Read more
jQuery: display elements sequentially
Two solutions to display elements sequentially with jQuery.
Read more
HTML5: XFBML validates only if served as application/xhtml+xml
The XFBML markup language passes the W3C validation in HTML5 only if served as application/xhtml+xml.
Read more
jQuery: clear CSS inline-block boxes: how to control their horizontal space
How to clear inline-block boxes with jQuery by taking control over their horizontal distribution.
Read more