Get ahead of the curve with the latest insights, trends, and analysis in the tech world.
Read about various happenings with Baseline during February 2025.
Blending design and development, Maximilian Berndt explores the creative potential of WebGL, animations, and interactive experiences on the web.
Now that we're 5+ years into the details element, we know more about it than ever before. I thought I'd round that information up so it's in one place I can reference in the future without having to search the site — and other sites — to find it. Using & Styling the Details Element originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.
A detailed look at the techniques behind high-performance, real-time, and visually stunning fluid simulations with WebGPU.
Discover the creative process of the French duo, Thomas Monavon (Designer) and Grégory Lallé (Creative developer).
The grain of truth was that even if you love your job, itcan’t love you back. Yet what I’m hooked on isn’t one job, but the power of code and language. Applying the Web Dev Mindset to Dealing With Life Challenges originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.
A designer’s journey of creative exploration—100 days, 100 experiments, and the lessons learned along the way.
The View Transitions API is more a set of features than it is about any one particular thing. And it gets complex fast. But in this post, we’ll cover a couple ways to dip your toes into the waters without having to dive in head-first. Toe Dipping Into View Transitions originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.
ruby-align is now part of Baseline
Explore Ivan Gorbunov’s approach to minimalism, creativity, and functional design.
From MySpace profiles to AI-driven projects, Fabio Carretti reflects on his evolution as a developer, his creative journey, and the passion that keeps him moving forward.
I know, super niche, but it could be any loop, really. The challenge is having multiple tooltips on the same page that make use of the Popover API for toggling goodness and CSS Anchor Positioning for attaching a tooltip to its respective anchor element. Working With Multiple CSS Anchors and Popovers Inside the WordPress Loop originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get...
A curated selection of the latest motion design and animation trends to keep you inspired and in the loop.
An exploration of fractals, GLSL, and simulation theory, revealing their deep connections to art, mathematics, and the nature of reality.
Discover how AI tools like CursorAI are transforming iOS development, with practical tips and real-world examples for balancing AI assistance with developer expertise. Continue reading AI-Assisted Coding for iOS Development: CursorAI and Upcoming Swift Assist on SitePoint.
Ensure your digital products meet the EAA standards before the June 2025 deadline. This guide provides a practical checklist for developers to audit, fix, and maintain accessibility compliance while improving user experience. Continue reading Meeting European Accessibility Act (EAA) Standards: A Developer’s Checklist on SitePoint.
My thesis for today's article offers further reassurance that inline conditionals are probably not the harbinger of the end of civilization: I reckon we can achieve the same functionality right now with style queries, which are gaining pretty good browser support. The What If Machine: Bringing the “Iffy” Future of CSS into the Present originally published on CSS-Tricks, which is part of the DigitalOcean family. You...
Learn how to create an emissive dissolve effect, a popular technique in games for smoothly fading or transforming objects.
Discover the top 10 common web development mistakes that can hurt your site’s performance, user experience, and SEO. Continue reading 10 Common Web Development Mistakes to Avoid Right Now on SitePoint.
Discover the best payment gateways in France for 2025. Explore top payment methods and solutions to choose the best online payment service for your business! Continue reading Best Payment Gateways in France for 2025 on SitePoint.
A while back on CSS-Tricks, we shared several ways to draw hearts, and the response was dreamy. Now, to show my love, I wanted to do something personal, something crafty, something with a mild amount of effort. Handwriting an SVG Heart, With Our Hearts originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.
Interop 2025 continues the mission to make the web more consistent across browsers, building on 2024’s 95% interoperability score. This year, 19 focus areas target key developer needs and long-standing issues, including WebRTC improvements, Storage Access API, and CSS Zoom. The post Launching Interop 2025 appeared first on Mozilla Hacks - the Web developer blog.
Exploring the art of digital design with Jhosue Mesias—pushing boundaries, crafting experiences, and redefining creativity.
Adam’s such a mad scientist with CSS. He’s been putting together a series of “notebooks” that make it easy for him to demo code. He’s got one for gradient text, one for a comparison slider, another for accordions… Scroll Driven Animations Notebook originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.
Discover the features included in Interop 2025.
We’ve been able to get the length of the viewport in CSS since…checks notes…2013! Surprisingly, that was more than a decade ago. Getting the viewport width is as easy these days as easy as writing100vw, but … Typecasting and Viewport Transitions in CSS Withtan(atan2()) originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.
A comprehensive look at how to optimize Three.js scenes using Fiber, Drei, and advanced tools, ensuring smooth performance while retaining high-quality visuals.
An inside look at the creative process, challenges, and tools behind building a 3D game prototype from scratch.
I enjoy organizing code and find cascade layers a fantastic way to organize code explicitly as the cascade looks at it. The neat part is, that as much as it helps with "top-level" organization, cascade layers can be nested, which allows us to author more precise styles based on the cascade and inheritance. Organizing Design System Component Patterns With CSS Cascade Layers originally published on CSS-Tricks, which is...
Stationery Pad is a handy way to nix a step in your workflow if you regularly use document templates on your Mac. The long-standing Finder feature essentially tells a file’s parent application to open a copy of it by default, ensuring that the original file remains unedited. Make Any File a Template Using This Hidden macOS Tool originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get...
In 2013, Marcel Moerkens was working on Brooklyn, his WordPress theme, and he needed a way to make it stand out from the pack of other WordPress themes. Little did he know that the intro section he called a “Hero” would become one of the most recognizable patterns in web design today. Here’s how the idea came to life and how it changed everything.
Introducing Guillaume Lanier, a Creative & Frontend Developer based in Amsterdam, who crafts immersive digital experiences through innovative 2D/3D graphics and interactive design.
Why we thought popover was in Baseline last year, and how we're using data to improve understanding of interoperability.
A little gem from Kevin Powell's "HTML & CSS Tip of the Week" website, reminding us that using container queries opens up container query units for sizing things based on the size of the queried container. Container query units: cqi and cqb originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.
Create a playful stop-motion crayon cursor effect with p5.brush.js and smooth animations.