Which HTML5 book?

From: milko21 Jun 2011 11:16
To: af (CAER) 5 of 16
How often do you need to refer to a book about HTML5 when you're not at the computer?

That aside, some people learn better from books than sites, it's true.
From: af (CAER)21 Jun 2011 11:41
To: milko 6 of 16
It can be useful on long journeys and such :C
From: milko21 Jun 2011 11:44
To: af (CAER) 7 of 16
I can't take any of that stuff in unless I've a nearby computer to try it out on. I guess if you were travelling with laptop but without internet for some reason then that'd apply.
From: 99% of gargoyles look like (MR_BASTARD)21 Jun 2011 11:54
To: Peter (BOUGHTONP) 8 of 16
That site seems a bit bloggy. I think I'd rather start with something more methodical, although my natural tendancy is to jump in with the interesting stuff to start.
From: 99% of gargoyles look like (MR_BASTARD)21 Jun 2011 11:59
To: af (CAER) 9 of 16

I have done some JS/DOM scripting, but limited in terms of what is probably needed for canvas. I agree with the having something handy nature of a book, plus I find it difficult to read too much on screen, a paper copy is more amenable to me.

 

And although interested in CSS3 and canvas, I'm also interested in finding out how HTML5 differs from HTML4 (semantic and sloppy tags aside).

EDITED: 21 Jun 2011 12:00 by MR_BASTARD
From: af (CAER)21 Jun 2011 12:04
To: 99% of gargoyles look like (MR_BASTARD) 10 of 16
This page sums up the differences between 4 and 5, albeit in a rather terse manner. A proper book would be useful for explaining why any of it is relevant and how it could be used, though, which I'm guessing is what you're interested in.
From: af (CAER)21 Jun 2011 12:07
To: ALL11 of 16
Well that's interesting:
quote: W3C
The following elements are not in HTML5 because using them damages usability and accessibility:
  • frame
  • frameset
  • noframes
From: Peter (BOUGHTONP)21 Jun 2011 15:10
To: 99% of gargoyles look like (MR_BASTARD) 12 of 16
The blogginess is mostly just their presentation style - it certainly doesn't detract from the fact that they're far more likely to give you a decent answer than a random fad-riding book churned out by a publishing house whilst things were still being decided.

For methodical, use the element index - the new/changed elements in HTML5 have an "our prognosis" link for more details on it.

For jumping in to the interesting stuff, scan through the archives for interesting looking stuff.

If you want portable, get a portable computer and use a web crawler to create an offline copy.

If you don't like reading from screens, get a kindle or similar device that gives you that crappy e-ink stuff.


If you *still* want a book, get one written by an author who isn't writing about the subject for the first time, and who has a website indicating that they know what they're talking about.


The Up and Running book by Mark Pilgrim might be ok in that respect, but it's also nearly a year old.

The other one is newer, but it's by two ex-Flash developers, and is their first book on the subject, so (unless you've had it strongly recommended) I'd not have it on any shortlist.


But I'd still recommend not spending money on a unchangeable paper copy for something that is still being moulded.
From: 99% of gargoyles look like (MR_BASTARD)21 Jun 2011 20:26
To: af (CAER) 13 of 16
Indeed, the W3C pages are worthwhile, but pretty hard work. Thanks for the link though, I'll look into that in more depth when I'm at work and therefore don't have anything better to do.
From: 99% of gargoyles look like (MR_BASTARD)21 Jun 2011 20:30
To: Peter (BOUGHTONP) 14 of 16

Thanks Peter, but I'm one of those weirdoes that likes a book next to me while I work on the computer. Strange, no?

 

But you raise a good point about bandwagon jumpers. If Danny Goodman had revised his Dynamic HTML reference since 2006 to include HTML5 I'd snap it up in a heartbeat. The first two editions are indispensable to me. In fact, I might just get the third edition because it covers Ajax and I know little about it.

From: af (CAER)22 Jun 2011 09:16
To: 99% of gargoyles look like (MR_BASTARD) 15 of 16
I've found that the Mozilla Developer Network is a good reference, btw, should you want to look things up.

In fact, I have a whole pile of bookmarks relating to webdev :O One really nice one is jsFiddle, which lets you experiment with HTML, CSS and/or JS (and a library like jQuery or Dojo) without having to set up a whole page to do so. It's great for trying out quick ideas.
From: 99% of gargoyles look like (MR_BASTARD)22 Jun 2011 09:38
To: af (CAER) 16 of 16
Oooh, that jsFiddle link looks good, thankee!