Search
How to Use CSS Grid for Sticky Headers and Footers
2.9.2020
CSS Grid is a collection of properties designed to make layout easier than it’s ever been. Like anything, there’s a bit of a learning curve, but Grid is honestly fun to work with once you get the hang of it. One area where it shines is dealing with headers and footers. With a little...
CoinMarketCap Launches Alexandria: Learn All About Crypto in One Place
2.9.2020
CoinMarketCap has long been known as the top spot for those interested in cryptocurrencies to find accurate and timely dataContinue Reading
The post CoinMarketCap Launches Alexandria: Learn All About Crypto in One Place appeared first on CoinMarketCap Blog
Fees Bonanza: Ethereum Miners Pocket a Record $113 Million From Fees in August
2.9.2020
Ethereum miners are making a killing from transaction fees. In August alone, the miners raked in a total of $113 million in profit, up more than 3,660% from the $3 million earned in April, according to the latest data from Glassnode. This is the highest ether miners have earned from transaction...
Inside Ethereum’s Testnet Headwinds & Growth in Tokenized Bitcoin: A Data Perspective by IntotheBlock
2.9.2020
Powered by Every week, IntoTheBlock brings you an on-chain analysis of top news stories in the crypto space. Leveraging blockchain’sContinue Reading
The post Inside Ethereum’s Testnet Headwinds & Growth in Tokenized Bitcoin: A Data Perspective by IntotheBlock appeared first on CoinMarketCap...
Comparing Browsers for Responsive Design
1.9.2020
There are a number of these desktop apps where the goal is showing your site at different dimensions all at the same time. So you can, for example, be writing CSS and making sure it’s working across all the viewports in a single glance.
They are all very similar. For example, they...
Japanese Regulator Hints at ‘New Laws’ for Crypto Industry + More News
1.9.2020
Get your daily, bite-sized digest of cryptoasset and blockchain-related news – investigating the stories flying under the radar of today’s crypto news.
Regulation news
Japan’s top financial regulator, the Financial Services Agency (FSA), has spoken about possible forthcoming regulatory changes...
How to Make a Media Query-less Card Component
1.9.2020
Fun fact: it’s possible to create responsive components without any media queries at all. Certainly, if we had container queries, those would be very useful for responsive design at the component level. But we don’t. Still, with or without container queries, we can do things to make our components...
Come to Web Unleashed!
1.9.2020
(This is a sponsored post.)
Web Unleashed is a fun conference. I’ve been a number of times. I’m sure you won’t be surprised that it’s online this year, like most events.
And, hey, it’s coming up and will take place over three days, October 5-7, 2020. I’d really...
Using a DeFi protocol now costs more than $50 as Ethereum fees skyrocket
1.9.2020
The situation is eerily reminiscent of December 2017
5 Chinese Banks to Build Blockchain-powered Trade Platform + More News
31.8.2020
Get your daily, bite-sized digest of cryptoasset and blockchain-related news – investigating the stories flying under the radar of today’s crypto news.
Blockchain news
The China Banking Association (CBA), a self-regulating organization that represents China's banking sector, will team up with...
Ground Rules for Web Animations
31.8.2020
Animations can make a site stand out. Or, they can just as easily kill the experience. When working with web animations, there are a few things that could go wrong like adding animations that serve no purpose, setting durations that are  too long or too quick, or not using right type...
Signature Bank Gave Dozens More PPP Loans to Crypto Firms Than Previously Reported
31.8.2020
Signature Bank gave $20 million in PPP loans to roughly 40 firms in the digital asset space. Only nine loans were revealed in public documents last month
USD has ‘more room to fall’ — 5 things to watch in Bitcoin this week
31.8.2020
Amid multiple warnings over the world’s reserve currency, Bitcoin stands to gain if recent macro correlation remains intact
Polkadot Top 10 Redenomination Shot: Is the Token Now Bigger Than Chainlink?
30.8.2020
The Polkadot token, which recently underwent a redenomination, has seen its value more than double in less than seven days. Now with a reported (but unverified) circulating supply of 897,657,920 tokens, the Dot token claims its place as the fifth-ranked token. At the time of writing, the token...
Number Scrubbing
29.8.2020
If you use <input type="number">, some browsers give you an input that has UI for incrementing the number, like up/down arrows (often called “spinners”).
That’s a bit helpful sometimes. But people have certainly explored fancier ways of updating that number....
a11y is web accessibility
29.8.2020
Eric Bailey eviscerates the notion that the term “a11y” isn’t accessible. It’s a hot take that I’ve had myself, embarrassingly enough.
I never see people asking why WWI is written out the way it is, either. Won’t people confuse that with the first Wonder Woman movie?...
a11y is web accessibility
29.8.2020
Eric Bailey eviscerates the notion that the term “a11y” isn’t accessible. It’s a hot take that I’ve had myself, embarrassingly enough.
I never see people asking why WWI is written out the way it is, either. Won’t people confuse that with the first Wonder Woman movie?...
'Opt-Out with Bitcoin,' Says Visa's Director of Public Policy + More News
28.8.2020
Get your daily, bite-sized digest of cryptoasset and blockchain-related news – investigating the stories flying under the radar of today’s crypto news.
Business news
Andy Yee, senior director of public policy at Visa, tweeted to his followers to “Opt-out with Bitcoin.” This follows a speech made...
Here’s How I Solved a Weird Bug Using Tried and True Debugging Strategies
28.8.2020
Remember the last time you dealt with a UI-related bug that left you scratching your head for hours? Maybe the issue was happening at random, or occurring under specific circumstances (device, OS, browser, user action), or was just hidden in one of the many front-end technologies that are part...
Copy the Browser’s Native Focus Styles
28.8.2020
Remy documented this the other day. Firefox supports a Highlight keyword and both Chrome and Safari support a -webkit-focus-ring-color keyword. So if you, for example, have removed focus from something and want to put it back in the same style as the browser default, or want to apply a focus style...