Search
Toyota’s IT arm works on digital token pilot with crypto exchange
26.10.2020
Another automotive company is moving into crypto
CMC’s Next Earn and Learn Campaign: Helium
21.10.2020
CoinMarketCap Earn, a way for crypto enthusiasts to learn all about how a cryptocurrency works by earning rewards, is launchingContinue Reading
The post CMC’s Next Earn and Learn Campaign: Helium appeared first on CoinMarketCap Blog
Chasing the hottest trends in crypto, the EU works to rein in stablecoins and DeFi
19.10.2020
The proposed EU crypto market regulation will raise many compliance obstacles for the next Libra-like project seeking to operate in Europe
Full Bleed
15.10.2020
We’ve covered techniques before for when you want a full-width element within a constrained-width column, like an edge-to-edge image within a narrower column of text. There are loads of techniques.
Perhaps my favorite is this little utility class:
.full-width {
width: 100vw;
position:...
If This New Tech Works, You Won’t Need 32 Ether to Earn Staking Rewards
14.10.2020
Ethereum startup Blox is introducing shared staking pools, allowing users to aggregate their ether holdings to participate in Eth 2.0
How to Detect When a Sticky Element Gets Pinned
5.10.2020
The need for position: sticky was around for years before it was implemented natively, and I can boast that I implemented it with JavaScript and scroll events for ages. Eventually we got position: sticky, and it works well from a visual perspective, but I wondered how can we determine when...
IOTA Works With Jaguar and Others on IOTA Access for Shared Devices
30.9.2020
The team behind the IOTA (MIOTA) network has launched its distributed ledger technology (DLT)-based, open-source framework for granting or revoking conditional access to physical devices.
IOTA is now working with Jaguar Land Rover, STMicroelectronics, NTT Data, EDAG, RIDDLE&CODE, ETO Gruppe...
Origin Debuts OUSD, a Stablecoin That Works Like a Savings Account
23.9.2020
Origin is announcing Origin Dollars, or OUSD, a stablecoin whose reserves leverage decentralized finance (DeFi) so that balances grow wherever it resides
ztext.js
22.9.2020
Super cool project from Bennett Feely! It makes any web type into 3D lettering with a mouseover effect that moves the 3D objects in space. It’s reminiscent of Zdog, but for type. It works its magic by stacking a bunch of copies of the glyphs on top of each other that are offset by some...
Global Digital Industry Group Launches Mining Business Bitworld
17.9.2020
The UAE cryptocurrency giant, Global Digital Industry Group (GDIG), has established its mining subsidiary Bitworld and will invest $50 million in the company by 2021 as it works to build the company’s presence in the Middle East bitcoin and Ethereum mining industry. GDIG has appointed...
CMC Launches CoinMarketCap Earn Campaign With Kava
12.9.2020
CoinMarketCap Earn, a place for crypto enthusiasts to learn more about how a cryptoasset works while earning crypto rewards, isContinue Reading
The post CMC Launches CoinMarketCap Earn Campaign With Kava appeared first on CoinMarketCap Blog
Using a brightness() filter to generically highlight content
12.9.2020
Rick Strahl:
I can’t tell you how many times over the years I’ve implemented a custom ‘button’ like CSS implementation. Over the years I’ve used images, backgrounds, gradients, and opacity to effectively ‘highlight’ a control. All that works of course,...
How to Get Handwriting Animation With Irregular SVG Strokes
11.9.2020
I wanted to do a handwriting animation for calligraphy fonts — the kind where the words animate like they are being written by an invisible pen. Because calligraphy fonts have uneven stroke widths (they actually aren’t even strokes in terms of SVG), it was near impossible to do this sort of thing...
How CSS Perspective Works
9.9.2020
As someone who loves creating CSS animations, one of the more powerful tools I use is perspective. While the perspective property is not capable of 3D effects all by itself (since basic shapes can’t have depth), you can use the transform property to move and rotate objects in a 3D space (with...
Comparing Data in Google and Netlify Analytics
25.8.2020
Jim Nielsen:
the datasets weren’t even close for me.
Google Analytics works by putting a client-side bit of JavaScript on your site. Netlify Analytics works by parsing server logs server-side. They are not exactly apples to apples, feature-wise. Google Analytics is, I think it’s fair...
A CSS-only, animated, wrapping underline
21.8.2020
Nicky Meuleman, inspired by Cassie Evans, details how they built the anchor link hover on their sites. When a link is hovered, another color underline kinda slides in with a gap between the two. Typical text-decoration doesn’t help here, so multiple backgrounds are used instead,...
Bitcoin in Cuba: A Local YouTube Influencer Explains How It Works
21.8.2020
Bitcoin in Cuba is "growing and gaining strength," according to YouTube influencer Erich García Cruz. Here's how Cubans are using crypto
Ransomware Negotiations Revealed: Flattery and Empathy Works
20.8.2020
New details reveal the unusual strategies employed by ransomware negotiators in a recent attack on the University of California
From Cash to Cat - A New Attempt to 'Make Bitcoin Great Again' In Works
6.8.2020
It seems that the Cryptoverse might see another episode of the Bitcoin Cash (BCH) forking series.
"I am considering to build a new Bitcoin fork inherit from BCH called Bitcoin Cat. It’s a temporary name. Cat is cute and harmless, [they] won’t have a war," said Haipo Yang, founder...
A Lightweight Masonry Solution
31.7.2020
Back in May, I learned about Firefox adding masonry to CSS grid. Masonry layouts are something I’ve been wanting to do on my own from scratch for a very long time, but have never known where to start. So, naturally, I checked the demo and then I had a lightbulb moment when I understood...