CSS: creating a neon effect on text June 30, 2013 How to create a neon effect on text with the CSS text-shadow property. Read more
CSS: checking the color contrast of our pages June 23, 2013 How to check if the color contrast specified in our CSS fulfills the W3C accessibility requirements. Read more
Making CSS transitions alternate by manipulating browser's history June 22, 2013 How to revert and alternate a CSS transition with the aid of JavaScript. Read more
Inserting and using jQuery plugins in WordPress June 19, 2013 How to insert and use jQuery plugins in WordPress. Read more
jQuery: lower the height of an element from top to bottom June 15, 2013 How to dynamically lower the height of an element from top to bottom with jQuery. Read more
CSS: in-depth tutorial on text and typography June 15, 2013 Several thoughts on text handling and typography with CSS. Read more
It's jQuery that supports web browsers, not the contrary June 9, 2013 People tend to make confusion when it comes to define what jQuery really is. jQuery is not a web standard. Read more
CSS: using only a single font family and different styles with web fonts: a lesson from Google June 9, 2013 How to correct display your web fonts without specifying multiple font families. Read more
A proposal to WordPress implementors: separate the blogging features from the rest June 2, 2013 Is WordPress only a blogging tool or much more? A solution to this problem. Read more
A myth about jQuery performance versus DOM performance: creating elements June 2, 2013 When creating element nodes, DOM methods are faster than jQuery methods. Read more