In my last column, I discussed HTML5 support for offline storage and caching through the use of LocalStorage and SessionStorage. Continuing with the HTML5 focus, I want to investigate the new ...
When developing web applications, my preference is to use HTML tags rather than JavaScript solutions whenever possible. HTML tags tend to be cleaner and simpler and will often work whether JavaScript ...
With HTML forms submissions today, web developers typically must use JavaScript to ensure values are provided when required and are within appropriate ranges and types. HTML5 offers form field ...
The W3C won't finalize the latest iteration of HTML until 2014, but there are plenty of reasons, from better video to cleaner code to improved user interaction, to incorporate HTML5 into current Web ...