Search
Coinbase overtakes TikTok for #1 position on Apple app store
11.5.2021
The trading app first became available on the Apple App Store in 2014
Dynamic CSS Masks with Custom Properties and GSAP
4.5.2021
Learn how to animate CSS masks based on the cursor position using GSAP and custom properties for a unique spotlight effect.
The post Dynamic CSS Masks with Custom Properties and GSAP appeared first on Codrops
Eliminating five top compatibility pain points on the web
23.4.2021
Robert Nyman and Philip Jägenstedt:
Google is working with other browser vendors and industry partners to fix the top five browser compatibility pain points for web developers. The areas of focus are CSS Flexbox, CSS Grid, position: sticky, 
…
The post Eliminating five...
Bitcoin’s Creator Satoshi Nakamoto Is Now a Member of the Top 20 World’s Richest People
12.4.2021
This week our newsdesk covered the world’s wealthiest cryptocurrency billionaires after the American business magazine Forbes published the 2021 list of billionaires. Now it was mentioned in our report that Satoshi Nakamoto didn’t make the cut, even though Bitcoin’s inventor...
P2P Bitcoin Trade Volumes Surge in Kenya and Ghana but Nigeria Still Dominates
11.4.2021
According to new data, peer-to-peer (P2P) bitcoin trade volumes in Kenya and Ghana surged in Q1 of 2021, with the two countries now ranked second and third respectively. On the other hand, volumes in South Africa, which occupied second place in 2020, dropped marginally. Consequently, South Africa...
RBI Governor Says Government and Central Bank Agree on Cryptocurrency Approach
26.3.2021
RBI Governor Shaktikanta Das says that there is no difference of opinion between the Reserve Bank of India (RBI) and the finance ministry on cryptocurrencies. While the finance minister said that the government will not shut off all options and will take a calibrated position regarding crypto...
Visa Anticipates Cryptocurrency Becoming ‘Extremely Mainstream’ — Working to Allow Bitcoin Use at 70 Million Stores
18.3.2021
Visa CEO Al Kelly anticipates that cryptocurrency could become “extremely mainstream” within five years. He is working to position Visa in the middle of it should cryptocurrency take off. He further confirmed that Visa is working to allow bitcoin purchases, in addition to enabling...
Elon Musk Becomes ‘Technoking of Tesla’ While ‘Master of Coin’ Title Goes to CFO Zach Kirkhorn
16.3.2021
Tesla has informed the U.S. Securities and Exchange Commission (SEC) that Elon Musk has officially changed his title to “Technoking of Tesla” and CFO Zach Kirkhorn has changed his title to “Master of Coin.” Musk is not stepping down as the CEO of Tesla, as the filing...
French Lawmaker Signs Petition to Allow Central Bank to Buy and Hold Bitcoin
14.3.2021
A French parliament member has signed a petition to amend the laws to enable the central bank of France to buy and hold bitcoin as well as other cryptocurrencies. The petition urges lawmakers to urgently consider the matter, warning that not owning bitcoin will put France “in a financially...
Table of Contents with IntersectionObserver
11.3.2021
If you have a table of contents on a long-scrolling page, thanks to, say, position: fixed; or position: sticky;, the IntersectionObserver API in JavaScript is the perfect companion to highlight items in the table of contents when corresponding content …
The post Table of Contents with...
Insert Cursor at Any Position at Command Line
11.3.2021
As much as I enjoy writing lengthy pieces of JavaScript APIs, techniques, and other tech brilliance, I very much enjoy providing people quick tips to make their daily dev lives better. This is one such post. Oftentimes I’m working with long command line directives, and as you can imagine,...
Critics Claim Tesla Should Sell Bitcoin Position, Electric Vehicle Firm’s Shares Down 30% Since Buying
8.3.2021
Ever since Tesla announced the company held $1.5 billion in bitcoin on its balance sheet during the first week of February, the company’s stocks have dropped over 30%. One analyst says that Tesla’s shareholders would be “very supportive” if the company announced it would...
How to Map Mouse Position in CSS
1.3.2021
Let’s look at how to get the user’s mouse position and map it into CSS custom properties: --positionX and --positionY.
We could do this in JavaScript. If we did, we could do things like make make an element …
The post How to Map Mouse Position in CSS appeared first on CSS-Tricks.
You...
An Interactive Guide to CSS Transitions
26.2.2021
A wonderful post by Josh that both introduces CSS transitions and covers the nuances for using them effectively. I like the advice about transitioning the position of an element, leaving the original space it occupied alone so it doesn’t result …
The post An Interactive Guide to...
Ensuring the correct vertical position of large text
26.2.2021
Tobi Reif notes how the position of custom fonts set at very large font sizes can be super different, even in the same browser across operating systems. The solution? Well, you know how there are certain CSS properties that only …
The post Ensuring the correct vertical position of large text...
RUNE soars after Multichain capital reveals large position
24.2.2021
RUNE has rallied to all-time highs after Multicoin Capital revealed it has accumulated a large position
Elon Musk Says Holding Bitcoin Is Less Dumb Than Cash, Disputes Peter Schiff’s Claims About Money and BTC
21.2.2021
Tesla and Spacex CEO Elon Musk has clarified his position on bitcoin. Emphasizing that he is an engineer, not an investor, Musk says that bitcoin “is simply a less dumb form of liquidity than cash.” Musk also disputed gold bug Peter Schiff’s claims about bitcoin and commented...
Clipping Scrollable Areas On The inline-start Side
19.2.2021
On a default left-to-right web page, “hanging” an element off the right side of the page (e.g. position: absolute; right: -100px;) triggers a horizontal scrollbar that scrolls as far as needed to make that whole element visible. But if …
The post Clipping Scrollable Areas On...
Apple Well Positioned to Offer Crypto Trading — Analyst Says Company Should Hold Bitcoin in Treasury
11.2.2021
Apple Inc. is well position to offer cryptocurrency trading, according to an analyst with global investment bank RBC Capital Markets. Not only will Apple gain instant market share in the crypto space, but the move could also generate the Iphone maker well over $40 billion in annual revenue....
A table with both a sticky header and a sticky first column
10.2.2021
We’ve covered that individual <table> cells, <th> and <td> can be position: sticky. It’s pretty easy to make the header of a table stick to the top of the screen while scrolling through a bunch or rows (like this …
The post A table with both a sticky...