Useful patterns for building HTML tools
A developer shares patterns and best practices for creating single-file HTML tools using LLMs, covering prototyping, dependencies, and deployment.
A developer shares patterns and best practices for creating single-file HTML tools using LLMs, covering prototyping, dependencies, and deployment.
A developer details implementing a dark mode toggle using CSS, media queries, localStorage, and tools like Claude Code and ImageMagick.
Explains the CSS clamp() function for responsive design, covering its syntax, use cases, and advantages over media queries.
A tutorial exploring CSS Subgrid, showing how it extends grid layouts and enables new UI possibilities beyond basic CSS Grid.
A beginner's guide to CSS layout techniques including Flexbox, Grid, and responsive queries for web development.
A developer shares a CSS technique to make the output of ColdFusion's CFDump tag more readable by increasing the font size.
The author proposes a new CSS feature called 'inner breakpoints' for responsive element layouts, comparing it to media and container queries.
Explores the CSS @starting-style rule, its specificity issues, and provides practical workarounds for developers.
A CSS tutorial on creating dynamic color-shifting effects for web animations, including workarounds for CSS limitations.
A beginner-friendly blog series teaching web development fundamentals: HTML, CSS, JavaScript, Node.js, Git, and deployment.
A tutorial on creating a per-letter faded text effect using a combination of CSS and a small amount of JavaScript for dynamic styling.
A technical guide on replacing traditional footnotes with modern CSS and JavaScript popovers for a better user experience.
Explains how the order of CSS transform functions can create unexpected zooming animations, with interactive demos.
Explores CSS partial keyframes, a technique for creating dynamic animations by omitting starting values.
A guide on how to style the calendar/clock icons in HTML date and time input types using the ::-webkit-calendar-picker-indicator CSS pseudo-element.
A beginner-friendly explanation of why CSS height properties sometimes don't work as expected, exploring the fundamental differences between width and height.
A developer's personal year-in-review, reflecting on coding work, side projects, and blog writing habits in 2024 and looking ahead.
A guide to using CSS container queries for responsive design, focusing on a practical layout pattern for email metadata.
Learn two useful CSS tricks for styling HTML Dialog elements: blurring the backdrop and disabling page scrolling when open.
A technical musing on the role of JavaScript in web development, comparing HTML, CSS, and JS to parts of a sentence.