Semantic HTML
Explains semantic HTML, its importance for accessibility and SEO, and provides examples of semantic tags and best practices for document structure.
Explains semantic HTML, its importance for accessibility and SEO, and provides examples of semantic tags and best practices for document structure.
A beginner tutorial on building reusable Web Components (Custom Elements) with HTML, CSS, and JavaScript, featuring a dropdown example.
An introduction to hybrid mobile apps, explaining their architecture, benefits, and popular frameworks like Ionic and Cordova.
Explains the 5 essential rules for correctly implementing ARIA (Accessible Rich Internet Applications) attributes in HTML to improve web accessibility.
Overview of the vSphere HTML5 Web Client Fling, a new HTML5-based management interface for VMware vCenter, replacing Flash and Windows clients.
Introducing Multirange, a lightweight polyfill for HTML5.1 two-handle sliders, enabling dual-thumb range inputs in web browsers.
Explains the semantic differences between HTML5's <div>, <section>, and <article> elements and provides guidelines for when to use each.
A web developer explains progressive enhancement as a use-case oriented approach, using video implementation as a practical example.
A monthly roundup of browser updates, bug fixes, and developer tools news, focusing on cross-browser compatibility and debugging techniques.
Explains the purpose and importance of the HTML <!doctype> declaration, covering its history, browser compatibility, and validation.
A guide to using the HTML <small> element for legal disclaimers and fine print, not for presentation.
Explains the Modernizr 'noPrefixes' flag, a feature to disable vendor prefix testing for cleaner, more stable code.
Announcing DevNexus 2014, a major developer conference in Atlanta with 100+ sessions on Java, web tech, cloud, mobile, and agile development.
A developer shares October learnings including iOS screen recording tools, HTML5 game frameworks, and JavaScript resources while navigating a job change.
Overview of an Advanced JavaScript university course covering modern web technologies, ES5/6 features, HTML5 APIs, Node.js, and popular frameworks.
Explains why CSS-only auto-resizing of input fields is impossible due to HTML's definition of inputs as void elements.
A tutorial on creating a simple VNC client using only HTML5 and JavaScript, with a Node.js proxy server and WebSocket communication.
A guide to using simple share URLs for Twitter, Facebook, and other platforms instead of heavy social media plugins.
Article argues HTML5 apps are viable, citing examples like Forecast.io and ExFM, but hindered by poor Android WebView support.
A guide to using MathML for web equations with a CSS fallback for browsers lacking native support, based on a real-world use case.