A Majora's-Mask-style "Dawn of The Final Day. 24 Hours Remain" title card, but using the JavaScript for Everyone Atari-style type and branding. The background is made up of two low-angle perspective views of rectangles on grids that meet at a sharp line, resembling a horizon.
This is it. 86,791 words. 836 emdashes. 625 `const`, 141 `let`, 16 `var`. One (1) reference to the pause music from Battletoads for the NES.
Spread the word: JavaScript for Everyone launches tomorrow.
13.10.2025 16:55 β π 36 π 14 π¬ 2 π 0
Here's Why Your Anchor Positioning Isn't Working
How to find an anchor element
Running into a bunch of issues experimenting with anchor positioning, and this blog post sums it up pretty nicely!
www.oddbird.net/2025/01/29/a...
13.10.2025 21:16 β π 1 π 0 π¬ 0 π 0
Easily one of the most delightful people to work with. Andy is the talented designer behind the dogs on my blog posts, and if you have a design role open he is well worth talking to about it!
02.10.2025 07:48 β π 19 π 5 π¬ 1 π 0
It honestly sucks that lots of folks that used to be inspiring or looked-up-to in the community turn out to be huge pricks. Itβs not that hard _not_ to take selfies with war criminals π€¦π»ββοΈ
30.09.2025 08:16 β π 6 π 0 π¬ 1 π 0
Me too! Or better yet share it here π
28.09.2025 15:33 β π 2 π 0 π¬ 1 π 0
Your transition to frontend developer is progressing as planned β
25.09.2025 08:09 β π 4 π 0 π¬ 0 π 0
Congrats on the launch Josh! Looking forward to your many whimsical interactive examples :)
24.09.2025 15:44 β π 3 π 0 π¬ 0 π 0
Whimsical Animations
Learn how to create charming interactions and delightful touches using the magic of CSS, JavaScript, SVG, and Canvas. Iβm sharing all my tricks in this one!
Weβre live!! My brand-new course, βWhimsical Animationsβ, is now available. π₯³π
whimsy.joshwcomeau.com
Iβm so excited to share all of my animation tools and techniques with yβall. π
24.09.2025 14:56 β π 304 π 102 π¬ 18 π 41
Whimsical Animations
Learn how to create charming interactions and delightful touches using the magic of CSS, JavaScript, SVG, and Canvas. Iβm sharing all my tricks in this one!
My next course, Whimsical Animations, launches in βEarly Accessβ in 1 week from today! π
The most important thing to know is that registration will only be open for 7 days. Youβll be able to register from Sept 24th to Sept 30th. Otherwise, youβll need to wait for the full launch, sometime in 2026.
17.09.2025 15:43 β π 75 π 12 π¬ 10 π 4
How modern browsers work
A web developers guide to browser internals
βοΈ How modern browsers work addyo.substack.com/p/how-modern... - my write-up on browser internals for web developers
13.09.2025 19:05 β π 78 π 19 π¬ 1 π 1
Try it: Open Chrome DevTools, detach them into their own window, then hit the shortcut to inspect (Cmd+Option+I on macOS). Another DevTools instance will open and you can inspect away!
11.09.2025 18:00 β π 2 π 0 π¬ 1 π 0
Earlier this week, I learned from @patrickbrosset.com that DevTools in Chrome and Firefox are built using web technologies. That means that yes, you can inspect Chrome DevTools using Chrome DevTools π€―
11.09.2025 18:00 β π 3 π 1 π¬ 2 π 0
This is a great to-the-point summary of when to use "Your" vs. "My" in user interfaces. Tiny details like these add up fast!
11.09.2025 16:48 β π 2 π 0 π¬ 0 π 0
Nic Chan
Nic Chan is a front-end web developer who specializes in design systems, accessibility and Shopify.
Just stumbled over this absolute gem of a personal website by @nicmakesstuff.bsky.social. What a creative and beautiful site full of character. 10/10!
www.nicchan.me
11.09.2025 12:24 β π 35 π 5 π¬ 2 π 0
Had an absolute blast at @smashingconf.com! What a great bunch of folks all around.
My favorite quote coming from @bradfrost.com: βPixels are cheapβ, explaining that failing is a necessary part of progress.
Thanks for creating such an amazing atmosphere, and I hope to join again next year! π₯³
10.09.2025 21:57 β π 3 π 1 π¬ 0 π 0
Thanks so much Patrick! π
08.09.2025 20:01 β π 1 π 0 π¬ 0 π 0
Sounds like a great topic, looking forward to hearing it! See you there π₯³
31.08.2025 11:47 β π 1 π 0 π¬ 0 π 0
β¨ Big O β¨
Let me take you on a visual introduction to what big O notation is in my new blog post: samwho.dev/big-o.
With big O notation you can better understand how algorithms will perform in practice, finding orders of magnitude improvements often with very simple changes to your code.
23.08.2025 14:35 β π 410 π 104 π¬ 30 π 21
A good use case is blow-out images that are larger than their container β if they border the viewport edge, you want to show the overflow in the y direction but prevent the viewport from becoming horizontally scrollable. `overflow-x: clip` can do just that!
20.08.2025 11:03 β π 1 π 0 π¬ 0 π 0
The subtle difference between the two is that elements with their overflow set to `hidden` are still a scroll area and can be programmatically scrolled, while `clip` will simply crop the content and not be scrollable at all.
20.08.2025 11:03 β π 0 π 0 π¬ 1 π 0
Overflow `hidden` vs `clip`
...
CSS Tip of the Day: `overflow: clip;`
You can use it to clip overflowing content in one axis while keeping the other axis overflow visible. This is not possible with `overflow: hidden`.
Try it here:
codepen.io/NikxDa/pen/...
20.08.2025 11:03 β π 4 π 0 π¬ 1 π 0
perfect-freehand
If you're ever building something that requires users to sign or draw in the browser, you'll want to use @tldraw.com 's Perfect Freehand. Super smooth freehand lines with any input device!
www.perfectfreehand.com
19.08.2025 15:27 β π 4 π 0 π¬ 0 π 0
Awesome stuff! Where will you be studying?
19.08.2025 15:12 β π 0 π 0 π¬ 0 π 0
This is _terrifying_
17.08.2025 17:36 β π 1 π 0 π¬ 0 π 0
Web components at Microsoft. Co-host at ShopTalk. Previously Luro and Paravel. Blogger.
I make things and help people. Web designer & developer, teacher, consultant, speaker, writer, musician, & artist. Host of Wake Up Excited! Author of Atomic Design. Enthusiasm enthusiast.
Firefox DevTools engineer
Skateboarder
Designer with engineering background. I talk about designing products that are intuitive, accessible and delightful to use.
Design newsletter:
https://adamsilver.io/newsletter
Good Design Crash Course (free):
https://adamsilver.io/gdcc
Founder at: @piccalil.li and @set.studio
Complete CSS Course: https://complete-css.com
CSS Book: https://every-layout.dev
Newsletter: https://piccalil.li/the-index/
π https://bell.bz/links/
π https://bell.bz
π Cheltenham, UK
Independent instructor and best-selling author, data visualization and dashboard design.
Books, videos, articles, training workshops to level up your dataviz or dashboard design chops: www.practicalreporting.com
frontend developer and consultant
HTML, CSS, accessibility
big fan of <button>s
creator of HTMHell
author of the Web Accessibility Cookbook
Webdev, Design, UX, Illustration, 3D, cycling and about 2435 other hobbies as a person.
https://leifs.website/
codes on the weekdays and draws on the weekends. tech stuff, web accessibility, cats, and fire emblemπ
https://www.nicchan.me
Mostly on Mastodon @ https://indieweb.social/@NicMakesStuff
8 hours of sleep. 8 hours working as an unprofessional front-end developer. Then on my other 8 hours I poke my blog, take photos of my cat & try my best.
π§ hello@anarodrigu.es
Keen on IndieWeb, CSS, sustainability, plants, crafts she/her
ohhelloana.blog
Independent designer + web design engineer, teacher, speaker. Interface Prototyping at Muthesius University of Fine Arts and Design. UX, prototyping, & design engineering workshops.
π§ Newsletter: https://ownyourweb.site
π» Website: https://matthiasott.com
Web evangelist at Apple ο£Ώ, founder CodeNewbie (acquired), developer, creator, chief baker of the Try Bakery (located in my kitchen β€οΈ)
Maintaining and contributing to TanStack Router & Start
Melee DPS.
Iβm https://wil.to
I'm writing https://piccalil.li/javascript-for-everyone
I make https://multipa.ge
I wrote https://web.dev/learn/javascript and https://web.dev/learn/images
π³π΄ Web Developer | React & Next.js | Microsoft MVP | International Conference Speaker | Consultant at crayonconsulting.no
π Independent Web Performance Consultant β’ Speaker β’ Google Developer Expert, Web Performance β’ Accepting new clients β’ https://harry.is/for-hire