Peter Gasston follows up his CSS3 book (“The Book of CSS3“) with this more encompassing subject on web development.
While I hardly need to restate a statistic that has been beaten to death in the past few years, mobile platforms are not only growing but outstripping traditional desktop computers in some parts of the world and in some industries. However, that doesn’t mean that all web development needs to be solely targeted at small screen devices. For that reason, adaptive and responsive web design has arisen to avoid the original method of building separate websites for desktops and mobile devices. And as the author opines (and I agree), with the increasing variety in screen sizes, trying to build a set of fixed-width pages, even adaptive ones is a “fool’s errand”.
So what is the “modern Web”? Is it HTML5? Is HTML5 merely HTML + CSS3 + JavaScript? Actually, no; the reality is even more amazing. Just take a look at the platform that is HTML5 to see the huge array of web browser technologies that exist today.
What does The Modern Web cover? Not every subject under the HTML5 umbrella, but it does hit all of the higher profile technologies. For example, new CSS3 layouts, device-responsive CSS, what modern JavaScript can do, SVG graphics and multimedia, web APIs and more.
…
Book Review: The Modern Web, Multi-Device Web Development with HTML5, CSS3, and JavaScriptRead More »