Search
Bank of Russia Wants to Put Mortgage Issuance on a Blockchain
28.5.2020
Russia's is eyeing use cases for blockchain even as proposed legislation will clamp down on crypto
Gox Rising Offers $800 per Bitcoin Claim to Buy out Mt Gox Creditors
22.5.2020
Gox Rising has offered to buy out creditor claims from the collapsed cryptocurrency exchange Mt. Gox. The Brock Pierce-led outfit will pay $800 per bitcoin claim, either in BTC or cash, to creditors who are unwilling to wait for the finalization of the ongoing civil litigation. “Our payment...
Flexbox-like “just put elements in a row” with CSS grid
21.5.2020
It occurred to me while we were talking about flexbox and gap that one reason we sometimes reach for flexbox is to chuck some boxes in a row and space them out a little.
My brain still reaches for flexbox in that situation, and with gap, it probably will continue to do so. It’s worth noting...
CZ’s Twitter Feed Swayed New CoinMarketCap Ranking That Put Binance on Top
15.5.2020
CoinMarketCap's new exchange ranking gives its new owner Binance a perfect score. The site's CEO said the decision was in part based on the Twitter "presence and feed" of the exchange's CEO
How I Put the Scroll Percentage in the Browser Title Bar
12.5.2020
Some nice trickery from Knut Melvær.
Ultimately the trick boils down to figuring out how far you’ve scrolled on the page and changing the title to show it, like:
document.title = `${percent}% ${post.title}`
Knut’s trick assumes React and installing an additional library. I’m sure...
ChromaWay Expands Effort to Put Latin American Land Records on the Blockchain
6.5.2020
The Swedish startup is working with the IDB and local agencies to make land ownership more transparent in Latin America and the Caribbean
CSS-Tricks Chronicle XXXVIII
30.4.2020
Hey hey, these “chronicle” posts are little roundups of news that I haven’t gotten a chance to link up yet. They are often things that I’ve done off-site, like be a guest on a podcast or online conference. Or it’s news from other projects I work on. Or some other thing...
Coronavirus Has Put Bitcoin’s Safe Haven Narrative to the Test
24.4.2020
Bitcoin’s price crashed on March 12, which seemingly invalidated the safe haven hypothesis. But reality is far more complex than that
Russian Embassy Asks France to Put Vinnik Under House Arrest in Home Country
16.4.2020
Russia asks France to place the alleged $4 billion launderer Alexander Vinnik under home arrest in a state-owned apartment in Russia, citing coronavirus fears
Overstock Subsidiary to Put Wyoming County Land Registry on the Blockchain
15.4.2020
Medici Land Governance has inked a deal to build a blockchain-based land registry for Carbon County, Wyoming – its second such deal in the state
How to Create a CSS-Tricks Custom Scrollbar
13.4.2020
Chris Coyier of CSS-Tricks is an amazing engineer and blogger. He’s not only creative but has always had the drive to put his thoughts to work, no matter how large. He also has a good eye for the little things that can make CSS-Tricks or your site special. One of those little things is...
A Grid of Logos in Squares
6.4.2020
Let’s build a literal grid of squares, and we’ll put the logos of some magazines centered inside each square. I imagine plenty of you have had to build a logo grid before. You can probably already picture it: an area of a site that lists the donors, sponsors, or that is showing off...
Egypt Limits Bank and ATM Withdrawals Citing Rampant Cash Outflow and Coronavirus Fears
30.3.2020
On Sunday, the Central Bank of Egypt (CBE) announced it had instructed financial institutions in the country to put withdrawal limits in place for cash. Regional reports disclose that Egyptian residents can only withdraw 10,000 Egyptian pounds ($640) and businesses can only withdraw 50,000 pounds...
Indicating Scroll Position on a Page With CSS
24.3.2020
Scrolling is something we all know and do on the web to the extent that it’s an expectation or perhaps even a habit, like brushing our teeth. That’s probably why we don’t put too much thought into designing the scrolling experience — it’s a well-known basic function. In fact, the popular “there...
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;...
RBI to Challenge Supreme Court Verdict on Cryptocurrency
6.3.2020
The Reserve Bank of India (RBI) is reportedly seeking to file a review petition challenging the supreme court verdict which lifted its banking ban on the crypto industry. The RBI is worried that the court’s decision “could pave the way for trading in virtual currencies and put...
Automated Selenium Testing with Jest and LambdaTest
5.3.2020
You know what the best thing is about building and running automated browser tests is? It means that the site you're doing it on really matters. It means you're trying to take care of that site by making sure it doesn't break, and it's worth the time to put guards in place against that breakages....
What React Does (and Doesn’t Do)
5.3.2020
With a name as big as React, it's bound to cause some Stream-Crossing Confusion, as I like to call it. How do you center a <div> in React? Dave Ceddia:
React cares exactly zero about styling. Think of it as generating the barebones HTML. React will put elements on the page, but everything...
Animated Matryoshka Dolls in CSS
27.2.2020
Here’s a fun one. How might we create a set of those cool Matryoshka dolls where they nest inside one another... but in CSS?
I toyed with this idea in my head for a little while. Then, I saw a tweet from CSS-Tricks and the article image had the dolls. I took that as a sign! It was time to...
Swiss Savers View Cryptocurrencies as Option, Now That Bank Accounts Don’t Save Them From Inflation
20.2.2020
Cryptocurrencies are gradually becoming a viable alternative for savers in Switzerland, according to a new poll. The Alpine nation’s crypto-friendly business climate and increasing regulatory clarity makes them a relatively easy addition to investors’ portfolios. Many Swiss people...