Search
Creating Patterns With SVG Filters
15.3.2021
For years, my pain has been not being able to create a somewhat natural-looking pattern in CSS. I mean, sometimes all I need is a wood texture. The only production-friendly solution I knew of was to use an external image, …
The post Creating Patterns With SVG Filters appeared first...
Collective #647
4.2.2021
Mutsuacen * New aspect-ratio CSS property * Fusuma * Dark Patterns in UI Copy 2021
The post Collective #647 appeared first on Codrops
On Type Patterns and Style Guides
19.1.2021
Over the last six years or so, I’ve been using these things I’ve been calling “type patterns” in my web design work, and they’ve worked out pretty well for me. I’ll dig into what they are and how they can …
The post On Type Patterns and Style Guides appeared first on CSS-Tricks.
You...
Sharpen Your JavaScript Skills with Pluralsight (Sponsored)
21.12.2020
JavaScript recently turned 25 years old, and while it started by dominating over the client side world, this beautiful programming language is well on its way to taking over the server side. JavaScript isn’t just thriving — it’s evolving with new syntax features, patterns...
Previous Bitcoin Bull Run Patterns Suggest Current Run Could See a $160K Top, Possible $25K Bottom
24.11.2020
While digital currency markets have increased significantly in value a number of crypto asset proponents are wondering how far the next bull run will take them. For instance, the last three bitcoin bull runs saw different price spikes and significant drops below 80% as well. If the next bitcoin...
CSS Background Patterns
17.11.2020
Nice little tool from Jim Raptis: CSS Background Patterns. A bunch of easy-to-customize and copy-and-paste backgrounds that use hard stop CSS gradients to make classy patterns. Not quite as flexible as SVG backgrounds, but just as lightweight.
Like this:
CodePen Embed Fallback
Speaking of cool...
How to Work With WordPress Block Patterns
12.11.2020
Just a little post I wrote up over at The Events Calendar blog. The idea is that a set of blocks can be grouped together in WordPress, then registered in a register_block_pattern() function that makes the group available to use as a “block pattern” in any page or post.
Block patterns...
Collective #628
19.10.2020
The State of CSS Survey * Filmstrip * Webpack 5 Headache * CSS Background Patterns
The post Collective #628 appeared first on Codrops
How to Create an Async Function
24.9.2020
One thing I love about JavaScript is that there are many ways to accomplish the same task, one such example being creating functions. There are several patterns for functions; one of the last you see used is the new Function method: /* new Function(arg1, arg2 (...), body) */ const myFunction =...
Vital Web Performance
21.9.2020
I hate slow websites. They are annoying to use and frustrating to work on. But what does it mean to be “slow”? It used to be waiting for document load. Then waiting for page ready. But with so many asynchronous patterns in use today, how do we even define what “slow” is? The W3C has […]
The...
Blockchain Bites: Patoshi’s Patterns, Canaan’s Losses, DeFi’s ‘Weird’ Moment
1.9.2020
Decentralized exchange volumes climb for a third straight month, Tezos settled a class action and Coinbase added a16z and DoorDash executives to its board
Protection Over Profit: What Early Mining Patterns Suggest About Bitcoin’s Inventor
31.8.2020
Researchers believe Bitcoin’s creator probably used specialized mining software in the coin’s early days to protect the new network – not to profit from it
Designing a JavaScript Plugin System
25.8.2020
WordPress has plugins. jQuery has plugins. Gatsby, Eleventy, and Vue do, too.
Plugins are a common feature of libraries and frameworks, and for a good reason: they allow developers to add functionality, in a safe, scalable way. This makes the core project more valuable, and it builds a community...
Analysts Claim Bitcoin’s 76 Day Stability ‘Bullish’: Hash Ribbons Cross and 2016 Patterns
21.7.2020
The price of bitcoin has been very stable lately, and the crypto asset has been trading in a less volatile range just above $9k per coin for 76 consecutive days. After the third halving, the price of bitcoin has also been far more stable, in contrast to the price action after the second halving....
USA.css
6.7.2020
Lots of fun with gradients from Bennet Feely: stars, stripes, banners, bursts… I love being able to use nice patterns with either no image requests at all, or very little SVG.
And important reminder: Bennet does all sorts of cool stuff. I’ve probably used Clippy about a million times....
Patternico
20.6.2020
I remember searching for tutorials for making seamless patterns in Photoshop¹ all the time back in the day.
It’s fun to see this little website for building repeating patterns as its one job. It does everything you’d expect: pick a background, drag some decorations onto it and position...
Creative Background Patterns Using Gradients, CSS Shapes, and Even Emojis
10.6.2020
You can create stripes in CSS. That’s all I thought about in terms of CSS background patterns for a long time. There’s nothing wrong with stripes; stripes are cool. They can be customized into wide and narrow bands, criss-crossed into a checked pattern, and played with in other ways using the idea...
Three Arrows Capital CEO: ‘Bart Simpson’ Patterns are Here to Stay
5.6.2020
Speaking to the Coinist Podcast on June 4, CEO Su Zhu said he believes the Bitcoin price pattern that we saw on June 1 is likely to repeat
This Week in Crypto: A Data Perspective
3.6.2020
Powered by In yet another volatile week for crypto, interesting patterns are emerging in the on-chain activity of some ofContinue Reading
The post This Week in Crypto: A Data Perspective appeared first on CoinMarketCap Blog
Background Patterns, Simplified by Conic Gradients
28.5.2020
For those who have missed the big news, Firefox now supports conic gradients!
Starting with Firefox 75, released on the April 7, we can go to about:config, look for the layout.css.conic-gradient.enabled flag and set its value to true (it’s false by default and all it takes to switch...