Don’t call me DOM

9 October 2009

Prezi vs JessyInk

Filed under:

I gave a couple of talks over the past month, where I chose not to use the W3C-traditional HTML-based slides (using Slidy), but instead to use a more graphical approach, using two different tools:

I’m summarizing below my experiences with both these tools.

Prezi

Prezi is a Flash-based tool, that allows both to build and show 2D-presentations.

16 June 2009

Validating XHTML Basic 1.1

As I was trying to validate a large number of XHTML MP 1.2 files (the ones in one of the OMA’s XHTML MP test suite – whose welcome page itself ironically is not well-formed), I realized that the tool I was using, based on the WDG HTML validator as packaged by Debian, was making network access requests when used on these XHTML MP 1.2 files. I then moved to use xmllint with the --valid option, but it had the same behavior.

As one of the W3C Systems team member, I’m acutely aware how bad is the practice of fetching DTDs over the network over and over again.

13 February 2009

The beauty of HTMLMediaElement

So, while exploring the world of Web video, after having successfully transcribed a one hour long video of one my presentations, and turned that transcription into an HTML 5 video with subtitles, I started to look in more details as to what HTML 5 brought to the table that made this synchronization possible.

The rather obvious change that HTML 5 brings to the table is the HTMLMediaElement DOM Interface, and in particular the currentTime property, which at any time reflects the part of the media content that is played.

« Older entries Next Page »

Picture of Dominique Hazael-MassieuxDominique Hazaël-Massieux (dom@w3.org) is part of the World Wide Web Consortium (W3C) Staff; his interests cover a number of Web technologies, as well as the usage of open source software in a distributed work environment.