<archive for="html 5">

HTML5 Super Friends

A group of well known developers joined forces to create the HTML5 Super Friends in an effort to support the adoption of the new standard, listing some great ideas to improve and clarify the specification.

Ian Hickson discusses HTML 5

HTML 5 editor Ian Hickson talks about the development process, his favorite features, the most controversial points and all things HTML 5 in an interview with Tech Republic.

Restructuring HTML5

Manu Sporny writes a proposal for a community driven approach to work on the HTML 5 specification.

HTML5 Canvas Experiment

The guys at 9elements created a stunning little experiment which loads 100 tweets related to HTML5 and displays them using a javascript-based particle engine. Each particle represents a tweet – click on one of them and it’ll appear on the screen. You can see it in action or read more about it in their blog.

WordPress themes using HTML 5

If you’re a WordPress user, you can start playing around with HTML 5 using one of this themes:

Do you know any other WordPress themes using HTML 5? Let me know and I’ll keep updating the list!

The HTML 5 Experiments

[vimeo]http://vimeo.com/5810449[/vimeo]

Bruce Lawson, open web standards evangelist from Opera, talks at O’Reilly’s OSCON 2009 conference about HTML 5: how it works in the real world and what works and what doesn’t in current browsers.

Comic about XHTML 2 & HTML 5

markup-comic

Smashing Magazine brings us a great comic that deals with the confusion on all the available web languages we can choose for our sites:

Now that the development of XHTML 2 is discontinued, should we stick to XHTML 1.0 or move forward to HTML 5 or better prefer the old HTML 4? Let’s set things straight once and for all. In this post we are trying to clear up the confusion, explain what is what and describe what markup language you can use for your web-sites.

Read the full comic on Smashing Magazine.

What other new types of elements is HTML 5 missing?

I know that a lot of developers have their own ideas and opinions on new elements that could be added to the HTML 5 specification. And, although there is a lot of qualified people involved in the WHATWG or the HTML Working Group, I think that the rest of us can also come up with some interesting pointers, theories or ideas, seeing this from a completely different point of view.

So I thought, why not write a post to ask for your ideas and opinions?

For instance, the first thing that came to my mind when thinking about writing this post was a simple one: <advertising>. And I bet I’m not the first one to think about it.

Advertising on a website is something that is totally objective (there’s no doubt, at least for the developer, on what is and what isn’t advertising) and there isn’t a standard way to include it. Reading the definition of the new elements in HTML 5, I even feel that advertising doesn’t fit in any of them (though it crossed my mind that, if aside should be used to identify something related to the main content, contextual advertising could somehow be considered an aside).

A specific element could help not only to identify advertising on a site, but maybe help to standardize the way it’s used or showed in browsers. The obvious con, and the reason that I think this would never really work, is that using a standard tag for all advertising would lead to an easier way for users to hide it or block it, so most advertisers would always choose to include advertising using the same tags specified for common content.

Anyway, that was my little idea. Maybe not that helpful, but I think at least it could point to some other ideas about dealing with advertising using HTML 5.

What other new types of elements is HTML 5 missing?

HTML 5 Reset Stylesheet

HTML 5 Doctor publishes a HTML 5 reset stylesheet, based on Eric Meyers‘ CSS Reset. The idea, as Meyer says, is to reduce browser inconsistencies in things like default line heights, margins and font sizes, and this new version was created with HTML 5 elements in mind.

12 common problems with HTML 5

Oli Studholme talks about some common misunderstandings about HTML 5 (and their explanations).