Stay Updated with the Latest Tech News


Get ahead of the curve with the latest insights, trends, and analysis in the tech world.


Browse by Category

Popular Topics
#General #Development #Mobile Development #Cloud & DevOps #Cybersecurity & Privacy #AI & Data Science #Hardware & Gadgets #Design & UX

Best Crypto Payments Gateways in 2025

Read Best Crypto Payments Gateways in 2025 and learn Web with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more. Continue reading Best Crypto Payments Gateways in 2025 on SitePoint.

SitePoint favicon SitePoint 11 months ago 1 min read

Collective #881

A Friendly Introduction to Container Queries * Gentrified by design

Codrops favicon Codrops 11 months ago 1 min read

Developing Moxey: A Behind-the-Scenes Look at the Process

In this article, we take you behind the scenes to explore the creative development process of the website for Moxey.no, a film production company based in Stavanger, Norway.

Codrops favicon Codrops 11 months ago 1 min read

Watch the Web AI Summit 2024 videos

The Web AI Summit, Google's first summit for developers focused on client-side AI, took place on October 18, 2024. Our lineup included presenters from Google teams, such as Chrome and MediaPipe, and other companies working in AI, such as

WebDev Blog favicon WebDev Blog 11 months ago 1 min read

Recreating the Mac Mini Effect Step-by-Step in Rive

Learn how to bring the Mac Mini animation to life using Rive’s powerful no-code tools, with tips on nested artboards, state machines, and faux 3D effects.

Codrops favicon Codrops 11 months ago 1 min read

Creating an ASCII Shader Using OGL

Explore the world of shaders with this easy-to-follow guide to creating a custom ASCII art animation using WebGL, Perlin noise, and GLSL.

Codrops favicon Codrops 11 months ago 1 min read

CSS gets an official logo

Frontend Focus #668 — November 13, 2024 | Read on the web Beautiful Focus Outlines — Thomas notes that focus outlines are often seen as a purely technical requirement, but suggests we should treat them as essential design elements that can help create “interfaces that are both beautiful and inclusive”, noting how they are fundamental to an accessible web. Also looks at a multi-colored striped approach, and a proposed...

Frontend Focus favicon Frontend Focus 11 months ago 5 min read

Anchoreum: A New Game for Learning Anchor Positioning

You've played Flexbox Froggy before, right? Or maybe Grid Garden? They're both absolute musts for learning the basics of modern CSS layout using Flexbox and CSS Grid. Thomas Park made those and he's back with another game: Anchoreum. Anchoreum: A New Game for Learning Anchor Positioning originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.

CSS-Tricks favicon CSS-Tricks 11 months ago 1 min read

Bundle Up And Save On Smashing Books And Workshops

It’s the end of the year, and as we look at our inventory, we thought, “Let’s help everyone in our community get ready for the year ahead!” Get friendly pricing on bundles of books and workshops to dive deep into the subjects you care about most. Let’s bundle up and save!

Smashing Magazine favicon Smashing Magazine 11 months ago 1 min read

Collective #880

Cookie banners * The and elements are getting an upgrade

Codrops favicon Codrops 11 months ago 1 min read

Build Your Own Tools with Penpot’s New Plugin System and Join the Contest

Penpot's new Plugin System invites designers and developers to customize, innovate, and expand their creative workflows—plus, join the Plugin Contest for a chance to showcase your skills and win big!

Codrops favicon Codrops 11 months ago 1 min read

Tim Brown: Flexible Typesetting is now yours, for free

Another title from A Book Apart has been re-released for free. The latest? Tim Brown's Flexible Typesetting. I may not be the utmost expert on typography and its best practices but I do remember reading this book (it's still on the shelf next to me!) thinking maybe, just maybe, I might be able to hold a conversation about it with Robin when I finished it. Tim Brown: Flexible Typesetting is now yours, for free...

CSS-Tricks favicon CSS-Tricks 12 months ago 1 min read

Tips for Freelancers Looking to Maximize Passive Income Streams

Read Tips for Freelancers Looking to Maximize Passive Income Streams and learn with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more. Continue reading Tips for Freelancers Looking to Maximize Passive Income Streams on SitePoint.

SitePoint favicon SitePoint 12 months ago 1 min read

Case Study: Anderson Moss ®️

Discover how Anderson Moss redefined its brand with an award-winning website that blends artful design with innovative tech.

Codrops favicon Codrops 12 months ago 1 min read

The Different (and Modern) Ways to Toggle Content

Let’s spend some time looking at disclosures, the Dialog API, the Popover API, and more. We’ll look at the right time to use each one depending on your needs. Modal or non-modal? JavaScript or pure HTML/CSS? Not sure? Don’t worry, we’ll go into all that. TheDifferent (andModern) Ways toToggleContent originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.

CSS-Tricks favicon CSS-Tricks 12 months ago 1 min read

Collective #879

GitHub Spark * On Crafting Painterly Shaders * Should masonry be part of CSS grid?

Codrops favicon Codrops 12 months ago 1 min read

Alternatives To Typical Technical Illustrations And Data Visualisations

Thomas Bohm rethinks technical illustrations and data visualizations, sharing interesting and uncommon examples of how to present data and information. Bar graphs and pie charts are great, but there’s so much more to explore!

Smashing Magazine favicon Smashing Magazine 12 months ago 1 min read

3D x Branding: Shaping a Brand Identity through Dynamic 3D Visuals

