The Lore of Animorphs (an Ode)
A nostalgic and analytical look back at the dark themes and lasting impact of the Animorphs book series.
A nostalgic and analytical look back at the dark themes and lasting impact of the Animorphs book series.
Explores the Block Protocol as a solution for adding semantic, machine-readable structure to web content, addressing limitations of HTML.
Opinion piece on the debate over using self-closing tags (like <input />) versus implicit closing in HTML, discussing readability and tooling.
Explores the concept of native HTML includes with lazy loading, proposing browser-native features similar to PHP includes.
Explores HTML list types and creative CSS styling techniques for web development.
A talk summary on modern web focus management using the <dialog> element, inert attribute, and <fieldset disabled> for accessible UI.
Argues against learning JavaScript frameworks before mastering the underlying web platform (HTML, CSS, JS) for better long-term skills and compatibility.
A guide on writing effective alt text for images, focusing on web accessibility, screen readers, and best practices for developers.
A developer argues for using HTML and CSS as the ultimate responsive design tool, critiquing visual design tools like Figma and Webflow.
Exploring the hidden 'event' variable in HTML onclick attributes and how to access it for form submission handling.
Explains canonical links in HTML for SEO, preventing duplicate content issues and guiding search engines to the preferred page.
How to add a lang attribute to your Next.js site's HTML element for improved accessibility and Lighthouse performance scores.
A tutorial on generating HTML documents in Swift using the SwiftHtml DSL library and the Vapor web framework.
A web developer shares a useful HTML boilerplate resource for front-end projects and discusses CSS-first design principles.
Explains the importance of the HTML 'lang' attribute for accessibility, screen readers, and localization.
A deep dive into the HTML and CSS structure of Facebook Messenger's chat bubble component, covering its variations and design considerations.
A technical guide on improving web accessibility for toggle buttons, focusing on screen reader announcements and JavaScript implementation.
A guide to loading and formatting HTML text with links in a UITextView on iOS, including code for preserving fonts and handling link taps.
Argues for adding a new <search> HTML element as semantic sugar for the ARIA search role, improving web accessibility and native HTML parity.
A tutorial on building responsive, accessible stepper components using HTML and CSS, covering layout, styling, and separator lines.