Search
Irregular-shaped Links with Subgrid
16.7.2020
Michelle Barker covers a situation where you need offset rectangles part of a clickable area. The tricky part is having just the rectangles be clickable. That rules out using some parent element and making the whole larger encompassing rectangle clickable, which is a common (but equally tricky)...
Improving Chromium’s browser compatibility in 2020
7.7.2020
This is exactly what I love to hear from any browser vendor:
When it comes to browser compatibility, there are still too many missing features and edge-case bugs. But it doesn’t have to be this way. Things can and will get better, if browser vendors can understand what is causing the most...
How-to guide for creating edge-to-edge color bars that work with a grid
1.7.2020
Hard-stop gradients are one of my favorite CSS tricks. Here, Marcel Moreau combines that idea with CSS grid to solve an issue that’s otherwise a pain in the butt. Say you have like a 300px right sidebar on a desktop layout with a unique background color. Easy enough. But then say you want...
Cool Little CSS Grid Tricks for Your Blog
10.6.2020
I discovered CSS about a decade ago while trying to modify the look of a blog I had created. Pretty soon, I was able to code cool things with more mathematical and, therefore, easier-to-understand features like transforms. However, other areas of CSS, such as layout, have remained a constant source...
Block Links: The Search for a Perfect Solution
25.5.2020
I was reading this article by Chris where he talks about block links — you know, like wrapping an entire card element inside an anchor — being a bad idea. It’s bad accessibility because of how it affects screen readers. And it’s bad UX because it prevents simple user tasks, like selecting text.
But...
Ruble’s Drop Eases Pain of Lower Bitcoin Prices for Russia’s Miners
23.3.2020
The global market meltdown has indirectly benefited Russia's bitcoin miners, even as the cryptocurrency's price tumbled along with other assets
Bitcoin Falls Below $5K as Market Pain Deepens
13.3.2020
Bitcoin fell below $5,000, but some investors maintain hopes for their long-term prospects
Block Links Are a Pain (and Maybe Just a Bad Idea)
10.3.2020
As we noted in our complete guide, you can put an <a href=""> link around whatever chunks of HTML you like. Let's call that a "block link." Like you are wanting to link up an entire "Card" of content because it makes a big clickable target.
<a href="/article/"<!-- display: block;...
Tezos (XTZ) & Chainlink (LINK) Prices Slide 10% — More Pain or Buy the Dip?
25.2.2020
As altcoin prices correct alongside Bitcoin, traders look to buy dips on the best performers of 2020
aviationstack
28.1.2020
(This is a sponsored post.)
I wonder how many startup ideas have something to do with air travel? 🤔
It's such a big industry with so many pain points its no wonder that it inspires ideas for building new products. Here's the thing about a lot of startup ideas: you need data. Chances...
XRP Price Lost 66% Against BTC in 2019 — Will the Pain End in 2020?
31.12.2019
XRP holders can’t wait to say goodbye to 2019
A Proof of Concept for Making Sass Faster
17.9.2019
At the start of a new project, Sass compilation happens in the blink of an eye. This feels great, especially when it’s paired with Browsersync, which reloads the stylesheet for us in the browser. But, as the amount of Sass grows, compilation time increases. This is far from ideal.
It can be a real...
Goldman Sachs States That There is More Pain in Store for Indian Economy
29.8.2019
The global economy is currently in the middle of turmoil due to a wide range of factors. Two of the world’s biggest economies, the United States and China, are locked in a bruising trade war, while Europe’s biggest economy, Germany has experienced a downturn. However, among all that it is perhaps...
Israel: Regulator to Aid Blockchain Firms but Crypto Pain Continues
20.8.2019
Israeli financial regulators want to provide a fast-track for blockchain and fintech companies looking to obtain business permits in the country – but individual cryptocurrency traders have been left frustrated by the banking system.
News outlet Calcalist reports that the Capital Market, Insurance...
Code Formatting with Prettier in Visual Studio Code
23.7.2019
Formatting code consistently is a pain, especially when working on a team. The beauty of modern day web development is that the tooling has gotten so much better! In this article, we will look at s
Crypto Platform Unveils 4-Step Plan to Tackle Pain Points in Trading
5.7.2019
An aggregated liquidity platform says it is determined to address the current points of pain in blockchain trading #SPONSORED
Despite Pain in China, Jaguar Manages to Post a Quarterly Profit
22.5.2019
There was a time when British companies used to rule the world, but over the years, some of the nation’s most successful companies have struggled during heightened competition and iconic car manufacturer Jaguar is certainly one of them. The economic slowdown in China over the past few months...
AI-Backed Image Background Removal (Sponsored)
21.5.2019
I’ve worked on dozens of eCommerce sites in my career and many of them were hamstrung by the same pain points: tax collection, payment customization, and image optimization. While tax collection and payment customization were important, image optimization was always the hardest and most...
‘Maximum Pain’: Joe Lubin, Jimmy Song Strike $500K Crypto Bet on Ethereum’s Future
14.5.2019
The terms of a much-hyped bet between Joe Lubin and Jimmy Song have finally been settled – and a lot of money is on the line
Flow Object.values(…)
2.5.2019
JavaScript typing utilities, like Flow and TypeScript, have become popular in JavaScript apps of all sizes. As I mentioned in our Script & Style Show typing podcast, typing is a great way to implicitly implement documentation and validation. Flow isn’t always easy to perfect, however,...