JavaScript JavaScript: check if a variable is of a given type April 7, 2012 A simple method to check the type of a given variable in JavaScript. Read more
CSS circles with the border-radius property April 7, 2012 A simple technique to create circles with the CSS3 border-radius property. Read more
CSS: cross-browser drop caps with the :first-letter pseudo-element April 7, 2012 A simple and cross-browser implementation of CSS drop caps using the :first-letter pseudo-element. Read more
WordPress and HTML validation April 7, 2012 Some practical tips to validate your WordPress site. Read more
Loading on demand: unlimited web apps with jQuery and Microdata April 2, 2012 Loading on demand, using jQuery and Microdata, is a powerful technique to create unlimited web apps. Read more
CSS: creating grids with table values March 31, 2012 CSS table values can be used to create grid layouts. But how? Read more
Developing a web app for iPad with HTML5, CSS3 and JavaScript March 25, 2012 Some insights for developing a web app for iPad using HTML5, CSS3 and JavaScript. Read more
JavaScript JavaScript: avoid overuse and enhance accessibility March 24, 2012 Accessibility doesn't mean that we should not use JavaScript but use it wisely. Read more