Search
You Can Earn Lead Tokens by Becoming a Crypto Community Champion
20.12.2019
Becoming a cryptocurrency community leader is a good way to bring about the future you want to see in the world by taking real action today. Now you can also be directly rewarded for your work with the Bitcoin Cash community’s new SLP token, Lead (Leaders of Education, Adoption...
Cybersecurity Firm Cybavo Adds SLP Token Support to Its Wallet Management Platforms
20.12.2019
The SLP token ecosystem continues to grow rapidly as more companies adopt the token protocol. The latest to join this trend is Cybavo, a cybersecurity firm providing enterprise-level secure private key management for blockchain applications to some of the biggest exchanges in the world. Also Read:...
European Central Bank’s CBDC Borrows Bitcoin’s Pseudo-Anonymity
20.12.2019
On December 17, the European Central Bank (ECB) published a report that showcased its blockchain technology proof-of-concept. One particular feature the central bank digital chain holds is the ability to issue “anonymity vouchers.” Also read: Lagarde Sees Demand for Stablecoins, Plans...
Create a Static Site Using Angular & Scully
20.12.2019
The team at HeroDevs has just released the alpha version of Scully, a static site generator for Angular. That's right, Angular didn't have an intuitive way to create JAMstack applications before, but now it's possible!
Scully uses a node CLI application to run Angular schematics so you don’t have...
Russian Opposition Leader Navalny Raises $700,000 in Crypto Donations
19.12.2019
Alexei Navalny, Russia’s leading critic of the current Kremlin administration, has attracted a serious amount of cryptocurrency in the form of anonymous donations for his corruption-combatting NGO. The digital coins collected since the beginning of this year have amounted to well over...
SEC to Boost Access to Crypto Investments With Proposed New Accredited Investor Definition
19.12.2019
The U.S. Securities and Exchange Commission (SEC) has proposed amending the definition of “accredited investor” — a move that will increase access to regulated cryptocurrency investments. A number of them are currently only available to accredited investors. Among other changes,...
Make a smooth shadow, friend.
19.12.2019
One box-shadow is cool and all, but check out Philipp Brumm's tool for building out comma-separated multiple box-shadows, which result in a much smoother and more natural look.
This reminds me very much of the idea for easing linear-gradient. In a gradient, this smoothing effect is handled...
Zenserp
19.12.2019
(This is a sponsored post.)
There are plenty of rank tracking software tools out there that allow you to track the position of your website inside the search results pages (SERP) of search engines for certain key phrases. However, these tools are definitely not enough when you are trying...
France Approves First ICO
19.12.2019
The French financial markets regulator, the Autorité des Marchés Financiers (AMF), has made its first initial coin offering (ICO) approval. While token sales remain legal as a fundraising option in France, only those that have been approved by the AMF may be marketed directly to...
Two Lessons I Learned From Making React Components
19.12.2019
Here’s a couple of lessons I’ve learned about how not to build React components. These are things I've come across over the past couple of months and thought they might be of interest to you if you’re working on a design system, especially one with a bunch of legacy technical decisions and a lot...
Print-Inspired Layout on the Web
18.12.2019
I always love seeing people get inspired by print design and trying to port it over to the web. There is a much deeper history of interesting print work to draw from, and still a ton of modern work happening that eclipses most digital design work today. The web is fully capable of bold, interesting...
The Making of a “Special Series” on a WordPress Site
18.12.2019
We just ran a fancy article series here on CSS-Tricks with a bunch of different articles all answering the same question. By fancy, I mean two things:
The articles had a specially-designed template just for them. (Example)
The series has a specially-designed landing page.
One of the reasons...
css.gg
18.12.2019
I'm not sure what to call these icons from Astrit Malsija. The title is "500+ CSS Icons, Customizable, Retina Ready & API" and the URL is "css.gg" but they aren't really named anything.
Anyway, their shtick is:
The 🌎's first icon library designed by code.
The idea is that they don't...
Indian Crypto Community Gathers to Dispel Confusion About Regulation
18.12.2019
As the Indian government deliberates on the country’s crypto policy, there has been some confusion in media reports regarding crypto regulation in India. A group of local crypto enthusiasts and community members have gathered in an effort to ensure that the crypto situation in India...
Fidelity Launching Crypto Services in Europe, Citing ‘Significant Interest’
18.12.2019
Fidelity Investments is expanding its crypto services to European clients after seeing increasing potential in this market. The expansion builds upon the company’s U.S. crypto business. “We’ve seen significant interest and engagement by the institutional community, which show...
Design APIs: The Evolution of Design Systems
17.12.2019
A clever idea from Matthew Ström:
[...] design APIs don’t seem like a stretch of the imagination. An API-driven approach is the natural extension of the work currently being done on design systems, including tokens and standardization projects.
If you buy into the idea of design tokens, that...
Read Messari CEO Ryan Selkis’ 19 Bitcoin, Ethereum Forecasts for 2020
17.12.2019
When it comes to making crypto predictions for 2020, Ryan Selkis, CEO of crypto researcher Messari has written the book on the subject – literally.
His 71-page Crypto Theses for 2020 is quite a tome, and would take hours to read in full – which is why we’ve read it for you, and sifted out Selkis’...
Kleiman Estate Asks Judge to Overrule Craig Wright’s Objections
17.12.2019
On December 16, new court filings from the Kleiman v. Wright case show the plaintiffs have responded to Wright’s objections against the magistrate’s court order. Kleiman’s lawyer Velvel Freedman explained that Craig’s statements in court “lacked credibility,”...
The Order of CSS Classes in HTML Doesn’t Matter
17.12.2019
That’s right! And I can prove it, too. Let’s look at some CSS first:
.a {
color: red;
}
.b {
color: blue;
}
And now let’s look at some markup:
<div class="a b">Here’s some text</div>
The text is going to be blue because .b is defined last in the CSS, right? But what if we...
The JAMstack Landscape
17.12.2019
It's no big secret that Netlify invented the term JAMstack. While it's possible to embrace the JAMstack without using Netlify, it's notable that Netlify is at the very heart of the whole "JAMstack landscape."
What does "JAMstack landscape" even mean? I like the term because it sets the stage that...