Search
Bitcoin Will Be Accepted for Tax Payments in Swiss Canton Zug Next Year
4.9.2020
Bitcoin and ether can be used to pay taxes in the Swiss Canton of Zug starting next tax season. Zug’s crypto valley is home to many cryptocurrency businesses, and by accepting bitcoin and ether for tax payments, the canton aims to “promote and simplify the use of cryptocurrencies...
Blockchain can shield banks from billion-dollar trade finance scandals, says exec
4.9.2020
Blockchain can help the trade finance industry prevent billion-dollar scandals and ease trade financing, says expert
Blockchain can combat Australia’s $1.7B food and wine fraud problem
4.9.2020
Food and wine fraud costs Australians $1.7 billion, but government and industry experts say blockchain could be the solution
Stroke Text CSS: The Definitive Guide
4.9.2020
Whenever I think of stroked text on the web I think: nope.
There is -webkit-text-stroke in CSS for it, but it places that stroke in the middle of the vector outline of the characters, absolutely ensuring that the character doesn’t look right. Just look at this in Chrome or Safari. Gross....
MIT is helping the Boston Fed build a CBDC that can be scaled for consumer use
3.9.2020
Can MIT help the U.S. catch up to China in the CBDC race?
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...