Search
How to Quickly Cash Out From Crypto to Fiat
26.3.2020
There are many reasons why you might seek to liquidate your digital assets into fiat currency, be it to pay a bill, buy a meal, or cover an emergency. When needs must, speed is of the essence; no one has time to wait three days for a bank wire to clear. For those occasions when […]
The post...
Feds Fight Motion to Dismiss Case Against One Coin Crypto Scam Lawyer
25.3.2020
The U.S. government has urged a New York federal court to dismiss an alleged OneCoin money launderer’s request for acquittal
Turning A Crisis Into An Opportunity, China Gets One Step Closer to CBDC
24.3.2020
China is getting one step closer to a digital Yuan as the central bank has completed the CBDC basic function development
Did You Know the Ordered List Element Has Start and Reversed Attributes?
24.3.2020
I sure didn't! Tomek Sułkowsi shows how we can reverse the numbering of ordered lists with a simple HTML attribute:
<ol reversed<liApple</li<liBanana</li<liPear</li</ol
CodePen Embed Fallback
And the start attribute can be added to begin the list at a number other...
Building a Real-Time Chat App with React and Firebase
23.3.2020
In this article, we’ll cover key concepts for authenticating a user with Firebase in a real-time chat application. We’ll integrate third-party auth providers (e.g. Google, Twitter and GitHub) and, once users are signed in, we’ll learn how to store user chat data in the Firebase Realtime Database...
CSS Can Influence Screenreaders
23.3.2020
Ben Myers covers some clear examples of where CSS totally changes what some screen readers announce. For example, some screenreader will see text-transform: uppercase; on a button label that says "Add" and read it like an abbreviation, "A.D.D."
These cases of CSS messing with our screenreader...
Will Dogecoin Create One More Buying Opportunity?
23.3.2020
While all the mammoth economies of the world have collapsed, the crypto market is on a ventilator too. It has been more than a week since Coronavirus pushed the majority of the markets off the cliff, and the disease is still not appearing to see any end. In that case, even though some of the …
Block.One CEO Criticizes EOS Worker Proposal System
19.3.2020
While the developers behind the Worker Proposal System seek to drum up support from Eos’ block producers, Block.One’s CEO has criticized the proposed protocol
Tax Expert: IRS Crypto Question ‘Unconstitutional,’ Card Points, Flyer Miles Could Be Virtual Currency
19.3.2020
While its well-known that the revised Schedule 1 form for U.S. taxpayers now contains a question about cryptocurrencies, what is lesser discussed are the legal ramifications this may have for filers who answer incorrectly. The vague nature of the yes or no inquiry has one tax expert doubting...
How to Build the DApp That Gets One Million Daily Active Users
18.3.2020
The general rules for creating a successful decentralized application, attractive for customers and users
Experts Say the Fed’s QE Program Will Strengthen Bitcoin – One Way or Another
17.3.2020
While QE may be anathema to crypto hardliners, some experts agree the net effect on bitcoin prices is positive
How to Cancel a Fetch Request
17.3.2020
JavaScript promises have always been a major win for the language — they’ve led to a revolution of asynchronous coding that has vastly improved performance on the web. One shortcoming of native promises is that there’s no true way to cancel a fetch…until now. A...
How to Create a “Skip to Content” Link
17.3.2020
Skip links are little internal navigation links that help users move around a page. It’s possible you’ve never actually seen one before because they’re often hidden from view and used as an accessibility enhancement that lets keyboard users and screen readers jump from the top of the page to...
15 Things to Improve Your Website Accessibility
17.3.2020
This is a really great list from Bruce. There is a lot of directly actionable stuff here. Send it around to your team and make it something that you all go through together.
Here's a little one that prodded me to finally fix...
Most screen readers allow the user to quickly see a list of links...
Bitcoin.com Exchange to Sponsor Decentralized Collectible Card Game Splinterlands
17.3.2020
Splinterlands is one of the most popular collectible trading card games in the cryptocurrency scene and a successful decentralized app. To help the game attract more players, and introduce them to bitcoin cash at the same time, Bitcoin.com Exchange will be sponsoring a number of upcoming...
The CSS Podcast
15.3.2020
From Adam and Una at Google, a podcast just about CSS. I believe I'm contractually obliged to link to that! Just one episode out so far, a shorty about the box model.
Last time I wrote up podcasts I like was 8 years ago most of them are dead now, except the biggies like This American Life and...
With $1.5 Billion Under Management Grayscale Bitcoin Trust Slides 30%
14.3.2020
Prior to the market carnage on March 12, the Grayscale Bitcoin Trust (GBTC) had acquired over 300,000 BTC. Grayscale’s trust has been one of the longest-running FINRA approved investment vehicles with bitcoin assets under management. On Feb. 5, GBTC shares climbed more than 10% that week...
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
Is Bitcoin Getting Up After a Monstrous 53% Fall, or is it Prepping for One More Shock?
14.3.2020
While there are a few who believe that the recent catastrophe like series of all the markets getting crashed is a short-term effect of Corona, a large portion believe that the markets are likely to see more gloomy weeks. As far as the crypto market is concerned, Peter Schiff, a strong crypto...
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...