Search
DigitalOcean Welcomes Cloudways to the Family
17.11.2022
Hey folks! If you’ve been keeping up with the latest DigitalOcean news, you might be aware that we recently announced our acquisition of a company called Cloudways. In case you’re curious about what this means, we thought it might …
DigitalOcean Welcomes Cloudways to the Family...
Finding Front-End Development Scholarships
16.11.2022
I’m often asked where to learn web development. The answer varies, of course, and we’ve published a few posts on the topic over the years, the most recent of which was Chris taking a stab at different learning paths in …
Finding Front-End Development Scholarships originally...
SBF Is Sleeping Better, Playing Video Games — New York Times Sam Bankman-Fried Interview Dunked on for Going Soft on FTX Co-Founder
15.11.2022
On Nov. 14, the New York Times (NYT) published a massive 2,200-word expose and interview with the former CEO of FTX, Sam Bankman-Fried (SBF), and the article was criticized a great deal after it was published. The article noted that SBF would only offer “limited details about the central questions...
Behind the CSScenes, November 2022
15.11.2022
Is it Fall? Winter? I don’t know, but I woke up with snow in the front yard this morning and felt like it was time to write a little update about what’s been happening around CSS-Tricks this past month, as …
Behind the CSScenes, November 2022 originally published on CSS-Tricks...
Classy and Cool Custom CSS Scrollbars: A Showcase
14.11.2022
In this article we will be diving into the world of scrollbars. I know, it doesn’t sound too glamorous, but trust me, a well-designed page goes hand-in-hand with a matching scrollbar. The old-fashioned chrome scrollbar just doesn’t fit in as …
Classy and Cool Custom CSS Scrollbars:...
CSS Grid and Custom Shapes, Part 3
11.11.2022
After Part 1 and Part 2, I am back with a third article to explore more fancy shapes. Like the previous articles, we are going to combine CSS Grid with clipping and masking to create fancy layouts for image …
CSS Grid and Custom Shapes, Part 3 originally published on CSS-Tricks, which...
State-Run Chinese Newspaper Economic Daily Warns Against ‘Betting Big’ on the Metaverse
10.11.2022
Economic Daily, an economic newspaper run by the Chinese state, has published an article noting problems with investing in the metaverse. The article says that metaverse investments might not be suitable for all regions of the country, comparing the trend to the explosion of new green energies...
What CSS Do You Absolutely Have to Know in 2022?
8.11.2022
Sacha Greif openly wondered whether CSS has gotten to be, you know, too big. With all the goodies that’ve shipped in browsers the past couple of years — container queries! relative color syntax! cascade layers! logical properties…
What CSS Do You Absolutely Have to Know in 2022?...
Managing CSS Styles in a WordPress Block Theme
7.11.2022
The way we write CSS for WordPress themes is in the midst of sweeping changes. I recently shared a technique for adding fluid type support in WordPress by way of theme.json, a new file that WordPress has been pushing …
Managing CSS Styles in a WordPress Block Theme originally published...
A Couple Changes Coming in Chrome 108
4.11.2022
“A change to overflow on replaced elements in CSS”:
From Chrome 108, the following replaced elements respect the overflow property: img, video and canvas. In earlier versions of Chrome, this property was ignored on these elements.
This
…
A Couple Changes...
The Difference Between Web Sockets, Web Workers, and Service Workers
3.11.2022
Web Sockets, Web Workers, Service Workers… these are terms you may have read or overheard. Maybe not all of them, but likely at least one of them. And even if you have a good handle on front-end development, there’s a …
The Difference Between Web Sockets, Web Workers, and Service Workers...
Some Links About CSS Gradients
2.11.2022
Every once in a while, the blogging zeitgiest seems to coalesce around a certain topic and it’s like the saved articles in my bookmarks folder are having a conversation. The conversation sitting in there now is all about CSS Gradients …
Some Links About CSS Gradients originally...
Rendering External API Data in WordPress Blocks on the Back End
1.11.2022
This is a continuation of my last article about “Rendering External API Data in WordPress Blocks on the Front End”. In that last one, we learned how to take an external API and integrate it with a block that …
Rendering External API Data in WordPress Blocks on the Back...
The New CSS Media Query Range Syntax
31.10.2022
The Media Queries Level 4 specification has introduced a new syntax for targeting a range of viewport widths using common mathematical comparison operators, like , and =, that make more sense syntactically while writing less code for responsive web design.
The New CSS Media Query Range Syntax...
Why Crypto Needs UCC Article 12
28.10.2022
Fancy Image Decorations: Outlines and Complex Animations
28.10.2022
We’ve spent the last two articles in this three-part series playing with gradients to make really neat image decorations using nothing but the <img> element. In this third and final piece, we are going to explore more techniques using the …
Fancy Image Decorations: Outlines...
Can BudBlockz (BLUNT) Become as Popular as Chiliz (CHZ) and Enjin Coin (ENJ)?
26.10.2022
Disclaimer: The text below is an advertorial article that is not part of Cryptonews.com editorial content. If you are looking for the best crypto project to invest in right now, popularity is a key factor for future growth and success. In the end, higher demand for a coin will only push...
Bloomberg's Matt Levine Writes 40,000-Word Article on Crypto
25.10.2022
It's the only article this week in Businessweek, just the second time the magazine has been filled by a single piece
Creating Animated, Clickable Cards With the :has() Relational Pseudo Class
25.10.2022
The CSS :has() pseudo class is rolling out in many browsers with Chrome and Safari already fully supporting it. It’s often referred to it as “the parent selector” — as in, we can select style a parent element from a …
Creating Animated, Clickable Cards With the :has() Relational Pseudo Class...
Is There Too Much CSS Now?
24.10.2022
As front-end developers, we’ve wished for a lot of things over the years — ways to center things in CSS, encapsulate styles, set an element’s aspect ratio, get finer-grained control over our colors, select an element based on its children’s …
Is There Too Much CSS Now? originally...