|
Author: Bruce Lawson & Remy Sharp Publisher: New Riders, 2010 Pages: 240 ISBN: 978-0321687296 Aimed at: Early adopters Rating: 4 Pros: Clear and straightforward Cons: Lacks depth and encourages poor practice Reviewed by: Ian Elliot
Impatient to get going with HTML5? If you can't wait then you probably need to read about it and try some of the new facilities out.
This particular book is both a shop window for HTML5 and a sensible discussion of where we are in the process of shifting from one standard to another.
It starts off with a look at the new tags and manages to convey the idea that the new tags are all about introducing semantics into your layout. No more is HTML a layout oriented markup system - it simply conveys meaning. For example, the <nav> tag indicates a chunk of HTML that provides page navigation e.g. a menu. What an item looks like is governed by the CSS. This is not a new principle but it is pursued more aggressively in HTML5. The book does a good job in explaining the new tags, showing how to use them and discussing what to do for browsers that don't support them.
Chapter 3 moves on to issues of more interest to programmers - forms and how to use the new form tags and facilities. Chapter 4 covers video and audio and bemoans the fact that the situation with codecs is so messy as to require multiple encodings of any video file you want to serve. Chapter 5 deals with Canvas and graphics in general. Chapter 6 is about data storage and the new facilities we have to store session and domain data. Finally the book rounds off with a look at offline options, the not-so-good drag-and-drop API, the easy to use Geolocation facilities and threading. The range of the book indicates what a mixed bag of technologies HTML5 is.
The authors discuss the pros and cons of HTML5 in an informal style. This certainly isn't a reference manual. It also doesn't provide real world example, there is a lot of detail missing. It also doesn't really discuss the impact that HTML5 will have on other technologies such as Silverlight and Flash - but then you probably need a crystal ball for that.
What disturbed me were the repeated attempts to make HTML5 work under older browsers using Javascript libraries or addins. At first this seems like a good idea as you can use HTML5 now and not have to worry about waiting for browsers to catch up. On the other hand if this is the case - who needs HTML5?
A good, straightforward but not deep introduction to HTML5.
Recommended if you want an overview with opinions, history and reasons why.
Hello! Python
Author: Anthony S. Briggs Publisher: Manning Publications, 2012 Pages:424 ISBN: 978-1935182085 Aimed at: The Python Novice Rating: 3 Pros: Practical Cons: Covers too much for beginners book Reviewed by: Ian Elliot
Python is a great language for the beginner, What does a book that claims to be [ ... ]
|
Create Stunning HTML Email That Just Works
Author: Matthew Patterson Publisher: Sitepoint, 2010 Pages: 170 ISBN: 978-0980576863 Aimed at: Web developers who understand CSS Rating: 4 Pros: Well written and well explained Cons: Doesn't tackle technical issues Reviewed by: Lucy Black
If you have ever had to create an HTML email you will know that it [ ... ]
| | More Reviews |
|