June 8, 2009
I’ve been interested in HTML 5 for a while, especially for theming. Now there is a gallery of HTML 5 sites so you can see, not only that it is viable to use right now, but also see how the specs are being interpretated in the wild.
Visit the HTML 5 gallery. There are some great sites on there already.
Wordpress Chat
3 comments
page 1308
Post Image The Easy Peasy Way
26 comments
page 1065
Post Image The Easy Peasy Way
26 comments
page 1065
Using Your Own Url Shortener
4 comments
page 1190
Using Your Own Url Shortener
4 comments
page 1190
Html 5 Gallery
6 comments
page 1305
Updating Code Snippets Here
no comment
page 1338
Dont Mess With My Toot Toot
15 comments
page 599
Dont Mess With My Toot Toot
15 comments
page 599
Post Image The Easy Peasy Way
26 comments
page 1065
Post Image The Easy Peasy Way
26 comments
page 1065
Post Image The Easy Peasy Way
26 comments
page 1065
Photoshop Design Framework
3 comments
page 296
Updating Code Snippets Here
no comment
page 1338
Post Image The Easy Peasy Way
26 comments
page 1065
Quick N Dirty Admin Login Screen
no comment
page 128
Quick N Dirty Admin Login Screen
no comment
page 128
Wp Polls Reviewed
one comment
page 58
Post Image The Easy Peasy Way
26 comments
page 1065
Wordpress Chat
3 comments
page 1308
Photoshop Design Framework
3 comments
page 296
Post Image The Easy Peasy Way
26 comments
page 1065
Are Child Themes The Best Option
15 comments
page 1262
Are Child Themes The Best Option
15 comments
page 1262
Why I Ditched Disqus
5 comments
page 1175
Post Image The Easy Peasy Way
26 comments
page 1065
Are Child Themes The Best Option
15 comments
page 1262
1 query every 1069 seconds, updated 1 seconds ago.
(__)
`
chops
Oops! It didn’t escape my tags. I meant, better >header< than >div id=”header”<:
Then an > address< block within an hcard.
(__)
`
chops
Using HTML5 now has several advantages: an anchor can link directly to, say, , rather than . Much quicker and easier to type, and easier to find when looking through code.
I personally love the idea of defining an block within an hcard- works great, and so much cleaner code. I have my hcard stored as an external xml file, styled through xsl to an hcard, which can then be downloaded as a vcard. It also has an xslfo, and I am working on an xsd for an organisation. Then all I have to do is call the relevant function via my PHP class (or whatever) to parse it as required. Even with this level of complexity, it still produces very clean code.
I am sure that semantic tags are used by some search engines already (can’t remember where I read that), and with microformats, rdf and the like, it is only going to grow. Better to make use of all the tools you can to increase your hitrate.
Lastly, less typing= less tired hands, and faster load times for pages.
(__)
`
Andrew
Well, although you do need a little JS to get IE to let you style them you can use header, footer, section, nav and article tags. The spec is also much clearer on how and when h1 elements are used.
Using html 5 makes you think differently because it forces a level of semantics into the code. The more it is used the more likely the search engines are to take note, and the more it will be used, making the browser makers take note, although to an extent they are already doing that.
Whether you consider these things to be advantages to you or not is another matter.
(__)
`
Ryan
How does HTML5 lay the page out any differently, or at least in it’s current form?
I don’t think using it will bring it along any more quickly. If you aren’t making use of any of it’s advantages then I don’t think it will achieve anything except altering a line of code.
Perhaps there are advantages, but I am unaware of any of them myself.
(__)
`
Andrew
The advantages are that using it now will help to bring it along more quickly, and will prepare you for when other people start using it.
I personally prefer the HTML 5 method of laying out the page, using sections. The real quesiton is though, what is the harm in using it right now?
(__)
`
Ryan
But what use is there in using an HTML5 Doctype? I can’t see any benefit whatsoever in using it right now.