[go: up one dir, main page]

Front-end education for the real world. Since 2018.





  1. I wasted a day on CSS selector performance to make a website load 2ms faster

    Trys Mudford goes on what they thought was an epic CSS performance refactor with a not so surprising result.

  2. Introducing TODS – a typographic and OpenType default stylesheet

    Richard Rutter walks us through their thoroughly useful, new typographic and OpenType default stylesheet, step by step.

  3. Masonry and good defaults

    Rachel Andrew outlines some understandable concerns about masonry potentially being a part of grid.

  4. The Undeniable Utility Of CSS :

    A fantastic rundown of CSS :has() by one of the best in the business at explaining things.

  5. Ahmad Shadeed has a really nice new website

  6. Daily Dev

    An interesting alternative to discovering articles and resources for developers.

  7. CSS @property and the New Style

    Ryan Mulligan steps through a stunning animated button component that uses the now widely supported @property really effectively.

  8. The Dev Tools Performance Monitor Panel

    Dave Rupert shows us how they used some lesser-know dev tools performance features to debug a common performance hit caused by animation.

  9. My under-engineered way to avoid a Flash of inAccurate coloR Theme (FART)

    A super simpler solution to applying a theme preference from local storage.

  10. Responsive bar charts in HTML and CSS

    A fascinating run-through of how Mathias and the 9Elements crew levelled up their charting from JS powered calculations to clean, semantic HTML and CSS.

  11. Every Layout

    Learn to write better, resilient CSS by helping the browser to make decisions for itself with the simple, composable layouts this book teaches you to read.

  12. State of CSS 2024

    The 2024 State of CSS survey is here and it’s about time we got a more diverse set of responses.

  13. What if you used Container Units for… everything?

    Chris Coyier ponders whether they can use container queries for everything and unearths some rather frustrating, but predictable outcomes.

  14. Just Build Websites

    Quite possibly one of the best analogies I’ve seen in a long time about Just Building Websites™

  15. The anchor element

    An incredibly well articulated, informative and entertaining run-down of the mighty HTML anchor element.

  16. How to animate around a circle

    A handy, quick post from Robin Rendle about a really common pitfall of trying to animate around shapes.

  17. Getting stuck: all the ways position:sticky can fail

    Sticky position in CSS can be super awkward and low-key enraging to work with. There’s plenty of little things you have to account for which Kilian Valkhof outlines really well.

  18. CSS One-Liners to Improve (Almost) Every Project

    A handy collection of simple CSS solutions to add little improvements to any web page by Alvaro Montoro.

  19. No No-JavaScript

    A quick and handy run-down of the CSS media query scripting features by David Bushell.

  20. CSS Grid Areas

    A really useful, highly interactive guide on CSS grid areas and how you can use them for every day layouts by Ahmad Shadeed.

  21. Fit-to-Width Text: A New Technique

    Sure, there’s a million ways to do fit text and you can technically already do it with CSS, but this approach Roman Komarov is interesting.

  22. Replacing GSAP with scroll animations

    A really handy re-working of a GSAP demo with CSS scroll animations that certainly helped them stick for me.

  23. The 3 Types of CSS Utility Classes

    A really handy breakdown of how to the separate concerns of your utility classes.

  24. code-pen Web Component

    A really handy web component that progressively enhances code blocks into CodePen editors.

  25. Accessible SVG Forms

    An extremely deep dive in how to build highly visual form functionality in an accessible manner.

  26. Consent, LLM scrapers, and poisoning the well

    An interesting approach to tackling the relentless scourge of LLM scrapers stealing content.

  27. The Basics

    Geoff Graham has published a brand new course for absolute beginners and it looks fantastic.

  28. Opinions for writing good CSS

    A great run down of useful advice to help you write good CSS.

  29. I Need Your Help to Make 11ty Fully Independent and Sustainable in 2024

    Zach writes how he is trying to work 100% full time on 11ty. To do that, the project needs financial support, so let’s make that happen.

  30. Look Mum, No Breakpoints!

    Rob McCormick breaks down how they refactored their front-end with fluid type, flexible layouts and importantly, giving the browser more control.

  31. Manifesto for a Humane Web

    Michelle Barker has published a manifesto which is stunning — both visually and content-wise.

  32. What the heck is an SVG sprite sheet?

    Ryan Trimble gives us the run-down on SVG sprites, how they work and how you can build a nice pipeline for them.

  33. What is Motion Sensitivity? How to Design Accessible Web Animations

    Elizabeth Meshioye runs down how animations can affect people negatively and how you can prevent that while still producing lovely, interactive work.

  34. Finally Understanding How Array.sort(comparator) Works

    James Kerr explains how the Array.sort() function actually works!

  35. Testing HTML With Modern CSS

    Heydon Pickering unleashes the power that CSS gives us with selectors and custom properties to create handy tests to make sure your markup is up to scratch.

  36. How would you build Wordle with just HTML & CSS?

    Scott Jehl has written a super detailed run-down of how they tried to recreate Wordle with HTML and CSS.

  37. An Interactive Guide to CSS Container Queries

    Bored of the same old card demos for Container Queries and struggling to see where you’d use them in real projects? I was too until Ahmad Shadeed published yet another great guide.

  38. CSS Button Styles You Might Not Know

    David Bushell shares some unbelievably good tips on styling buttons and explains exactly how they work too.

  39. 404 Media Now Has a Full Text RSS Feed

    404 Media has invested really well in RSS and broken all the decisions and process down in a nice article.

  40. A Guide To Designing For Older Adults

    The one and only Vitaly Friedman takes a deep-dive into a lesser thought about focus of user-centric design.

  41. Arguments for opening links in a new tab or window

    Jason Grigsby asks for data to support an apparent preference for people defaulting to links opening in new tabs.

  42. Can you feel the rhythm‽

    Adam Argyle shows some really cool baseline grid stuff that modern CSS empowers us to do.

  43. ECSS - an interesting CSS methodology

    I got sent a link to a CSS methodology called ECSS and thought I’d note down what I like and what I don’t like about it.

  44. How I Solved My Font Rendering Problem

    Michelle Barker yet again, shares a life-saver of a CSS tip!

  45. The Fifty-Fifty Split and Overflow

    Ryan Mulligan demonstrates not just some elegant layout work but also, a very tidy method of dealing with overflow content.

  46. CSS :has() Interactive Guide

    Ahmad Shadeed has done it again with a stunning interactive guide that

  47. Speedier tunes

    Jeremy Keith showcases a proper real-world performance improvement using content-visibility.

  48. Tailwind vs. Semantic CSS

    A really interesting study by Tero Piirainen, comparing a build of the exact same page using Tailwind vs semantic CSS.

  49. Removing list styles without affecting semantics

    Manuel Matuzović solves an age-old problem with dealing with list styles when you don’t want them and I riff about my reset.

  50. Smashing hour - April 30th 2024

    Join Vitaly Friedman and myself as we talk about design, CSS and all sorts in April.

  51. CSS Scroll-triggered Animations with Style Queries

    I stumbled across Ryan Mulligan’s excellent article on scroll-triggered animations which helps them make more sense to me.

  52. Some use cases for revert-layer

    A damn useful run-down of revert-layer — a more useful CSS revert tool — by Mayank

  53. The legendary Codrops are on Patreon

    One of the best publications in the biz are feeling the pinch of rising costs and fewer sponsors, so they’ve set up a Patreon that I hope you will support.

  54. Offloading JavaScript With Custom Properties

    Heydon Pickering perfectly illustrates why it’s important to understand both CSS and JavaScript well.

  55. New GitHub Copilot Research Finds “Downward Pressure on Code Quality”

    I’ve noted down some thoughts about research that shows CoPilot use, lowers the quality of code, overall.

  56. How to align the text of the last paragraph line

    Stefan Judis runs us through the rather useful text-align-last CSS property with a handy demo.

  57. Utopia SCSS Library

    Utopia — the extremely handy fluid type and space tool — now has an SCSS (Sass) library which looks great.

  58. ShopTalk reaches 600th episode

    The ultimate stalwart of podcasts about the web hits yet another major milestone, so I wanted to congratulate them.

  59. Kind of annoyed at React

    A really interesting commentary on the state of React by one of the best in the biz: Cassidy Williams.

  60. Steady has a great new homepage

    This new homepage demonstrates how concise content mixed with clear design — riddled with delightful flare — is super effective.

  61. Urlbox

  62. 12 Modern CSS One-Line Upgrades

    A handy run down of newer stable, stable enhancement and progressive enhancement CSS features by Stephanie Eckles.

  63. Automated weekly links posts with raindrop.io and Eleventy

    A really clever setup by Sophie that automates a weekly links post, based on articles she saves in a third party service.

  64. Designing better target sizes