Search
“What You Said” (Apr. 6), a Weekly Round-Up of Sentiments From the Community
6.4.2020
Welcome back, CoinMarketCap family! Glad to see you back here again for another week’s edition of “What You Said“! Let’sContinue Reading
The post “What You Said” (Apr. 6), a Weekly Round-Up of Sentiments From the Community appeared first on CoinMarketCap Blog
Continuous Deployments for WordPress Using GitHub Actions
6.4.2020
Continuous Integration (CI) workflows are considered a best practice these days. As in, you work with your version control system (Git), and as you do, CI is doing work for you like running tests, sending notifications, and deploying code. That last part is called Continuous Deployment (CD)....
CSS-Only Marquee Effect
5.4.2020
You make sure the text is more than twice the width of the screen, then use negative translate animations to do the marquee movement.
You’ll probably want to aria-hidden all but one of them if you need to duplicate the text. Or, you could use a very clever CSS trick...
A Glimpse Into CoinMarketCap’s WFH Setup
4.4.2020
Hey CMC-fam! How are you guys holding up working from home?  We understand that increasingly more people around the worldContinue Reading
The post A Glimpse Into CoinMarketCap’s WFH Setup appeared first on CoinMarketCap Blog
A Glimpse Into CoinMarketCap’s Work From Home Setup
4.4.2020
Hey CMC-fam! How are you guys holding up working from home? We understand that increasingly more people around the worldContinue Reading
The post A Glimpse Into CoinMarketCap’s Work From Home Setup appeared first on CoinMarketCap Blog
Some Typography Links
3.4.2020
I just can’t stop bookmarking great links related to typography. I’m afraid I’m going to have to subject you, yet again, to a bunch of them all grouped up. So those of you that care about web type stuff, enjoy.
I know there are lots of good reasons to be excited about variable...
What to Expect When You’re Expecting... the Bitcoin Block Halving
2.4.2020
Bitcoin’s price may not pump the same as it has following previous halving events, several experts explain
typespecimens.io
2.4.2020
If you’re looking for a new typeface for that side project of yours then here’s a great website by John D. Jameson that collects a bunch of the latest type specimen websites. Everything is on display here, from the daring and bold, to those that are a bit more professional and reserved.
Not only...
Why Do Some HTML Elements Become Deprecated?
2.4.2020
The internet has been around for a long while, and over time we’ve changed the way we think about web design. Many old techniques and ways of doing things have gotten phased out as newer and better alternatives have been created, and we say that they have been deprecated.
Deprecated. It’s a word...
Cryptocurrency Now Accepted at Arkansas Jewelry Retailer
2.4.2020
Diamond Gems Jewelry, in Jonesboro, AR has launched a new E-Commerce website accepting multiple forms of Cryptocurrency including Bitcoin, Bitcoin Cash, Dai, Ethereum, Litecoin, USD Coin and you can even pay using your Coinbase account.
The post Cryptocurrency Now Accepted at Arkansas Jewelry...
Cloudinary Studio
2.4.2020
I knew that Cloudinary worked with video as well as images but, the other day, I was curious if Cloudinary offered a video player embed just like other video hosts do (e.g. YouTube, Vimeo, etc). Like an <iframe> that comes with a special player.
I was curious because, as much as...
Performant Expandable Animations: Building Keyframes on the Fly
1.4.2020
Animations have come a long way, continuously providing developers with better tools. CSS Animations, in particular, have defined the ground floor to solve the majority of uses cases. However, there are some animations that require a little bit more work.
You probably know that animations should...
Economist Jeffrey Tucker: ‘Can You Imagine BTC Price If It Had Scaled?’
1.4.2020
Ethereum and Blockstream’s leaders weighed into a debate sparked by economist Jeffrey Tucker, who claimed the BTC price is lower than it should be due to issues with scaling
Nic Carter: ‘If You’re Not Radicalized, You’re Not Paying Attention’
31.3.2020
Castle Island Ventures and Coin Metrics co-founder joins to discuss cascading crises, crypto dollarization and the state of the bitcoin narrative
RSS Stuff
31.3.2020
Laura Kalbag wrote How to read RSS in 2020. This would be a nice place to send someone curious about RSS: what it is, what it’s for, and how you can start using it as a reader. I like this callout, too:
Sometimes the content is just an excerpt, encouraging you to read the rest of the content...
gqless
30.3.2020
This is so cool. I mean, GraphQL is already cool. It’s very satisfying to write an understandable-looking query for whatever you want and then use that data in templates.
But what if you didn’t have to write the query at all? What if you just wrote the templates pretending you already...
Mine Crypto Using Brain Waves? Microsoft Thinks You Can
30.3.2020
Microsoft, via its subsidiary Microsoft Technology Licensing (MTL), has made a bold crypto move by securing a patent for a mining system that uses human body activity as proof-of-work in the creation of crypto tokens.
The patent was granted by the World Intellectual Property Organization (WIPO)...
4 CSS Grid Properties (and One Value) for Most of Your Layout Needs
30.3.2020
CSS Grid provides us with a powerful layout system for websites. The CSS-Tricks guide gives you a comprehensive overview of Grid’s properties with layout examples. What we’re going to do here is a reverse approach to show you the smallest possible set of grid properties you need to know to meet...
How They Fit Together: Transform, Translate, Rotate, Scale, and Offset
30.3.2020
Firefox 72 was first out of the gate with "independent transforms." That is, instead of having to combine transforms together, like:
.el {
transform: rotate(10deg) scale(0.95) translate(10px, 10px);
}
...we can do:
.el {
rotate: 10deg;
scale: 0.95;
translate: 10px 10px;
}
That's extremely...
“What You Said” (Mar. 30), a Weekly Round-Up of Sentiments From the Community
30.3.2020
It’s been a minute, CoinMarketCap-ers! Glad to see you back here again for another week’s edition of “What You Said“!Continue Reading
The post “What You Said” (Mar. 30), a Weekly Round-Up of Sentiments From the Community appeared first on CoinMarketCap Blog