Search
Using a brightness() filter to generically highlight content
12.9.2020
Rick Strahl:
I can’t tell you how many times over the years I’ve implemented a custom ‘button’ like CSS implementation. Over the years I’ve used images, backgrounds, gradients, and opacity to effectively ‘highlight’ a control. All that works of course,...
How to Get Handwriting Animation With Irregular SVG Strokes
11.9.2020
I wanted to do a handwriting animation for calligraphy fonts — the kind where the words animate like they are being written by an invisible pen. Because calligraphy fonts have uneven stroke widths (they actually aren’t even strokes in terms of SVG), it was near impossible to do this sort of thing...
Pomp launches new venture fund, says 'You’ll never regret betting on yourself'
11.9.2020
He's chosen a rolling fund structure for reasons of flexibility
Defining “View Source”
10.9.2020
Last time there was a little flurry of activity around the concept of “View Source,” I did get the sense that not everyone was on the same page about what that even means. Jim Nielsen:
First, when we talk about “View Source” what precisely are we talking about? I think this is...
Privacy Startup Nym Will Pay You in Bitcoin to Run Its Mixnet
10.9.2020
The start-up is maturing and enabling plugins that allow users to plug in wallets and applications to run their traffic through its mixnet
The Revolution You’ve Been Awaiting: Fintech + DeFi
10.9.2020
Fintech and DeFi are showing new ways forward for finance. When they combine, outdated intermediaries will really be in trouble
Modifying Specific Letters with CSS and JavaScript
10.9.2020
Changing specific characters can be a challenge in CSS. Often, we’re forced to implement our desired changes one-by-one in HTML, perhaps using the span element. But, in a few specific cases, a CSS-focused solution may still be possible. In this article, we’ll start by looking at some CSS-first...
For Fun: We’re Holding a Memecoin Contest, and You’re Invited!
10.9.2020
We’ve seen the rise and fall of DeFi meme coins over the past few months — YAM, PASTA, SUSHI —Continue Reading
The post For Fun: We’re Holding a Memecoin Contest, and You’re Invited! appeared first on CoinMarketCap Blog
Setting up and Customizing the Ant Design System in a Nuxt App
9.9.2020
I don’t typically work with UI libraries because they can be cumbersome and hard to override, which can contribute to a bloated. However, Ant Design has recently gained some some of my affection because it’s easy to use, has extensible defaults, and features a delicate design.
Nuxt and...
How CSS Perspective Works
9.9.2020
As someone who loves creating CSS animations, one of the more powerful tools I use is perspective. While the perspective property is not capable of 3D effects all by itself (since basic shapes can’t have depth), you can use the transform property to move and rotate objects in a 3D space (with...
Key Insights Behind the Market-Wide Crash: A Data Perspective by IntoTheBlock
9.9.2020
Powered by Every week, IntoTheBlock brings you on-chain analysis of top news stories in the crypto space. Leveraging blockchain’s publicContinue Reading
The post Key Insights Behind the Market-Wide Crash: A Data Perspective by IntoTheBlock appeared first on CoinMarketCap Blog
No, a quantum computer won't instantly reward you with 69,000 Bitcoins ... yet
9.9.2020
The latest quantum computer may not help unlock lost Bitcoin — at least, not yet
AVIF has landed
8.9.2020
Everybody is talking about AVIF today because of Jake’s blog post. As the say, I was today years old when I learned AVIF was a thing. But thanks to web technology being ahead of the game for once, we can already take advantage of it.
This will be easier if you’ve abstracted your...
One Action, Multiple Terminal Windows Running Stuff
8.9.2020
Many development environments require running things in a terminal window. npm run start, or whatever. I know my biggest project requires me to be running a big fancy Docker-based thing in one terminal, Ruby on Rails in another, and webpack in another. I’ve worked on other projects that...
If You Can't Stand the DeFi Heat - Get Out of the Sushi Chef's Kitchen
8.9.2020
Jay Hao. Jay Hao is the CEO of crypto exchange OKEx.
__________
We saw a lot of action over the weekend in what played out as one of those adrenaline-packed high-drama movies the likes of which crypto hasn't witnessed in recent times. We all watched on popcorn in hand as [decentralized finance]...
Jetpack 8.9: Take Donations, Capture Email Subscribers, AMP integration, and More
8.9.2020
(This is a sponsored post.)
Jetpack 8.9 shipped on September 1 and it shows why the plugin continues to be the premier way to take a WordPress site from good to holy smokes! Several new features are packed into the release, but a few really stand out.
Take donations with a new block
The first...
Menu Reveal By Page Rotate Animation
8.9.2020
There are many different approaches to menus on websites. Some menus are persistent, always in view and display all the options. Other menus are hidden by design and need to be opened to view the options. And there are even additional approaches on how hidden menus reveal their menu items. Some...
All the Ways to Make a Web Component
7.9.2020
This is a neat page that compares a ton of different libraries with web components. One of the things I learned after posting “A Bit on Web Components Libraries” is that the web platform APIs were designed for libraries to be built around them. Interesting, right?
This page makes...
Import Non-ESM libraries in ES Modules, with Client-Side Vanilla JS
7.9.2020
We’re living through a weird era where there are tons of JavaScript libraries that were meant to be used as <script> tags that expose available globals. AND there are tons of JavaScript libraries that are meant to be used through module loaders. AND there are tons of JavaScript...
How To Earn Profit When You Buy Bitcoin At High Prices?
7.9.2020
The text below is an advertorial article that was not written by Cryptonews.com journalists.
A common mistake that almost every trader would make is to underestimate the importance of market timing. More often than not, traders enter the market driven by "fear of missing out" and end...