Frontend Masters Boost RSS Feed

https://frontendmasters.com/blog

Frontend Masters Boost is a blog about web development. It's written by the team at Frontend Masters, course instructors from the industry, and curated guest authors. The goal is to help you on your path to becoming a senior developer, or to be an even better one.

フィード

記事のアイキャッチ画像
No Fuss Light/Dark Modes
Frontend Masters Boost RSS Feed
One approach to color modes it to do it all in CSS with prefers-color-scheme media queries and/or the light-dark() function. A user toggle can be a future improvement.
13時間前
記事のアイキャッチ画像
Showing Browser Support for Web Platform Features on Your Own Blog
Frontend Masters Boost RSS Feed
Baseline now has a baseline-status web component widget that can be used anywhere to show of general browser support. This post gets into what else there is to think about there.
4日前
記事のアイキャッチ画像
player.style
Frontend Masters Boost RSS Feed
These custom video (and audio) players are very nice. I like how the accommodate narrow/vertical video players and work with any video provider (even YouTube).
5日前
記事のアイキャッチ画像
Custom Progress Element Using Anchor Positioning & Scroll-Driven Animations
Frontend Masters Boost RSS Feed
A single HTML `progress` element can have quite an elaborate design with custom colors, a tooltip showing the active %, and even an entrance animation.
6日前
記事のアイキャッチ画像
State of CSS 2024 Results
はてなブックマークアイコン 1
Frontend Masters Boost RSS Feed
Sacha Greif introducing the State of CSS 2024 results: Let me make a prediction: we’ll look back at 2024 as the turning point between “CSS Classic” and “New CSS”. That feels intuitively true to me, except we won’t use those names. Check out work done on CSS Levels which define CSS4 and CSS5 “eras” (which […]
7日前
記事のアイキャッチ画像
(Up-) Scoped Scroll Timelines
はてなブックマークアイコン 1
Frontend Masters Boost RSS Feed
You can give a name ("custom ident") to any scrolling element's "timeline", have a parent element pick it up, then have any other element use it for their own animation timeline. It's a trip!
8日前
記事のアイキャッチ画像
Blockquote HTML
Frontend Masters Boost RSS Feed
Heydon blogged about <blockquote> and Michelle blogged our collective sigh at how unfortunately hard the simple act of quoting something is. You’re not supposed to put a <cite> inside the <blockquote> which I find obnoxious especially because the screenreader situation seems fine with that pattern (this WordPress blog does it that way by default). Adrian […]
11日前
記事のアイキャッチ画像
Why Alpine is the new jQuery and Why that is an Awesome Thing
Frontend Masters Boost RSS Feed
jQuery for was great and all, but Alpine.js simplifies tasks like data binding and DOM manipulation, providing using a more declarative and clear structure, making it ideal for smaller projects.
12日前
記事のアイキャッチ画像
A Taxonomy of Tech Debt
Frontend Masters Boost RSS Feed
Technical debt is a bit of a squishy term, generally referring to technical choices and the long term consequences in code. You’ll need to pay that debt one day so the metaphor goes. I admire Bill Clark’s calling: I’m obsessed with tech debt. I want to find it, I want to understand it, and where […]
13日前
記事のアイキャッチ画像
Mastering Interaction to Next Paint (INP)
Frontend Masters Boost RSS Feed
Learn how Interaction to Next Paint (INP) measures web interactivity, why it matters for user experience and SEO, and practical strategies to keep your site feeling fast and responsive.
14日前