iandevlin.com

Icon

A mixture of musings on web design & development, history, and life

HTML5 Multimedia: I’m writing a book

Cover shot of the book HTML5 Multimedia by Ian Devlin

Yes. It’s true. I’m writing a book! Somehow I have become a technical author. Well I know how it’s come about, but it still seems rather surreal.

The topic is HTML5 Multimedia, and it’s part of the new Design and Develop series by Peachpit, and in it I shall be talking about all things related to multimedia and HTML5.

Read the rest of this entry »

WebVTT and Video Subtitles

A grey block image randomly containing the text HTML5 WebVTT subtitles

With the web industry embracing HTML5′s ability to embed video in the browser, we need to take a further look at what the future holds for video and HTML5, particularly in the field of accessibility.

It’s all very well to embed audio and video into your website, but how accessible are these? Simply adding a video is fine for those who don’t need any help in viewing it, but for those who might need to read what’s being said or have something read it out to them (to take one particular example) it’s not so useful.

Read the rest of this entry »

HTML5: Section or Article?

HTML5 Code Snippet

One of the main questions I have seen popping up all over the place in relation to HTML5, in forums, StackOverflow, and Twitter, is “which do I use: article or section?”

In fact quite often the answer is “neither, use a div” but these two new elements initially aren’t all that easy to get your head around and because it forces us to think about what we’re writing and the way we present it, we’re thinking in a way we haven’t had to before when laying out a HTML page. And whilst this is a good thing, it does require a bit of thought.

Read the rest of this entry »