Search
How to Simplify SVG Code Using Basic Shapes
3.9.2020
There are different ways to work with icons, but the best solution always includes SVG, whether it’s implemented inline or linked up as an image file. That’s because they’re “drawn” in code, making them flexible, adaptable, and scalable in any context.
But when working with SVG, there’s always...
State of Jamstack 2020: Data Deep Dive
3.9.2020
(This is a sponsored post.)
The Jamstack, a modern approach to building websites and apps, delivers better performance, higher security, lower cost of scaling, and a better developer experience. But how popular is it among developers worldwide, and what do they love and hate about it?
We at Kentico...
Residents of Europe’s Crypto Valley Can Pay Tax Bills in Bitcoin, Ethereum
3.9.2020
Zug. The Swiss canton of Zug – the heart of the nation’s burgeoning crypto and blockchain industry – will be allowed to pay tax bills of up to USD 109,670 in bitcoin (BTC) or ethereum (ETH) from February 2021.
Per Bloomberg, the canton’s tax authority has sealed a deal with crypto custody firm...
‘Crypto Valley’ residents can now pay taxes in Bitcoin
3.9.2020
Authorities in the canton of Zug now embrace cryptocurrency for tax settlement
$1 Trillion in Housing Bonds: US Real Estate Crisis Held Back by Fed’s Mortgage Purchases
3.9.2020
The U.S. real estate market is facing a conundrum, as there’s now a tidal wave of renters who can’t pay rent and a massive number of mortgage defaults stacking up like never before. Amid the looming real estate chaos, the Centers for Disease Control and Prevention (CDC) enacted public...
Using @property for CSS Custom Properties
3.9.2020
Una Kravetz digs into how Chrome now allows you to declare CSS custom properties directly from CSS with more information than just a string.
So rather than something like this:
html {
--stop: 50%;
}
…can be declared with more details like this:
@property --stop {
syntax:...
Excluding Emojis From Transparent Text Clipping
2.9.2020
CSS-Tricks has this pretty cool way of styling hovered links. By default, the text is a fairly common blue. But hover of the links, and they’re filled with a linear gradient.
😍
Pretty neat, right? And the trick isn’t all that complicated. On hover…
give the link a linear...
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...
How can DeFi projects avoid getting cloned and dying?
2.9.2020
Was the Uniswap fork that created SushiSwap a good thing for the DeFi sector?
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...
Exchange Outages Are Going Mainstream: What Robinhood Can Learn From Crypto
1.9.2020
With popular online trading platforms hit by more outages amid high volumes, companies like Robinhood may learn something from crypto exchanges
As 'Apathy Towards Privacy' Prevails, This Firm Says It Can Track Monero
1.9.2020
While claims that US crypto intelligence firm CipherTrace can track transactions in monero (XMR), the most popular privacy coin, was met with skepticism, other analysts warned about "user apathy towards privacy."
Yesterday, CipherTrace announced what it calls as the world’s first...
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...
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...
The Most Confusing Crypto Terms and What Can Be Done to Clarify Them
30.8.2020
Cryptocurrency is a domain of jargon. ‘Blockchains,’ ‘full nodes,’ ‘miners,’ ‘nonces,’ ‘side-chains’: these are only a few of the terms in crypto that are known to cause confusion and disagreement.
Not only does the ambiguity of vocab undermine the ability of people within crypto to communicate...
YFI price soars to $38.8K hitting $1B market cap — can it go higher?
30.8.2020
Yearn.finance’s YFI token achieved a new record high at $38,883, as its market capitalization surpassed $1 billion
Lysander Spooner: Natural Law – The Science of Justice
30.8.2020
The science of mine and thine – the science of justice – is the science of all human rights; of all a man’s rights of person and property; of all his rights to life, liberty, and the pursuit of happiness. Section I. It is the science which alone can tell any man what he...
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?...