Search
Blockchain Bites: Your Ultimate Guide to Consensus Distributed, Day 2
12.5.2020
Here's the rundown on what not to miss
Blockchain Bites: Your Guide to Consensus Distributed
11.5.2020
Blockchain Bites will publish twice daily throughout Consensus: Distributed, setting the schedule and rounding up what you may have missed
Chromium lands Flexbox gap
9.5.2020
I mentioned this the other day via Michelle Barker’s coverage, but here I’ll link to the official announcement. The main thing is that we’ll be getting gap with flexbox, which means:
.flex-parent {
display: flex;
gap: 1rem;
}
.flex-child {
flex: 1;
}
That’s excellent...
A Basic Guide to Using Liquidity to Find The Best Crypto Exchanges
8.5.2020
CoinMarketCap just made several important upgrades to the Liquidity Metric, which launched not long ago at the November 2019 TheContinue Reading
The post A Basic Guide to Using Liquidity to Find The Best Crypto Exchanges appeared first on CoinMarketCap Blog
Guide Highlights Patchwork of Crypto Tax Laws in Latin America
7.5.2020
New research has highlighted a patchwork of laws, confused regulations and unusual concepts governing crypto taxation in Latin America
A Complete Guide to CSS Functions
4.5.2020
Like any other programming language, CSS has functions. They can be inserted where you’d place a value, or in some cases, accompanying another value declaration.
The post A Complete Guide to CSS Functions appeared first on CSS-Tricks
CBDCs Come in Many Forms – Here’s a Quick Guide
30.4.2020
Dozens of central banks are piloting digital currencies. George Calle, of R3, takes us through the various project types
Beginners Guide To Cryptocurrency
23.4.2020
Disclaimer: The text below is a sponsored article that was not written by Cryptonews.com journalists.
Stock Photo: deniskot / Keyboard with a golden cryptocurrency tab
Cryptocurrency 101
Cryptocurrency has been around since 2009 and has grown in popularity ever since. But if you’re a beginner...
DataDash’s In-Depth Guide to Swing-Trading Cryptocurrencies
8.4.2020
CoinMarketCap and Nicholas Merten of DataDash have launched a series on the strategies for trading and investing in cryptocurrencies. Nicholas’sContinue Reading
The post DataDash’s In-Depth Guide to Swing-Trading Cryptocurrencies appeared first on CoinMarketCap Blog
Google’s Technical Writing Guide
3.4.2020
It’s good!
I’ve written up my advice (sprinkled with great advice from others), but this is way more straightforward nuts-and-bolts training on technical writing. It’s structured like an actual course, with exercises along the way.
I’m far from an expert here. But between...
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...
Bitcoin for Business: The Tax Guide
25.3.2020
Check out the full tax guide for crypto payment to businesses
A Guide to Bitcoin Halving, and What To Expect in 2020
18.3.2020
The next bitcoin halving is almost here. The event is set to occur in mid-May of this year and willContinue Reading
The post A Guide to Bitcoin Halving, and What To Expect in 2020 appeared first on CoinMarketCap Blog
A Complete Guide to calc() in CSS
17.3.2020
CSS has a special calc() function for doing basic math. Here's an example:
.main-content {
/* Subtract 80px from 100vh */
height: calc(100vh - 80px);
}
In this guide, let's cover just about everything there is to know about this very useful function.
calc() is for values
The only place you...
6 Cryptocurrency Exchanges That Don’t Require KYC
17.3.2020
These days, it’s taken as a given that KYC must be endured to trade cryptos on centralized exchanges. In fact, there are still dozens of exchanges you can access without having to risk your personal documents and identity. The following guide examines six such platforms, and considers...
How to Track, Get and Set the Best Transaction Fees with Bitcoin and Bitcoin Cash
14.3.2020
Once set up with a bitcoin or bitcoin cash wallet and some coins, using and sending them is pretty easy. Part of this process involves paying a transaction fee, which is a small amount of coin included in a transaction incentivizing miners to work the tx into a block. Both BTC and BCH transactions...
A Guide to Handling Browser Events
13.3.2020
In this post, Sarah Chima walks us through how we can work with browser events, such as clicking, using JavaScript. There’s a ton of great info in here! If JavaScript isn’t your strong suit, I think this is the best explanation of event handling that I’ve read in quite some time.
When an event...
How to Survive the Coronavirus and Keep Your Startup Alive
11.3.2020
From protecting your staff to planning a succession, here's a six-point plan to staying out of legal trouble during the pandemic
Block Links Are a Pain (and Maybe Just a Bad Idea)
10.3.2020
As we noted in our complete guide, you can put an <a href=""> link around whatever chunks of HTML you like. Let's call that a "block link." Like you are wanting to link up an entire "Card" of content because it makes a big clickable target.
<a href="/article/"<!-- display: block;...
A Guide to Enhance Sports Betting Experience With Useful Tips
9.3.2020
Sports have always held a special place in our hearts. The excitement to win or the sadness of defeat we experience while enjoying our favorite games is unmatchable and often end up giving the most memorable moments of our lives. As time evolved, betting became an inseparable part of the sports...