Search
WooCommerce 4.0 & WooCommerce Payments Beta
17.3.2020
Y'all know WooCommerce: it's a plugin for WordPress that adds robust eCommerce functionality to your site. Notably, like WordPress itself, it's open-source and free. You only pay for things if you need things like special plugins that extend functionality.
This is a huge month for WooCommerce!...
Here’s How You Can Create Your Own Cryptocurrency
17.3.2020
It is almost impossible to ignore the terms like cryptocurrency and blockchain technology in today’s world. Irrespective of the fact whether you like the concept or not, you need to keep yourself abreast with the developments in the field of the financial technology sector. The lure of digital...
"What You Said" (Mar. 16), a Weekly Round-Up of Sentiments From the Community
17.3.2020
CoinMarketCap crew! Welcome back to another week’s edition of “What You Said”! Here you will see fun polls conducted forContinue Reading
The post "What You Said" (Mar. 16), a Weekly Round-Up of Sentiments From the Community appeared first on CoinMarketCap Blog
Stop Using “Dropdown”
16.3.2020
Adrian Roselli notes that it might actually mean:
A <select> menu
An ARIA Listbox, Combobox, Menu, or Disclosure Widget
An input with a <datalist>
An input with autocomplete
A <details><summary> block
An accordion
Flyout navigation
In my own usage, I tend to mean...
How to Make Repeating Border Images
16.3.2020
I just saw this cool little site from Max Bittker: broider. You design an image on a 9-slice grid (except the middle part) and it will produce an image for you to use with border-image along with the CSS to copy and paste.
Check out my little design:
CodePen Embed Fallback
The areas of the image...
Build a Node.js Tool to Record and Compare Google Lighthouse Reports
16.3.2020
In this tutorial, I’ll show you step by step how to create a simple tool in Node.js to run Google Lighthouse audits via the command line, save the reports they generate in JSON format and then compare them so web performance can be monitored as the website grows and develops.
I’m hopeful this...
Crypto Is Brewing in Colombia: Active Adoption That Will Wake You Up
15.3.2020
The high popularity of cryptos among Colombians has made the country one of the leading references in the region
These Online Stores Will Sell You Masks, Gloves, Emergency Items for Cryptocurrency
15.3.2020
Events like the global coronavirus outbreak provide good justification for some prepping. Crises like this often result in shortages and skyrocketing prices of important emergency items, proving that everyone should keep a box of face masks and even a decent survival kit, should things go really...
Has Corona Canceled Crypto? 25 Things That Are (and Are Not!) Affected by the Virus
14.3.2020
As the coronavirus continues to spread across the globe (and no, it’s not related to Corona beer, if you’re oneContinue Reading
The post Has Corona Canceled Crypto? 25 Things That Are (and Are Not!) Affected by the Virus appeared first on CoinMarketCap Blog
Are You Spending More Than What You Earn? Here’s How You Can Change That
14.3.2020
Financial experts often stress the importance of having savings, or an emergency fund. However, numerous people often find it quite challenging to save, let alone make ends meet with what they are earning. If you are one of those struggling to keep a saving account funded because you tend to spend...
“weeds of specificity”
13.3.2020
Lara Schenck:
[...] with WordPress child themes, you are all but guaranteed to get into the weeds of specificity, hunting around theme stylesheets that you didn’t author, trying to figure out what existing declaration is preventing you from applying a new style, and then figuring out the least...
MEW App Allows You to Buy Crypto Instantly — But There’s a Catch
13.3.2020
MyEtherWallet has partnered with Wyre on a new mobile app that allows users to buy crypto in 15 seconds with Apple Pay
Two Steps Forward, One Step Back
12.3.2020
Brent Jackson says CSS utility libraries failed somewhat:
Eventually, you'll need to add one-off styles that just aren't covered by the library you're using, and there isn't always a clear way to extend what you're working with. Without a clear way to handle things like this, developers tend...
Consistent Backends and UX: What Can Go Wrong?
12.3.2020
Article Series
Why should you care?
What can go wrong?
What are the barriers to adoption? (Coming soon)
How do new algorithms help? (Coming soon)
In the previous article, we explained what strong (vs. eventual) consistency is. This article is the second part of a series where we explain how...
Careful with Nested `display: grid; height: 100%;`
11.3.2020
It's not every day you can feel CSS be slow at something. Reddit user jgbbrd discovered nesting grid containers that all have 100% height can cause many-seconds of rendering delay. Probably not something you'll ever have to worry about, but still, interesting. From the comments:
What a funny...
How to Make a Line Chart With CSS
11.3.2020
Line,  bar, and pie charts are the bread and butter of dashboards and are the basic components of any data visualization toolkit. Sure, you can use SVG or a JavaScript chart library like Chart.js or a complex tool like D3 to create those charts, but what if you don't want to load yet another...
Fluid Width Video
11.3.2020
IN A WORLD of responsive and fluid layouts on the web, ONE MEDIA TYPE stands in the way of perfect harmony: video. There are lots of ways in which video can be displayed on your site. You might be self-hosting the video and presenting it via the HTML5 <video tag. You might...
That Noise You’re Hearing? Central Banks Struggling to Evolve
11.3.2020
Noelle Acheson looks at the evolving role of central banks in the context of the current crisis, and what that could mean for crypto
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;...
7 of the World’s Largest Blockchain-as-a-Service Enterprises
10.3.2020
You’ve heard of Software as a Service (Saas), the means by which businesses subscribe to and access cloud-based software. Blockchain-as-a-service (BaaS) is its distributed ledger equivalent. It describes the process by which a third party installs, hosts and maintains blockchain networks...