HTML5 and CSS3

January 13, 2011

My second book, HTML5 and CSS3, is now available in print and is a good solid guide to all of the cool features you can start using in your sites and applications. It’s not a beginner book by any means, but if you’ve gone through Web Design For Developers, you’ll be just fine. HTML5 and […]

HTML, CSS, and JavaScript, the Google way

September 15, 2010

Here’s a nice series of presentations and example code from Google that show you how to build user interfaces using HTML, CSS, and JavaScript. HTML, CSS, and JavaScript From The Ground Up

Better CSS with Sass

September 8, 2010

My article “Better CSS with Sass” was published in the February issue of PragPub Magazine. It is now available in HTML format. You can read the article here. Sass is a great alternative to working with regular stylesheets. You get all the benefits of working with a dynamic programming language, and you still get usable […]

Know Your IE CSS

October 14, 2009

Smashing Magazine has a great article that shows you which standard CSS selectors will and will not work on IE 6, 7, and 8. It doesn’t show workarounds, but it’s a very handy cheat sheet if you can’t remember them all. CSS Differences in Internet Explorer 6, 7 and 8