A new way to extract detailed transcripts from Claude Code
Introduces claude-code-transcripts, a Python CLI tool for converting Claude Code sessions into detailed, shareable HTML transcripts.
Introduces claude-code-transcripts, a Python CLI tool for converting Claude Code sessions into detailed, shareable HTML transcripts.
A technical blog post explaining how to style markdown-generated blockquote attributions with targeted CSS selectors.
A developer builds a print-ready gift tag generator using the Goose AI agent, tackling CSS challenges for fixed print dimensions.
Using AI to transform messy, unstructured vendor notes into clean JSON and a styled HTML website, highlighting the importance of examples.
A developer shares patterns and best practices for creating single-file HTML tools using LLMs, covering prototyping, dependencies, and deployment.
Introducing Invoker Commands in Chrome 135, enabling declarative control of <dialog> and [popover] elements without JavaScript.
A comprehensive reference listing the official semantic definitions for all 113 standard HTML elements, as per the HTML specification.
A satirical guide to simulating AI text generation using Web Components and CSS animations, without actual AI.
Announcing updates to HTML Minifier Next: better minification, improved CLI, clearer docs, and a switch to Lightning CSS for CSS processing.
Explains a Markdown parsing bug when wrapping <pre> code blocks in HTML elements and provides workarounds for Eleventy projects.
A satirical argument that HTML is the world's most difficult programming language, based on the prevalence of invalid HTML, with a call for developers to prioritize writing valid code.
Explores the forgotten HTML Table API for programmatically creating and manipulating tables without using innerHTML or full re-renders.
A conference presentation overview of recent and upcoming HTML and CSS features for web developers, framed as a guide to surviving the expanding web platform.
Analysis reveals that none of the top 200 most visited websites in 2025 use fully valid, error-free HTML markup.
A developer explores using Claude Code to generate a static website for their app, including design and responsive layout.
A beginner-friendly blog series teaching web development fundamentals: HTML, CSS, JavaScript, Node.js, Git, and deployment.
A web developer reflects on 10 years of successful collaboration with his brother, highlighting their complementary skills in building design systems and teaching.
The State of HTML 2025 survey is now open, allowing web developers to influence browser vendors and web standards.
The author announces the State of HTML 2025 survey, explaining its history and how past results have directly influenced web standards.
Explains the new HTML popover='hint' type, its behavior compared to 'auto' and 'manual', and how to implement it with JavaScript.