Search
Wendy McElroy: Crypto is Banking for Anarchists and Average People
10.2.2020
“What I love about Bitcoin is that instead of some rich old guy on Wall Street, young poor people are the ones getting rich” —Eric Finman No Longer Is Economic Sovereignty Just for Politicians and Bankers “Cryptocurrency is for the rich”; this pernicious myth causes...
Is Having an RSS Feed Just Giving Content Away for Free?
7.2.2020
I mean, kinda.
I was just asked this question the other day so I'm answering here because blogging is cool.
The point of an RSS feed is for people to read your content elsewhere (hence the last part of the acronym, Syndication, as in, broadcasting elsewhere). Probably an RSS reader. But RSS...
Old CSS, new CSS
7.2.2020
I love this post that walks through the development of CSS and HTML — it shows just how far web design has come and how much easier it is for us all now.
Eevee looks at designing websites with tables, the Space Jam website, and how for centuries there was no way to easily inspect changes made to...
Bitcoin Has Erased Over 45% of 2019 Sell-Off in Just 7 Weeks
7.2.2020
In just seven weeks, bitcoin has recovered over 45 percent of the value lost in the second half of 2019
Full-Width Elements By Using Edge-to-Edge Grid
7.2.2020
If you have a limited-width container, say a centered column of text, "breaking out" of that to make a full-width element involves trickery. Perhaps the best trick is the one with left relative positioning and a negative left viewport-based margin. While it has it's caveats (e.g. requiring hidden...
Getting Fancy with position: sticky;
7.2.2020
Mike Solomon worked on a fancy scrollytelling post for Esquire and blogged about it. It has GIFs of each step along the way of figuring out not just position: sticky; but also using negative margins, wrapper divs, backgrounds, and even a smidge of JavaScript measuring to get it all right.
What...
Not Just Ebay, NYSE Owner Intercontinental Exchange Pushes Bakkt to Retail With Latest Acquisition
6.2.2020
The owner of the New York Stock Exchange, Intercontinental Exchange, stunned many on Wall Street recently with a reported takeover bid for e-commerce marketplace Ebay. Now the group is aggressively trying to push its regulated bitcoin derivatives exchange Bakkt into the retail space with its latest...
Browser Version Release Spectrum
6.2.2020
Whenever a browser upgrades versions, it's a little marketing event, and rightly so. Looks like for Firefox it's about once a month, Chrome is ~6 weeks, and Safari is once a year.
Chrome 80 just dropped, as they say, and we get a video and blog post. What strikes me about releases like this these...
New Behavioral Insights Into Your Crypto Asset via On-Chain Analytics on CMC
5.2.2020
Hello loyal users of CoinMarketCap, we just launched a new set of data to help you gain more insights aboutContinue Reading
The post New Behavioral Insights Into Your Crypto Asset via On-Chain Analytics on CMC appeared first on CoinMarketCap
New Behavioral Insights Into Your Crypto Asset via On-Chain Analytics on CMC
5.2.2020
Hello loyal users of CoinMarketCap, we just launched a new set of data to help you gain more insights aboutContinue Reading
The post New Behavioral Insights Into Your Crypto Asset via On-Chain Analytics on CMC appeared first on CoinMarketCap
New Behavioral Insights Into Your Crypto Asset via On-Chain Analytics on CMC
5.2.2020
Hello loyal users of CoinMarketCap, we just launched a new set of data to help you gain more insights aboutContinue Reading
The post New Behavioral Insights Into Your Crypto Asset via On-Chain Analytics on CMC appeared first on CoinMarketCap Blog
Creating an Editable Webpage With Google Spreadsheets and Tabletop.js
5.2.2020
Please raise your hand if you’ve ever faced never-ending content revision requests from your clients. It’s not that the changes themselves are difficult, but wouldn't it be less complicated if clients could just make the revisions themselves? That would save everyone valuable time, and  allow...
Select an Element with a Non-Empty Attribute
5.2.2020
Short answer:
[data-foo]:not([data-foo=""] {
Longer answer (same conclusion, just an explanation on why we might need this):
Say you have an element that you style with a special data-attribute:
<div data-highlight="product"</div
You want to target that element and do special things when...
How To Create A Headless WordPress Site On The JAMstack
4.2.2020
Just this morning, Chris shared a streamlined way to get a static site up and running with Netlify. As it happens, Sarah and I also wrote up a little something that expands that idea where a static site can pull content from WordPress using the REST API.
Using Vue, Nuxt, axios and Netlify, it's...
Sony Just Proved That It Is Interested in Security Tokens
4.2.2020
Sony looks set to get on the security token bandwagon and has made an undisclosed investment in Securitize, a San Francisco-based platform that issues and managing digital securities. The investment arm of the music and electronics giant joined a funding round that raised USD 14 million.
Per...
Get Moving (or not) with CSS Motion Path
3.2.2020
We just linked up the idea that offset-path can be cleverly used to set type on a path. Don't miss Michelle Barker's experimentation either, with drawing paths or animating text along a path.
Dan Wilson has also been following this tech for quite a while and points out why the sudden surge...
Bitcoin Just Got New Emoji to 'Spread Awareness', New Goal Emerged
3.2.2020
You can now use Bitcoin (BTC) emoji in your tweets, and there are calls for it to be added by the world standard for text and emoji.
Twitter co-founder and CEO Jack Dorsey brought good news to the Cryptoverse on February 2, by tweeting the famous Bitcoin logo, signifying that the social media giant...
Transacting Online Using Crypto Just Got Wholly Anonymous and Way Cooler
3.2.2020
Disclaimer: The text below is a press release that was not written by Cryptonews.com
________________
Croydon, London, Great Britain. January 29, 2020. – The world is moving towards mass adoption of cryptocurrencies. While the financial segment of the economy makes these strides, the risks...
$12 to $12K: The $100,000 Bitcoin Halving Is Just 100 Days Away
1.2.2020
Bitcoin traded at $12 at the time of its first halving in 2012, but this year’s price is more likely to be nearer $12,000
“resize: none;” on textareas is bad UX
30.1.2020
Catalin Rosu:
Sometimes you need to type a long reply that consists of many paragraphs and wrapping that text within a tiny textarea box makes it hard to understand and to follow as you type. There were many times when I had to write that text within Notepad++ for example and then just paste...