https://www.developerfusion.com/t/html5/tutorials/ HTML5 Tutorials & Articles from Developer Fusion 2012-09-22T22:56:00.00Z http://www.developerfusion.com/article/145920/using-html5-history-in-an-aspnet-mvc-site/ Using HTML5 History in an ASP.NET MVC Site 2012-09-22T22:56:00.00Z Say that each time the user clicks on a menu item in your application, the entire page is refreshed. Not such a big deal if you have a high speed connection, but, if there is a lot of content on the page, this can be a problem. What we need is the ability to fill in the partial view of data and change around the styles on the page without refreshing the complete page. This is where the HTML5 History API comes in, and that’s what this article based on HTML5 for .NET Developers is all about. Dan Maharry http://www.developerfusion.com/article/144828/the-html5-drag-and-drop-api/ The HTML5 Drag and Drop API 2012-07-20T06:57:00.00Z In this extract from Professional Javascript for Web Developers, Nicholas Zakas looks at the new Javascript Drag and Drop API in HTML5, its use and current level of browser support Dan Maharry http://www.developerfusion.com/article/141514/working-with-mobile-devices-in-html5-and-css3/ Working with Mobile Devices in HTML5 and CSS3 2012-04-10T10:05:00.00Z With an ever increasing number of mobile devices demanding we code our websites to look good at any number of resolutions, this extract from Murach's HTML5 and CSS3 present some rules of thumb for developing websites that work nicely with every device Dan Maharry http://www.developerfusion.com/article/136534/the-html5-history-api-and-aspnet-mvc/ The HTML5 History API and ASP.NET MVC 2012-01-27T08:15:00.00Z The HTML 5 History API is one of the newer kids on the HTML 5 block. This article based on chapter 4 of HTML5 for .NET Developers shows you one way of getting history integrated with your .NET server-side web applications. Dan Maharry http://www.developerfusion.com/article/136530/making-tables-more-accessible-with-html5/ Making Tables More Accessible With HTML5 2012-01-20T08:36:00.00Z For those who are visually challenged and depend on technology such as screen readers to translate the Web from a visual to an aural experience, tables represent a significant challenge. This extract from HTML5 24 Hour Trainer looks at a number of additional tags and attributes that can make tables and their content more accessible to all. Dan Maharry http://www.developerfusion.com/article/124305/building-an-html5-application-with-websharper-sitelets-part-2/ Building an HTML5 application with WebSharper Sitelets, Part 2 2011-08-16T13:56:00.00Z In the second half of this tutorial you will learn how to extend this simple web application with authentication. Basically, you will implement Login/Logout functionality and protect the Clock page with authentication to require users to log in before they can see the local time. Adam Granicz http://www.developerfusion.com/article/124078/building-an-html5-application-with-websharper-sitelets-part-1/ Building an HTML5 application with WebSharper Sitelets, Part 1 2011-08-12T20:03:00.00Z In this article, we're going to look at using WebSharper, a web development framework for .NET, to build a small web application from scratch that features an HTML5-based clock. Adam Granicz http://www.developerfusion.com/article/123608/a-developers-introduction-to-html5/ A Developer's Introduction To HTML5 2011-08-05T15:13:00.00Z Why do we care about HTML5? What's in it? Why is it a good thing. All this answered and more by Chris Mills Chris Mills http://www.developerfusion.com/article/123324/developer-burnout-sounds-the-alarm/ Developer Burnout Sounds The Alarm 2011-08-03T08:43:00.00Z Windows 8, built on HTML5 and JavaScript, has swelled the operating system glut and heightened demands of application development. Can developers fan the flames of burnout? Richard Rabins http://www.developerfusion.com/article/112678/the-future-of-the-web-html5/ The Future of the Web: HTML5 2011-02-24T12:41:00.00Z Let’s get this one cleared up in the first sentence, no you don’t have to wait until 2022 to start using HTML 5! None of that really matters to web developers, what should matter to us is when our users’ browsers support a given feature we are interested in utilizing. Robert Boedigheimer