Search
Decentralized Indexing Provider Aleph.im Launches Serum Markets Analytics
7.11.2021
Crypto proponents and market observers can now gain insight into Solana’s and Serum’s liquidity infrastructure ecosystem via the analytics and decentralized indexing provider Aleph.im. The cross-blockchain computing project says the induction of Serum Markets will “help surface...
Digital Asset Manager Bakkt Reveals Plans to Provide Ethereum Services
6.11.2021
On November 5, Bakkt Holdings announced that the firm will soon let customers buy, sell, and store ethereum after offering bitcoin only since the company’s launch. The firm notes that adding ethereum comes at a time when digital currency interest and adoption continue to see significant...
Favicons: How to Make Sure Browsers Only Download the SVG Version
5.11.2021
Šime Vidas DM’d me the other day about this thread from subzey on Twitter. My HTML for favicons was like this:
<!-- Warning! Typo! --<link rel="icon" href="/favicon.ico" size="any"<link rel="icon" href="/favicon.svg" type="image/svg+xml"
The attribute size is a typo there...
Yes, Design Systems Do Improve Developer Efficiency and Design Consistency
5.11.2021
One of the toughest things about being someone who cares deeply about design systems is making the case for a dedicated design system. Folks in leadership will often ask you to prove the value of it. Why should we care …
The post Yes, Design Systems Do Improve Developer Efficiency and Design...
Altcoins surge even as Bitcoin and Ethereum price fall toward key support levels
5.11.2021
Altcoins like XYO, CRO and WNXM are capitalizing on BTC and ETH’s consolidation by moving higher
How to Create an Animated Chart of Nested Squares Using Masks
5.11.2021
We have many well-known chart types: bar, donut, line, pie, you name it. All popular chart libraries support these. Then there are the chart types that do not even have a name. Check out this dreamt-up chart with stacked (nested) …
The post How to Create an Animated Chart of Nested Squares...
enterkeyhint
5.11.2021
I only just recently learned the enterkeyhint attribute on form inputs was a thing! It seems like kind of a big deal to me, as crafting HTML form markup is a decent slice of a front-end developer’s life, and this …
The post enterkeyhint appeared first on CSS-Tricks. You can support...
Bitcoin Tests Support, Ethereum Uptrend Intact, OMG Crashes from High
5.11.2021
After trading lower through much of the day yesterday, bitcoin rose during the Asian trading session today, before bears later took control and sent the coin down from a peak of USD 62,595 to support around USD 61,200. A further move below that support zone could trigger more selling.
Ethereum...
Bakkt to Support Ethereum Alongside Bitcoin
5.11.2021
US-based, heavily-backed digital asset platform Bakkt said it will start supporting ethereum (ETH) alongside bitcoin (BTC) "soon."
Their clients will be able to buy, sell, hold, and send ETH, by using Bakkt App. Institutional clients can also choose the Bakkt Warehouse for custody of ethereum...
3air Solves Africa’s Massive Internet Access Problem With Cardano-Based ISP Platform
5.11.2021
PRESS RELEASE. 3air is using an ISP platform built on Cardano to provide internet to the most unconnected regions in Africa. November 2nd, 2021, Dubai, UAE – Today, 3air, a blockchain-based startup, announced it will leverage the power of decentralization to provide internet connectivity...
Introducing Svelte, and Comparing Svelte with React and Vue
4.11.2021
Josh Collingsworth is clearly a big fan of Svelte, so while this is a fun and useful comparison article, it’s here to crown Svelte the winner all the way through.
A few things I find compelling:
One of the
…
The post Introducing Svelte, and Comparing Svelte with React and...
Fixing the Drift in Shape Rotations
4.11.2021
Steve Ruiz calls this post an “extra-obscure edition of design tool micro-UX,” but I find it fascinating! If you select a bunch of elements in a design tool, then rotate then, then later select those same elements and try to …
The post Fixing the Drift in Shape Rotations appeared...
Scroll-Linked Animations With the Web Animations API (WAAPI) and ScrollTimeline
4.11.2021
The Scroll-linked Animations specification is an upcoming and experimental addition that allows us to link animation-progress to scroll-progress: as you scroll up and down a scroll container, a linked animation also advances or rewinds accordingly.
We covered some use cases …
The post...
Nintendo Just Updated Super Mario 3D All-Stars For Switch N64 Controller Support
4.11.2021
Nintendo has released a new update, Ver. 1.1.1, to add support for the Switch’s new Nintendo 64 Controller to Super Mario 3D All-Stars. This is the first update for the game since November of last year when Nintendo GameCube controller was added to Super Mario Sunshine. Below are the patch notes...
Bitcoin retests support with trader forecasting $55K BTC price dip
4.11.2021
The odds are on for a fresh Bitcoin price dip, and Ethereum may join in, analysis warns
Chapter 10: Browser Wars
3.11.2021
In June of 1995, representatives from Microsoft arrived at the Netscape offices. The stated goal was to find ways to work together—Netscape as the single dominant force in the browser market and Microsoft as a tech giant just beginning to …
The post Chapter 10: Browser Wars appeared first...
Coinbase to Improve Customer Support in US and India by Acquiring AI Platform Agara
3.11.2021
Coinbase is acquiring an AI-powered support platform Agara in an effort to deliver “world-class support for customers.” The exchange explained that “Through this acquisition, we’ll be able to provide our customers with new personalized, intelligent, and real-time support...
Proxying Third-Party JavaScript as First-Party JavaScript (and the Potential Effect on Analytics)
2.11.2021
First, check out how incredibly easy it is to write a Cloudflare Worker to proxy another URL:
addEventListener("fetch", (event) ={
event.respondWith(
fetch("https://css-tricks.com")
);
});
It doesn’t have any error handling or anything, but hey, it works:
Now imagine how …
The...
GUI Challenges
2.11.2021
I keep bookmarking Adam’s GUI Challenges posts/videos and, before I even have a chance to review and link them up, another one is already published! Fortunately, the homepage for them on web.dev is a nice roundup.
For example, a recent …
The post GUI Challenges appeared first...
GUI Challenges
2.11.2021
I keep bookmarking Adam’s GUI Challenges posts/videos and, before I even have a chance to review and link them up, another one is already published! Fortunately, the homepage for them on web.dev is a nice roundup.
For example, a recent …
The post GUI Challenges appeared first...