Master.dev Blog RSS Feed

フィード

記事のアイキャッチ画像
Keyboard Shortcuts That Display The Correct Modifier Key per OS
Master.dev Blog RSS Feed
Websites often hardcode keyboard shortcuts for Mac (⌘) while neglecting Windows users, leading to confusion.
21時間前
記事のアイキャッチ画像
CSS Infinity Use Cases
Master.dev Blog RSS Feed
It’s kinda cool there is Infinity in CSS. You just always need to use it within a calc(), like border-radius: calc(infinity * 1px);. Adam has lots of ideas in that post, and I remember Will was messing with similar ideas a few years ago. I’d say just use it when you’re trying to use an […]
2日前
記事のアイキャッチ画像
Introducing AI Skills for Real Engineers
Master.dev Blog RSS Feed
Matt Pocock's skills offers a suite of impactful skills to streamline AI integration in software development. These skills facilitate prompt refinement, project setup, and task management.
4日前
記事のアイキャッチ画像
React Compiler Linting Just Got a Rust-Native Speedup in Oxlint
Master.dev Blog RSS Feed
Update! This is a re-written version of this recently-published post about linting code bound for the React Compiler with Oxlint. Oxlint just published a new guide to this, so this post reflects that new information. The React team made a big splash recently when it announced the release of the Rust rewrite of React Compiler and said […]
5日前
記事のアイキャッチ画像
Delayed-Then-Instant Tooltips with HTML & CSS Alone
Master.dev Blog RSS Feed
We don't NEED JavaScript to adjust tooltip timing displays. Super modern CSS and HTML has this covered simply, and we can do fully successful fallbacks.
8日前
記事のアイキャッチ画像
Tooltips Need a Delay, and Then They Need to Skip It
Master.dev Blog RSS Feed
Thinking about UX, a slight delay on a simple tooltip can be nice so that mousing over something quickly doesn't trigger it, but if there are related tooltips nearby, maybe we don't need to wait.
9日前
記事のアイキャッチ画像
transitions.dev
Master.dev Blog RSS Feed
Nice bookmarkable page with classy examples of two-state transitions from Jakub Antalik.
10日前
記事のアイキャッチ画像
View Transitions: Careful Not To Make Stuff Unclickable
Master.dev Blog RSS Feed
View Transitions block interactivity (like clicks) while they are running. Maybe you don't want to do that.
15日前
記事のアイキャッチ画像
Random Post Button Followup
Master.dev Blog RSS Feed
I had fun with the post about making a link to a random post in just HTML/CSS the other day. But I was almost certainly over-thinking it on the original. Using random() was kind of the point, so we can stick with that.
15日前