Dec 282011
 

Just released by O’Reilly:

HTML5 is more than a markup language — it’s a dozen independent web standards all rolled into one. Until now, all it’s been missing is a manual. With this thorough, jargon-free guide, you’ll learn how to build web apps that include video tools, dynamic drawings, geolocation, offline web apps, drag-and-drop, and many other features. HTML5 is the future of the Web, and with this book you’ll reach it quickly.

Mar 212011
 

A good implementation of a web design is built on div and span tags. But they really come together in the CSS styling definitions. Keeping your layout parameters limited to alignments and floats results in a design that scales optimally on various resolutions, platforms and browsers. This way, you can make your design look good even on a mobile phone.

However, as a front-end designer, you sometimes find yourself in need of the more advanced placing methods CSS offers. For example, you could be looking for a way to include a graphic in a div tag, somehow aligning with the running text on the one hand but positioned "independently" on the other.
Continue reading »