Search
Crypto Derivatives, A Short Guide to A Growing Trade (pun intended)
4.3.2020
CoinMarketCap has now expanded its listing to include crypto derivative market data. If you are interested to learn more aboutContinue Reading
The post Crypto Derivatives, A Short Guide to A Growing Trade (pun intended) appeared first on CoinMarketCap Blog
How to Mix Your Bitcoins Using Coinjoin for Greater Privacy
4.3.2020
Mixing bitcoins using a noncustodial service increases fungibility without having to relinquish control of your coins. Bitcoin mixing services let you keep your coins and retain your privacy, for nothing more than a modest fee and the time it takes to mix them. The most popular noncustodial mixers...
Just Dropping Some Type Links
3.3.2020
I've had a bunch of tabs open that just so happen to all be related to typography, so I figured I'd give myself the mental release of closing them by blogging them. How's that for a blog post format for ya: whatever random tabs you've had open for far too long.
Times New Roman is popular on...
Vue.js: The Documentary
3.3.2020
Hey how cool! A documentary about Vue! Good timing as it looks like VueConf is happening right now. (Reminder we have a site for conferences to tell you stuff like that).
Sarah appears in it (about 21:13) and talks about CSS-Tricks for a second, so we're officially super famous now and I have...
“What You Said” (Mar. 3), a Weekly Round-Up of Sentiments From the Community
3.3.2020
Welcome back to our weekly blog series, “What You Said,” where we conduct fun polls for our community and shareContinue Reading
Considerations for Creating a Card Component
2.3.2020
Here's a Card component in React:
const Card = props ={
return(
<div className="card"<h2{props.title}</h2<p{props.content}</p</div)
}
It might be pretty useful! If you end up using this thing hundreds of times, now you have the ability to refactor a little bit of HTML...
How to Set a Default Commit Message
2.3.2020
Having a default commit message is really useful for a number of reasons: It can formalize your commit messages It serves as a good reminder for the information you should add to your commit message, like issue number If you set it to “Drunk AF, don’t accept this” To set a default...
Selectors Explained
2.3.2020
Have you ever found yourself either writing a CSS selector that winds up looking confusing as heck, or seen one while reading through someone's code? That happened to me the other day.
Here's what I wrote:
.site-footer__nav a:hover svg ellipse:first-child { }
At the end of it, I honestly couldn't...
UI Interactions & Animations Roundup #4
2.3.2020
A fresh dose of inspiration to get you updated on the latest UI animation and interaction trends.
UI Interactions & Animations Roundup #4 was written by Mary Lou and published on Codrops
Crypto Community Gets Prepping as Coronavirus Spreads
1.3.2020
Crypto Twitter (CT) might not be the first place you’d think to look for pandemic survival strategies, but in recent weeks the community has gone into overdrive, busily discussing scenarios related to COVID-19 aka the coronavirus. While some figures have merely wondered what effect...
This Is How Much BTC You Need to Enter Bitcoin’s Elite 1% Club
1.3.2020
Today there are 18,244,475 BTC in circulation and during the last few weeks, a number of bitcoin influencers have been talking about how much is needed to be included in Bitcoin’s top 1% of holders. For instance, according to Blockworks Group analyst Jake Levison, if you own 0.28...
These Maps Will Help You Locate Merchants Ready to Accept Your Cryptocurrency
29.2.2020
Getting into Bitcoin is a first step many have already taken, and with the generally positive start of 2020, more are likely to make the move. But then there’s the question of what to do with your coins. Regardless of how you obtained them – through purchase, faucet, airdrop, fork...
‘You OK Boomer?’ Gold Sees Biggest Loss Since 2013 as Bitcoin Steadies
29.2.2020
Gold follows Bitcoin and traditional markets in plummeting fast at the hands of ongoing coronavirus panic
Catch Nomad Capitalist Live At Playa Del Carmen
28.2.2020
The premier offshore consulting firm Nomad Capitalist is bringing you the world’s #1 offshore conference. From September 16-19, 2020, take in the beauty of Playa del Carmen, Mexico while learning how to create a life of freedom and prosperity on a global scale. Nomad Capitalist Live is four...
How to Customize the WooCommerce Cart Page on a WordPress Site
28.2.2020
A standard e-commerce site has a few common pages. There are product pages, shop pages that list products, and let’s not forget pages for the user account, checkout flow and cart.
WooCommerce makes it a trivial task to set these up on a WordPress site because it provides templates for them...
Where to Learn WordPress Theme Development
28.2.2020
Over a decade ago, I did a little three-part video series on Designing for WordPress. Then I did other series with the same spirit, like videocasting the whole v10 redesign, a friend's website, and even writing a book. Those are getting a little long in the tooth though. You might still learn from...
All You Need to Know About Crypto Betting on Euro 2020
28.2.2020
The Euro 2020 playoffs are closing in, and bettors are already keeping an eye out for odds and advantageous offers and promotions. But if you’re new in sports betting, everything may seem a bit intimidating. The online betting market is super competitive, with thousands of platforms being...
13 Crypto Debit Cards You Can Use Right Now
28.2.2020
If cryptocurrency is designed to reconstruct the financial world while introducing major improvements in transaction speed, privacy, cost and convenience, debit cards represent a useful bridge between old and new. A preponderance of crypto debit card options now exist that allow cryptocurrency...
How to Get Free Bitcoin in 2020
28.2.2020
Many early adopters who made a fortune from cryptocurrency first got their hands on coins by receiving them for free from bitcoin faucets back in the day. Today there are still a number of ways for you to get bitcoin for free including airdrops, giveaways, bounties, tipping, referral programs...
Why is CSS Frustrating?
28.2.2020
Here’s a great thread by Kevin Powell that's making the rounds. He believes so many folks see CSS as a frustrating and annoying language:
That's just as unintuitive as JS starting to count at 0, but since you learned that and accept it, it's fine.
The real issue isn't with CSS. If...