Search
Visual Interpretation of Bitcoin’s Supply Shows the Digital Asset’s Unique Scarcity
6.10.2020
The Bitcoin network has recently crossed over the 18.5 million mark, as far as the number of bitcoins currently minted into circulation. However, even though over 18 million coins have been minted to-date there’s a number of different elements that affect the distribution of all the coins...
Paytm Freezes Indian Bank Accounts Suspected of Cryptocurrency Trading: Report
11.8.2020
India’s largest mobile commerce platform Paytm has reportedly been freezing the bank accounts of users suspected of crypto trading, even though cryptocurrency, including bitcoin, is legal in India. The country still does not have a legal framework for cryptocurrencies but the government says...
More Control Over CSS Borders With background-image
7.8.2020
You can make a typical CSS border dashed or dotted. For example:
.box {
border: 1px dashed black;
border: 3px dotted red;
}
You don’t have all that much control over how big or long the dashes or gaps are. And you certainly can’t give the dashes slants, fading, or animation!...
Jetpack CRM
4.8.2020
About a year ago, Automattic bought up Zero BS CRM. The thinking at the time was that it could be rebranded into the Jetpack suite and, well, that happened.
CRM meaning “Customer Relationship Management” if you’re like me and this is a little outside your sphere of everyday...
Using Trello as a Super Simple CMS
27.7.2020
Sometimes our sites need a little sprinkling of content management. Not always. Not a lot. But a bit. The CMS market is thriving with affordable, approachable products, so we’re not short of options. Thankfully, it is a very different world to the one that used to force companies to splash out...
NBA Point Guard Spencer Dinwiddie’s Tokenized Contract Raises $1.3 Million
24.7.2020
NBA player Spencer Dinwiddie has finished the token sale of his contract that is hosted on the Ethereum blockchain. The sale of Dinwiddie’s tokenized contract raised $1.3 million which was only a tenth of what the project hoped to sell ($13.5 million). Even though the Brooklyn Nets guard...
Frontity is React for WordPress
9.7.2020
Some developers just prefer working in React. I don’t blame them really, because I like React too. Maybe that’s what they learned first. I’ve been using it long enough there is just some comfort to it. But mostly it is the strong component model that I like. There is just...
Settling down in a Jamstack world
3.7.2020
One of the things I like about Jamstack is that it’s just a philosophy. It’s not particularly prescriptive about how you go about it. To me, the only real requirement is that it’s based on static (CDN-backed) hosting. You can use whatever tooling you like. Those tools, though...
How-to guide for creating edge-to-edge color bars that work with a grid
1.7.2020
Hard-stop gradients are one of my favorite CSS tricks. Here, Marcel Moreau combines that idea with CSS grid to solve an issue that’s otherwise a pain in the butt. Say you have like a 300px right sidebar on a desktop layout with a unique background color. Easy enough. But then say you want...
CUBE CSS
11.6.2020
A CSS methodology from Andy Bell:
The most important part of this methodology is the language itself: CSS. It’s key to note its existence in the name because some alternative approaches, such as BEM—which I have enjoyed for many years—can veer very far away from Cascading Style Sheets. I love CSS...
Flexbox-like “just put elements in a row” with CSS grid
21.5.2020
It occurred to me while we were talking about flexbox and gap that one reason we sometimes reach for flexbox is to chuck some boxes in a row and space them out a little.
My brain still reaches for flexbox in that situation, and with gap, it probably will continue to do so. It’s worth noting...
Wild Satoshi Theories: The Curious Case of Bitcoin Block 3654 from 2009
21.5.2020
On Wednesday, 50 bitcoin mined on February 9, 2009, was moved from the original address to a new address. The movement of coins caused a great commotion throughout the cryptocurrency community, as some individuals assumed it may have been the mysterious Satoshi Nakamoto. However, skeptics believe...
Bitcoin’s Third Halving Complete: Reward Cut Surprisingly Faster Than Previous Time Estimates
11.5.2020
The Bitcoin blockchain has experienced its third block reward halving on May 11, 2020, at approximately 3:21 p.m EST, even though quite a few countdown clocks estimated that the halving would occur on May 12. Bitcoin miners now get 6.25 BTC per block rather than the 12.5 BTC they acquired before...
CoinTracking Launches Two Powerful, Free Plug-ins for Crypto Traders
1.5.2020
Though the top cryptocurrency exchanges offer charts, many don’t offer the analytical features crypto traders need to make good trading decisions. To help fill this need, CoinTracking has partnered with two companies that specialize in cryptocurrency analytics: IntoTheBlock and Cryptosheets....
Google Profits off Impersonations of Banned Cryptocurrency Celebs and Companies
1.5.2020
Cryptocurrency companies are banned on Google but the platform is allowing phishing sites to impersonate them. London-based bitcoin exchange Coin Corner showed that a fraudulent site mimicking it is allowed on Google’s advertising platform though its own evidence-backed appeals of legitimacy...
How to Add Lunr Search to your Gatsby Website
22.4.2020
The Jamstack way of thinking and building websites is becoming more and more popular.
Have you already tried Gatsby, Nuxt, or Gridsome (to cite only a few)? Chances are that your first contact was a “Wow!” moment — so many things are automatically set up and ready to use. 
There are some...
Creating Color Themes With Custom Properties, HSL, and a Little calc()
16.4.2020
Before the advent of CSS custom properties (we might call them “variables” in this article as that’s the spirit of them), implementing multiple color schemes on the same website usually meant writing separate stylesheets. Definitely not the most maintainable thing in the world. Nowadays, though,...
CSS Findings From The New Facebook Design
7.4.2020
Ahmad Shadeed digs around the new Facebook’s front-end code.
One that stood out to me:
.element {
inset: 4px 0;
/* Which is equivalent to: top: 4px, bottom: 4px, left: 0, right: 0 */
}
Whaaat? This is the first I’ve heard of the inset property. Ahmad said he saw it working...
4 Virtual Crypto Conferences You Can Attend From Home
26.3.2020
The crypto industry has had to quickly adapt to the escalating coronavirus pandemic, with major conferences postponed, canceled or hastily reformatted for the virtual realm. Due to its disproportionately high number of remote workers, though, the industry is more geared up for this new paradigm...
Add Beautiful Images with the Unsplash API
26.3.2020
Perhaps you know Unsplash? I'd wager it's the most popular stock photography site out there for two big reasons:
Every photo on there is pretty darn nice
Every photo is entirely free even for commercial use. You don't have to ask permission or even credit it (although that's appreciated).
Here's...