If you read design blogs, or tech blogs, you have probably heard or seen examples of HTML 5 already. HTML 5 is what we have to look forward to. There are all kinds of new tags to use, some of which allow us to embed audio and video on websites without having to use technologies such as Flash. There are several other things available, and most of it is just the different markup structure that us developers will be using.
I don’t want to get too far into the technical side of it, but I do want to talk about what it means as far as serving clients. Think about several years ago, when the big thing was full blown Flash websites. We thought this was great, because we could provide an interactive experience for the user – unattainable with only HTML. This was great, except the search engines didn’t know how to crawl a flash site. They see the site as a document (.swf file) and can’t read everything in there. While there were a few workarounds that you could use, most of them were just more work and not ideal.
So how do we get all of that great interaction without Flash? Well, currently with the jQuery library we can do a lot of that stuff with few lines of code. HTML 5 takes it a step further by allowing you to do even more. Microsoft recently put together a project that demonstrates the advantages and features HTML 5 has to offer. The site was built to work best with the new Internet Explorer 9, but if you have the latest Safari (5) then you will be able to see all of the elements working. Chrome and Firefox work, but may not be able to show all of the features. Have a look at the site here (http://www.nevermindthebullets.com/?fbid=VMfzY3n7H4K).
This site really demonstrates what we have to look forward to. No, you likely won’t be building comic strips for your client, but it does point out a lot of cool things you can do. From subtle to obvious, there are some great new features we will start to see being used in modern sites.



