Search
Data deep dive: what's the 'long tail' like for Steam games?
16.11.2020
We have survey results for you
DMEX: No-KYC Derivatives DEX With up To 100x Leverage
14.11.2020
DMEX is a decentralized anonymous margin trading exchange that doesn’t require KYC checks, simply generate a wallet inside the app and start trading. No KYC Because DMEX runs on a smart contract you do not need to register with your personal information. Simply generate a new wallet in-app...
Parsing Markdown into an Automated Table of Contents
13.11.2020
A table of contents is a list of links that allows you to quickly jump to specific sections of content on the same page. It benefits long-form content because it shows the user a handy overview of what content there is with a convenient way to get there.
This tutorial will show you how to parse...
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...
A Bitcoin Multisig Primer: How Does it Work & What You Need To Know
12.11.2020
Bitcoin (BTC) multisig wallets provide an added layer of security for large bitcoin holders as they require more than one person to sign a transaction.
In this article, we will explore what multisig BTC wallets are, how they work, and discuss their most pressing pros and cons.
Understanding...
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...
How Film School Helped Me Make Better User Experiences
12.11.2020
Recently, I finished a sixty-day sprint where I posted hand-coded zombie themed CSS animation every day. I learned a lot, but it also took me back to film school and reminded me of so many things I learned about storytelling, cinematography, and art.
Turns out that much of what I learned back then...
A Spreadsheet Importer You’ll Enjoy Using
12.11.2020
A great developer tool takes a painful task that would normally be a developer’s entire job, and makes it a pleasure to do. As a personal example, I’ve needed to build an image uploading experience many times in the past. I’ve hand-coded them and experienced far too much pain doing that. Then...
My WordPress Comments Wishlist
12.11.2020
A built-in commenting system is one of the reasons people reach for WordPress (and often stay there long-term). While I do think having a comment system is compelling (and as big of a fan of building on WordPress as I am), I find the comments system on WordPress quite crusty. It needs some love!...
The Carbon Project Presale Opens to the Public
12.11.2020
PRESS RELEASE. Carbon is a social crypto hub, slated to launch in January. It will bring your day-to-day crypto experience into one awesome place, while rewarding you at the same time. Fully encrypted data that’s as decentralised as you want it to be. Carbon includes features such as...
Libraries for SVG Drawing Animations
11.11.2020
In 2013, Jake Archibald introduced this cool trick of animating an SVG path to look like it’s drawing itself. It’s 2020 now, and the trick is still popular. I’ve seen it on a lot of websites I’ve visited recently. I, too, feature an animated SVG loader on my website using one of the libraries I’ll...
Bitcoin burgernomics: This is how many Big Macs you can buy with 1 BTC
11.11.2020
How many Big Macs does 1 Bitcoin buy, and why is this important?
You're Not Alone: Ripple Exec Lost Thousands on ‘Worthless’ Tokens Too
11.11.2020
David Schwartz. Source: A video screenshot, Youtube/UNCHAIN Convention
Learn from your mistakes, goes the old adage.
And when it comes to crypto investment, it appears that there is no shortage of mistakes to be made – providing the rest of the world with plenty of opportunities to learn from other...
The Cleanest Trick for Autogrowing Textareas
11.11.2020
Earlier this year I wrote a bit about autogrowing textareas and inputs. The idea was to make a <textarea> more like a <div> so it expands in height as much as it needs to in order to contain the current value. It’s almost weird there isn’t a simple native solution...
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
Understanding flex-grow, flex-shrink, and flex-basis
11.11.2020
When you apply a CSS property to an element, there’s lots of things going on under the hood. For example, let’s say we have some HTML like this:
<div class="parent"<div class="child"Child</div<div class="child"Child</div<div class="child"Child</div</div
And...
ARIA in CSS
11.11.2020
Jeremey reacting to Sara’s tweet, about using [aria-*] selectors instead of classes when the styling you are applying is directly related to the ARIA state.
… this is my preferred way of hooking up CSS and JavaScript interactions. Here’s [an] old CodePen where you can see...
Multisignature Wallets Can Keep Your Coins Safer (If You Use Them Right)
10.11.2020
Multisignature wallets are cryptocurrency wallets which require two or more private keys to sign and send a transaction
WhiteBIT Exchange Offers Margin Trading and Up to 30% APR on Smart Staking
10.11.2020
Are you looking for a platform with advanced crypto trading capabilities, top-notch security and high liquidity? WhiteBIT exchange offers a margin trading terminal, smart staking and many other features and advantages. As part of its user-centric approach, WhiteBIT also supports withdrawing up to...
The Raven Technique: One Step Closer to Container Queries
10.11.2020
For the millionth time: We need container queries in CSS! And guess what, it looks like we’re heading in that direction.
When building components for a website, you don’t always know how that component will be used. Maybe it will be render as wide as the browser window is. Maybe two of them...