2 Notes

Quick Tip: HTML5 Features you Should be Using Right Now

“With all this talk about HTML5 not being complete until 2022, many people disregard it entirely – which is a big mistake. In fact, there are a handful of HTML5 features that we can use in all our projects right now! Simpler, cleaner code is always a good thing. In today’s video quick tip, I’ll show you a handful of options.”

Video Icon
2 Notes

Quick Tip: Learning About HTML5 Local Storage

“In today’s video quick tip, we’re going to build a working, though very basic, to-do list in just a minute or two. Thanks to HTML5’s local storage, we can make advanced browsers “remember” what we type, even after the browser is closed or is refreshed.”

Video Icon

Are browsers Quake-ing in their boots?

Someone has ported Quake 2 into HTML5. That’s amazing!

Video Icon

Quick Tip: HTML5 Video with a Fallback to Flash

“In this video quick tip, we’ll review how to work with HTML 5 video in your own projects. Because older browsers and Internet Explorer do not understand the <video> element, we must also find a way to serve a Flash file to viewers who are utilizing those browsers.”

Video Icon
Photo Icon

HTML 5 provides some great new features for web designers who want to code readable, semantically-meaningful layouts. However, support for HTML 5 is still evolving, and Internet Explorer is the last to add support. In this tutorial, we’ll create a common layout using some of HTML 5’s new semantic elements, then use JavaScript and CSS to make our design backwards-compatible with Internet Explorer. Yes, even IE 6. (via How to Make All Browsers Render HTML5 Mark-up Correctly - Even IE6 | Nettuts+)

Video Icon