The clinic is getting busy with more HTML5 ailments. This week, we’ll cover server-side validation, immutable images with <canvas>
, retrieving drawn objects from a <canvas>
, creating custom tags, the role
attribute, and the effects of <hgroup>
on SEO.
Your Questions #13
HTML5 Simplequiz #1
A few years ago, Dan Cederholm published a series of articles called Simplequiz in which he posed some options for marking up a specified piece of content and invited readers to choose the one they felt was the best way to mark that up. The value was in the comments in which people said why they made that choice and debated the options.
Extending HTML5 — Microformats
HTML5 contains a bunch of new semantic goodness, but sometimes we need more semantics than what’s available. This is the first article in a series looking at various ways to extend HTML5 — first up, microformats.
Your Questions Answered #12
The latest round of HTML5 prescriptions is in! This week, we’ll briefly cover the HTML5 vs Flash debate, whether to use <body>
or <div>
, HTML5 rich text editors, and the HTML5 charset and doctype.
Your Questions Answered #11
The clinic is busy as ever with more HTML5 ailments. This week, we’ll show you how (and whether) to store a <canvas>
on the server, whether to use <progress>
or <meter>
, more on <header>
, the placeholder
attribute, and HTML5 minification.
Reviewing HTML5 for Web Designers
HTML5 for Web Designers, written by Jeremy Keith, is the first book to be published under the A Book Apart brand, founded by Mandy Brown, Jason Santa Maria, and Jeffrey Zeldman.
You can still use div
“Sorry, can you say that again?”, I hear you ask. Certainly: you can still use <div>! Despite HTML5 bringing us new elements like <article>, <section>, and <aside>, the <div> element still has its place. Let the HTML5 Doctor tell you why.
Your Questions Answered #10
The clinic is getting busy with more HTML5 ailments. This week, we’ll cover using sections within a footer, <canvas>
vs. Flash security, why HTML5 elements are treated as inline, using offline with storage, and marking up block quotes.
Happy 1st Birthday us
It’s our birthday and we’ll cry if we want to, or so the song goes. Today marks HTML5 Doctors first birthday so we thought we’d let you in on the celebrations. This brief post takes us through a little recap of what we’ve done, looks at what’s to come and we’ve even got a little birthday treat for you all – the HTML5 equivalent of bringing doughnuts to work.
The dl element
The <dl> element existed in HTML 4, but it’s been repurposed in HTML5. Let the Doctor explain what’s changed and how it can be used.