A look into how QuestOne’s brand identity was reimagined through the “Hydrogen Circle”—a bold, modular 3D visual embodying their vision for hydrogen innovation and renewable energy.

Codrops favicon Codrops 12 months ago 1 min read

Popping Comments With CSS Anchor Positioning and View-Driven Animations

The State of CSS 2024 survey wrapped up and the results are interesting, as always. Even though each section is worth analyzing, we are usually most hyped about the section on the most used CSS features. And if you … Popping Comments With CSS Anchor Positioning and View-Driven Animations originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.

CSS-Tricks favicon CSS-Tricks 12 months ago 1 min read

How to Create an Organic Text Distortion Effect with Infinite Scrolling

Learn how to create an organic distortion effect for text using JavaScript and CSS for a unique, fluid animation.

Codrops favicon Codrops 12 months ago 1 min read

Are you using container queries yet?

Frontend Focus #667 — November 6, 2024 | Read on the web A Friendly Introduction to Container Queries — It’s been a couple of years now since the “biggest missing piece in the CSS toolkit” first started landing in browsers, but despite container queries being a highly requested and now well supported feature, Josh opines that we aren’t really using it all that much (however...). Here he goes into why take up may be...

Frontend Focus favicon Frontend Focus 12 months ago 5 min read

Fluid Everything Else

We can apply the concept of fluid typography to almost anything. This way we can have a layout that fluidly changes with the size of its parent container. Few users will ever see the transition, but they will all appreciate the results. Honestly, they will. Fluid Everything Else originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.

CSS-Tricks favicon CSS-Tricks 12 months ago 1 min read

Collective #878

Should JavaScript be split into two languages? * uifonts.app * Better Upload

Codrops favicon Codrops 12 months ago 1 min read

Why Optimizing Your Lighthouse Score Is Not Enough For A Fast Website

Feeling good with your Lighthouse score of 100%? You should! But you should also know that you’re only looking at part of the performance picture. Learn how Lighthouse scores are measured differently than other tools, the impact that has on measuring performance metrics, and why you need real-user monitoring for a complete picture.

Smashing Magazine favicon Smashing Magazine 12 months ago 1 min read

How to Create an AI-Powered Newsletter Aggregator with React and AI Agents

Get started with AI agents in this practical tutorial and learn to build an AI-powered newsletter aggregator using React and KaibanJS.

Codrops favicon Codrops 12 months ago 1 min read

Web-Slinger.css: Like Wow.js But With CSS-y Scroll Animations

Can we recreate a JavaScript library for scrolling animations with a modern CSS approach using CSS Scroll-Driven Animations? Yes. Yes, we can. Web-Slinger.css: Like Wow.js But With CSS-y Scroll Animations originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.

CSS-Tricks favicon CSS-Tricks 12 months ago 1 min read

Collective #877

NextMaster * Where web components shine * Possible Future CSS

Codrops favicon Codrops 12 months ago 1 min read

A Deep Dive into Building Enterprise grade Generative AI Solutions

Read A Deep Dive into Building Enterprise grade Generative AI Solutions and learn AI with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more. Continue reading A Deep Dive into Building Enterprise grade Generative AI Solutions on SitePoint.

SitePoint favicon SitePoint 12 months ago 1 min read

Ingredients For A Cozy November (2024 Wallpapers Edition)

November is just around the corner and that means: It’s time for some new desktop wallpapers! Created with love by the community for the community, they are available in versions with and without a calendar. Enjoy!

Smashing Magazine favicon Smashing Magazine 12 months ago 1 min read

State of CSS 2024 Results

The results from this year's survey are fairly fresh off the presses. We took a little time to sit with them and jot down some things we noticed and found interesting. State of CSS 2024 Results originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.

CSS-Tricks favicon CSS-Tricks 12 months ago 1 min read

Designing For Gen Z: Expectations And UX Guidelines

There are many myths revolving around Gen Z and how they use tech. Time to take a look at actual behavior patterns that go beyond heavy use of social media. Part of [Smart Interface Design Patterns](https://smart-interface-design-patterns.com) by yours truly.

Smashing Magazine favicon Smashing Magazine 12 months ago 1 min read

New to the web platform in October

Discover some of the interesting features that have landed in stable and beta web browsers during October 2024.

WebDev Blog favicon WebDev Blog 12 months ago 1 min read

Content-aware components, and blazing fast tools

Frontend Focus #666 — October 30, 2024 | Read on the web Making Content-Aware Components using CSS :has(), Grid, and Quantity Queries — Eric looks at the power of combining the CSS :has() pseudo-class with classic techniques like quantity queries and a mobile-first mindset as a way to create resilient, self-contained, content-aware components “that can adapt to any language you throw atit”. Eric Bailey The Most...

Frontend Focus favicon Frontend Focus 12 months ago 4 min read

Tooltip Best Practices

What are tooltips, exactly? There's two kinds and the one you use has implications on the user experience, as Zell illustrates in this explainer on best practices. Tooltip Best Practices originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.

CSS-Tricks favicon CSS-Tricks 12 months ago 1 min read

Come to the light-dark() Side

Dark mode interfaces have matured a lot in the past few years. We all know the "traditional" approach using media queries but in this article, Sara Joy demonstrates modern CSS features that make respecting user color scheme preferences pretty darn easy. Come to the light-dark() Side originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.

CSS-Tricks favicon CSS-Tricks 12 months ago 1 min read