Blog (Page 9 of 19)

  1. The next generation image format for the web is not JPEG XL?

    I am late to the party here, but Google looks like they casted their vote for what they want the next image format for the web to be.

  2. CSS breakpoints for responsive design

    We discuss the role of CSS breakpoints in responsive design, reviewing different methods of choosing breakpoints and some best practices.

  3. How can I keep up with changes to the web platform?

    What resouces can help to keep up with changes to HTML, CSS, and JavaScript? Do we know what is coming soon?

  4. The decline of CSS Tricks

    It is sad to see that CSS Tricks is in a steady decline. Geoff Graham has left. It is a totally different regime now.

  5. Improvements that CSS could use in 2023

    Last year was a bumper year for CSS. Rather than ask for new features. I would like to see more improvements to what we already have.

  6. Minify and bundle HTML, CSS, and JS as part of your Netlify deployment

    A convenience offered by Netlify is running tasks such as optimizing assets during and after a build. Let’s set this up with a configuration file.

  7. Star Wars circular wipe transition - @property vs clippath vs mask

    Star Wars is famous for its wipe scene transitions. I wanted to create a CSS transition for a circular wipe that works in every browser.

  8. Diamond wipe animation for revealing text

    I was riffing on some ideas for revealing text in interesting ways. How about some shapes? How about a diamond wipe?

  9. Learn to love programming - can we teach programming differently?

    Steven Strogatz is not your typical mathematician. He has a gift for making maths fun and accessible. Can we do the same with programming?

  10. How to verify a website migration - testing a sitemap

    I migrated my website recently. I wanted to preserve the same URLs for my webpages. I wanted to verify it was done correctly. This is how I did it.