RPX Blog

The RPX Blog is a collection of links, articles and videos related to web development that we find useful, interesting or relavent to our clients. We'll try and contribute our own thoughts whenever possible.

  • 6 CSS Snippets Every Front-End Developer Should Know In 2025

    Wednesday, January 22, 2025

    Adam Argyle over at Nerdy.dev has just posted a great list of CSS Snippets, including a cross-page implementation for View Transitions (we have been messing around with that a little here on RPX.dev),…

    Read Full Post

    • Front-End
    • CSS
  • CSS 2024 Round-Up

    Wednesday, January 1, 2025

    State of CSS 2024The results from this year's State of CSS survey are in (also HTML and JavaScript). This year 9,704 developers from over 20 countries responded. Some of this years most popular f…

    Read Full Post

    • Front-End
    • CSS
    • EOY
  • The WordPress Drama, Explained

    Sunday, December 1, 2024

    It's unlikely to really effect WordPress or it's popularity, but for anyone wondering what is currently going on with WordPress and it's parent company Automattic, here's a quick explination via The V…

    Read Full Post

    • WordPress
  • CSS Scroll-Driven Animations

    Monday, November 18, 2024

    CSS champion and educator Kevin Powell has posted a great in-depth video on scroll-timeline and creating scroll-based animations using the new scroll() and view() functions. Here's another video fr…

    Read Full Post

    • Front-End
    • CSS
    • Animation
  • Extremely Cool 1-Bit Dithering Effect

    Tuesday, November 5, 2024

    We came across this incredibly cool 1-bit style code pen awhile back and wanted to share.It uses a CSS dithering technique to create a halftone pattern. Notice the submit button even has a roll-over e…

    Read Full Post

    • UI/UX
    • CSS