
Your Browser Agent Needs a Replay Button
Have you ever found it hard to debug your browser-based agents based on text alone? Have you ever found a normal agent just saying: “I was unable to find the submit button.” “The requested action c
Search for a command to run...

Have you ever found it hard to debug your browser-based agents based on text alone? Have you ever found a normal agent just saying: “I was unable to find the submit button.” “The requested action c

I’ve been working on some new form features for the CSS-Tricks Almanack, and it has definitely caught my interest over the past few weeks. I wrote about some of them (I even made a video :D), and I’m still writing on as they come out. I’m sharing the...

Last Saturday, on the 26th of July 2025, I attended the Developer Relations Conference by The DevRel Camp, and it was such an amazing and inspiring meeting. I learned a lot from the speakers who came to speak at the conference, and I decided to put m...

Colors are a way for you to make anything and everything spectacular. For the web, colors are defined through a good programming language called CSS. And for the past few months, I’ve been working on almanac references, articles, and a guide for colo...

Obviously, the answer is no. But, the next question you’d ask is how? In the MDN documentation, we clearly have :open being defined as “The :open CSS pseudo-class represents an element that has open and closed states, only when it is currently in the...

Analyzing Solidity Programming Language for Smart Contracts

Blockchain refers to a decentralized digital ledger that records digital transactions and tracks various assets across a large network of computers. Blockchain technology has several layers, from L0 (layer 0) to L1 (layer 1), L2 (layer 2), and L3 (la...

Last week Monday I and Ademola Thompson aka SuperheroJT planned to consistently write articles for 7 days straight. Somehow this was just something I wanted to do consistently before the year ran out and I’m glad I was able to push through. But, I wo...

How can you create a modal? Well, I’m glad you asked! A good way to create a modal on the web is by using two properties - the HTML <dialog> and the CSS pseudo-class :modal. In this article, we will explore how the CSS :modal pseudo-class works and h...