Twitter polls for developer sentiment
A developer analyzes Twitter polls to gauge community sentiment on web development topics like HTML components, dark mode, and container queries.
A developer analyzes Twitter polls to gauge community sentiment on web development topics like HTML components, dark mode, and container queries.
Chrome 119 and Safari 17 now support adding <hr> elements as visual separators within HTML select dropdowns to improve user experience.
Introduces a lightweight HTML article format for web content, detailing how to implement it with R, Quarto, or other tools.
A tutorial on implementing tabbed interfaces (tabsets) in web pages using vanilla JavaScript and CSS, with support for Markdown and HTML.
The State of HTML 2023 survey is now open, gathering developer feedback to influence browser roadmaps and web standards.
Announcing the new State of HTML survey, seeking community input to design the inaugural survey on HTML features and developer practices.
A guide to the new HTML popover API, explaining its features, syntax, and benefits for building UI components without JavaScript.
A web developer argues against mocking beginners and explains the technical reasons behind a common HTML/JSX nesting issue.
A developer details technical optimizations for displaying social media 'likes' on a personal blog, focusing on lazy loading and CSS tricks.
A front-end developer explains their detailed process for planning and building a website from a design mockup, emphasizing strategy over simple implementation.
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.