Search
Firefox 83
19.11.2020
There’s a small line in the changelog that is is big news for CSS:
We’ve added support for CSS Conic Gradients (bug 1632351) and (bug 1175958).
🎉🎉🎉
Conic gradients are circular, just like their radial counterpart, but place color stops...
Thinking Outside the Box with CSS Grid
19.11.2020
Great tutorial from Alex Trost (based on some demos, like this one, from Andy Barefoot) showcasing how, while CSS grid has straight grid lines across and down, you can place items across grid lines creating a staggered effect that looks pretty rad. Grid-like, but it appears to align to diagonal...
Price analysis 11/18: BTC, ETH, XRP, LINK, LTC, BCH, DOT, BNB, ADA, BSV
18.11.2020
Bitcoin price looks ready to consolidate after reaching a new 2020 high and altcoins may attempt to recover from their sharp losses
Upptime
18.11.2020
GitHub Actions are like free computers.
Well, there is pricing, but even free plans get 2,000 minutes a month. You write configuration files for what you want these computers to do. Those configuration files go into a repo, so typically they do things specific to that repo. I’m sure that...
Bitcoin’s All-Time Highs & the End to Uniswap’s UNI Mining: A Data Perspective by IntoTheBlock
18.11.2020
Powered by Every week, IntoTheBlock brings you on-chain analysis of top news stories in the crypto space. Leveraging blockchain’s publicContinue Reading
The post Bitcoin’s All-Time Highs & the End to Uniswap’s UNI Mining: A Data Perspective by IntoTheBlock appeared first on CoinMarketCap Blog
Is Impermanent Loss Overblown?: Flipside Crypto
17.11.2020
Is Impermanent Loss Overblown? The use of decentralized exchanges (DEXes) has skyrocketed this year, with volumes deposited going from underContinue Reading
The post Is Impermanent Loss Overblown?: Flipside Crypto appeared first on CoinMarketCap Blog
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...
Logical layout enhancements with flow-relative shorthands
16.11.2020
Admission: I’ve never worked on a website that was in anything other than English. I have worked on websites that were translated by other teams, but I didn’t have much to do with it. I do, however, spend a lot of time thinking in terms of block-level and inline-level elements....
Price analysis 11/16: BTC, ETH, XRP, LINK, BCH, LTC, BNB, DOT, ADA, BSV
16.11.2020
Bitcoin has resumed its journey toward a new all-time high and the renewed bullish momentum is pulling altcoin prices higher
Price analysis 11/13: BTC, ETH, XRP, LINK, BCH, LTC, BNB, DOT, ADA, BSV
13.11.2020
A few altcoins are trying to start a new up-move even though Bitcoin is struggling to pull above $16,300
SVGBOX
13.11.2020
I’ve been saying for years that a pretty good icon system is just dropping in icons with inline <svg> where you need them. This is simple to do, offers full design control, has (generally) good performance, and means you aren’t smurfing around with caching and browser support...
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...
Price analysis 11/11: BTC, ETH, XRP, LINK, BCH, BNB, DOT, LTC, ADA, BSV
11.11.2020
Bitcoin and several altcoins are showing signs of breaking above their overhead resistance levels, which suggests bulls remain in control
DeFi’s Resurgence & Bitcoin’s Most Recent Stamp of Approval: A Data Perspective by IntoTheBlock
11.11.2020
Powered by Every week, IntoTheBlock brings you on-chain analysis of top news stories in the crypto space. Leveraging blockchain’s publicContinue Reading
The post DeFi’s Resurgence & Bitcoin’s Most Recent Stamp of Approval: A Data Perspective by IntoTheBlock appeared first on CoinMarketCap Blog
Failed Sybil Attack Targeted Monero Users, Privacy Is Safe
11.11.2020
Monero was targeted by an attempted Sybil attack that ultimately failed, according to reports from project developer Riccardo Spagni. AttackerContinue Reading
The post Failed Sybil Attack Targeted Monero Users, Privacy Is Safe appeared first on CoinMarketCap Blog
CER.LIVE Report: Top 25 Decentralized Exchanges by Cybersecurity Score
10.11.2020
Report Highlights 1. Only 2 crypto exchanges out of 25 gained “high” scores of 8 out of 10 points orContinue Reading
The post CER.LIVE Report: Top 25 Decentralized Exchanges by Cybersecurity Score appeared first on CoinMarketCap Blog
JavaScript Operator Lookup
9.11.2020
Okay, this is extremely neat: Josh Comeau made this great site called Operator Lookup that explains how JavaScript operators work. There are some code examples to explain what they do as well, which is pretty handy.
My favorite bit of UI design here are the tags at the bottom of the search...
Price analysis 11/9: BTC, ETH, XRP, BCH, LINK, BNB, LTC, DOT, ADA, BSV
9.11.2020
Bitcoin price is recovering well from its 6% drop to $14,800 but top altcoins are slow to follow
Top 5 cryptocurrencies to watch this week: BTC, ETH, LINK, LEO, XEM
8.11.2020
Select altcoins are moving higher as Bitcoin prepares for a renewed push to $16,000
Bidirectional scrolling: what’s not to like?
6.11.2020
Some baby bear thinking from Adam Silver.
Too hot:
[On horizontal scrolling, like Netflix] This pattern is accessible, responsive and consistent across screen sizes. And it’s pretty easy to implement.
Too cold:
That’s a lot of pros for a pattern that in reality has some critical...