🛠️ New Interactive Article: Balancing Text In CSS
I explored text balancing in CSS — what it is, the problems it solves, how it works, and included plenty of examples and use cases. Happy balancing! ⚖️
https://t.co/1oFC6tw2EE
📣 `CSSNestedDeclarations` is coming to browsers to improve CSS Nesting!
With this addition, declarations that come after style rules no longer shift up, among other improvements.
📝 https://t.co/DuA7Vbr1P4
Available in Chrome 130 + Firefox 132 + Safari Technology Preview 204.
A huge congratulations to all who joined this year's js13kGames competition. Winning games and rankings are now live! 🤩
Perfect weekend entertainment—all free, browser-based, ≤ 13kB, and with source for you to explore! https://t.co/9RxEcxcjbd
What’s the Difference Between HTML’s Dialog Element and Popovers?
They are pretty similar in both look and functionality, but are have some important differences, slightly different APIs, and functionality. The use cases are also a bit different, so let's have a look!
https://t.co/bui01TWQt1
`background-clip: text` is now supported cross-browser, unprefixed, in the shorthand.
But there are still bugs/ compat problems.
1⃣ `p` and `a` within both have `background-clip: text`. Firefox & Chrome produce different results if `a` has a stacking context trigger property‼️
Introducing @bramus/style-observer, a MutationObserver for CSS.
It allows you to attach JavaScript callbacks to changes in computed values of CSS properties.
🔗 https://t.co/6XlDe7Ixd0
🎂 Today Aug 26th, we are wishing a happy 18th bday to @jquery 1.0. The most popular javascript library by a mile and not close. It remains in the history books as a pivotal moment in web/developer history. As usual, sharing a few links as a reminder for all to enjoy:
🔸 As I mentioned, jQuery's popularity and use on the web is unrivalled. You can see the data from @HTTPArchive's 2022 web almanac
https://t.co/LlMkJxRoEe
🔸 Of course, I took a look at what kind of performance the web has tracked re: sites using jQ. Per https://t.co/gkr2sn4ihg:
🔹 ~7M sites. INP: 80%, LCP: 61%, CLS: 79%, CWV: 46%
https://t.co/Ia0MHihExq
🔸 I always share this thread from a few yrs back after having a chat w/ @jeresig with little known gems about jQ -- or what almost became jSelect 👀
https://t.co/scQxmy589v
🔸 In 2011, John gave a very insightful talk at @FronteersConf on how things blossomed for jQuery. Some lessons that could apply today.
https://t.co/zQSzclFbB3
🔸 John was also recently on the @syntaxfm podcast to discuss what he's doing at current:
https://t.co/17WDekGKvJ
Anyhow, it's still very present on the web, and there's no shortage of jQ literacy appreciated as it's still actively maintained AND simply works. Per @cassidoo:
https://t.co/wLTrwicUVq
Enjoy!
What Skills Should You Focus on as Junior Web Developer in 2024?
These are our recommendations for those of you early in your web developer journey. This is about tech and the real world stuff around it that you'll need.
https://t.co/pqSsdSgACf
Safari Technology Preview 201 is now available with updates to CSS, DOM, JavaScript, Media, PDF, Rendering, SVG, Web Animations, and Web Extensions.
https://t.co/lyfMZQpMKt
📝 New Blog Post 📝
In this article, I share everything I learned to recreate a custom "Retro" style post-processing effect 📺
From dithering to replicating a CRT, I detail the many shader techniques that will elevate your next React Three Fiber project
https://t.co/ABUqbp3wxo
🧨I just packaged this gorgeous text-wall into a component for easy usage.
Releasing the code soon 🤓.
(Of course, you have to supply your own text... 🙃)
Google says it won't be "deprecating third-party cookies" in Chrome and will instead keep working on "privacy-preserving alternatives" via Privacy Sandbox APIs (Digiday)
https://t.co/ilQmFBVGof
📫 Subscribe: https://t.co/OyWeKSRpIM
https://t.co/bb19Xdb8mK
💡 CSS Tip!
Get the screen width and height using a few lines of CSS.
✅ Powered by @property (Now available in all the browsers)
✅ Unitless values so you can easily use them inside any formula
✅ Updates on screen resize (No need for JS)
@CodePen demo in the reply 👇