The Great Mobile Debate
Analyzes the debate between native vs. HTML5 mobile app development, arguing for web apps to reach wider audiences across platforms.
Analyzes the debate between native vs. HTML5 mobile app development, arguing for web apps to reach wider audiences across platforms.
Explains the HTML5 `document.head` property, its benefits over traditional DOM access, and provides polyfill code for cross-browser support.
Analysis of Steve Jobs' open letter on Apple's decision not to support Flash on mobile devices, discussing proprietary standards and HTML5.
A developer details the process of converting a personal blog to HTML5, covering semantic elements, CSS adjustments, and IE compatibility.
A developer launches a redesigned blog, switching from a custom VBScript system to WordPress with HTML5/CSS3 and expanding content beyond web development.
A game developer introduces the new year's theme '100 Things' for the Experimental Gameplay Project, focusing on creative constraints.
Explains HTML5's Cross Document Messaging API for secure communication between web documents using JavaScript's postMessage method.
An introduction to the HTML5 canvas element, covering its browser support, basic usage, and potential for dynamic web graphics and games.
Explains HTML5 custom data attributes (data-*) for storing private data on HTML elements, with JavaScript access methods.