Search
US Bank Silvergate Sees Growth in Crypto Clients, Despite Decreasing Deposits From the Sector
31.1.2020
Financial results released by two U.S. banks providing services to the crypto industry have indicated a decline in deposits from digital currency customers. However, a positive trend has been observed as well. One of the crypto-friendly institutions, Silvergate Bank, has seen an increasing number...
How Do You Do max-font-size in CSS?
30.1.2020
CSS doesn't have max-font-size, so if we need something that does something along those lines, we have to get tricky.
Why would you need it at all? Well, font-size itself can be set in dynamic ways. For example, font-size: 10vw;. That's using "viewport units" to size the type, which will...
Four Layouts for the Price of One
29.1.2020
Pretty notable when a tweet about a flexbox layouts gets 8K+ likes on Twitter!
4 layouts for the price of 1, thanks flex ????
css` form { display: flex; flex-wrap: wrap;
& > input { flex: 1 1 10ch; margin: .5rem;
&[type="email"] { flex: 3...
Bitcoin Cash Sees Mining Pool Shift and Hashrate Surpass 4 Exahash
22.1.2020
While people have watched the BTC network surpass 100 exahash per second (EH/s), Bitcoin Cash (BCH) has been steadily gathering hashrate as well. Since the November 15, 2018 blockchain split, which produced the Bitcoin SV (BSV) chain, BCH hashrate has jumped by more than 3x. Bitcoin cash is often...
Malaysia Announces Digital Asset Guidelines
19.1.2020
The Securities Commission Malaysia has published the country’s guidelines on digital assets which set out the regulatory framework for token sales. All token offerings must now be carried out only through platforms approved by the commission. The guidelines also detail the obligations...
Simple Ledger Protocol Shines During the Final Day of TNABC Miami
18.1.2020
On Friday, The North American Bitcoin Conference (TNABC) convened for its final day with a great deal of well known speakers from the blockchain and cryptocurrency industry. The slew of speakers discussed topics like the future of crypto mining, SLP tokens, digital currency enterprise solutions...
BTC Miami Blockchain Conference Kicks Off Its Seventh Year
17.1.2020
On January 16, The North American Bitcoin Conference (TNABC) opened its doors at the James L. Knight Center in Miami for its seventh year. The conference was filled with hundreds of crypto enthusiasts, exhibits, and well known speakers from the blockchain industry. Also Read: Grassroots Bitcoin...
Thinking Through Styling Options for Web Components
16.1.2020
Where do you put styles in web components?
I'm assuming that we're using the Shadow DOM here as, to me, that's one of the big draws of a web component: a platform thing that is a uniquely powerful thing the platform can do. So this is about defining styles for a web component in a don't-leak-out...
A Trick That Makes Drawing SVG Lines Way Easier
14.1.2020
When drawing lines with SVG, you often have a <path> element with a stroke. You set a stroke-dasharray that is as long as the path itself, as well as a stroke-offset that extends so far that you that it's initially hidden. Then you animate the stroke-offset back to 0 so you can watch...
Netlify High-Fives
14.1.2020
We've got Netlify as a sponsor around here again this year, which is just fantastic. Big fan. Our own Sarah Drasner is Head of DX (Developer Experience) over there, if you hadn't heard. And if you haven't heard of Netlify, well, you're in for a treat. It's a web host, but for your jamstack sites...
Hacker Group Lazarus Uses Fake Exchanges, Telegram Groups in Latest Malware Attacks
11.1.2020
A new report shows that North Korea-linked Lazarus Group has adapted and evolved new techniques since initial attacks, and are using phony trading platforms linking to Telegram channels which distribute malware, as well as making their malware more stealthy by “adding an authentication...
Things you can do with a browser in 2020
10.1.2020
I edit a good amount of technical articles about the web, and there is a tendency for authors to be super broad in their opening sentence, like "What we're able to do on the web has expanded greatly over the years."
I tend to remove stuff like that because it usually doesn't serve the article well...
Illinois has legalized blockchain contracts
10.1.2020
CoinMarketCap Daily Newsletter Your daily newsletter for 10 January, 2020 “We cannot learn from one another until we stop shouting at one another - until we speak quietly enough so that our words can be heard as well as our voices.” […]
The post Illinois has legalized blockchain contracts...
Illinois has legalized blockchain contracts
10.1.2020
CoinMarketCap Daily Newsletter Your daily newsletter for 10 January, 2020 “We cannot learn from one another until we stop shouting at one another - until we speak quietly enough so that our words can be heard as well as our voices.” […]
The post Illinois has legalized blockchain contracts...
“All these things are quite easy to do, they just need somebody to sit down and just go through the website”
8.1.2020
I saw a video posted on Twitter from Channel 5 News in the UK (I have no idea what the credibility of them is, it's an ocean away from me) with anchor Claudia Liza asking Glen Turner and Kristina Barrick questions about website accessibility.
Apparently, they often post videos with captions,...
Regs Roundup: SEC Actions, Crypto Tax-Free in Korea, India’s National Blockchain Seminar
7.1.2020
In this roundup, we cover several crypto-related actions by the U.S. Securities and Exchange Commission (SEC) and the New York regulator’s crypto job posting. We also cover new Chinese laws, South Korea’s tax clarification, India’s blockchain education, the IMF working with...
How Well Has Bitcoin Performed as a PR Project?
4.1.2020
Pretty much everyone in the developed world has heard of Bitcoin (BTC) by now. It's been featured in countless news articles and bulletins, and it's been discussed by business leaders, economists, celebrities, and the general public.
The question is: has the coverage it's received actually been...
Thank You (2019 Edition)
2.1.2020
One of our yearly traditions here is to thank all y'all CSS-Tricks readers at the passing of a new year. It means a lot to me that people come here and read the words I write, and the words of all our staff and guest authors that contribute here as well.
Thank you!
Plus, we dig into the numbers...
A Recap of Frontend Development in 2019
1.1.2020
I noted Trey Huffine’s 2018 version of this article in The Great Divide.
To put a point on this divide a bit more, consider this article by Trey Huffine, "A Recap of Frontend Development in 2018." It's very well done! It points to big moments this year, shows interesting data, and makes...
A Recap of Frontend Development in 2019
1.1.2020
I noted Trey Huffine’s 2018 version of this article in The Great Divide.
To put a point on this divide a bit more, consider this article by Trey Huffine, "A Recap of Frontend Development in 2018." It's very well done! It points to big moments this year, shows interesting data, and makes...