Search
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...
Understanding Web Accessibility Color Contrast Guidelines and Ratios
19.2.2020
What should you do when you get a complaint about the color contrast in your web design? It might seem perfectly fine to you because you’re able to read content throughout the site, but to someone else, it might be a totally different experience. How can put yourself in that person’s shoes...
84 PBOC Digital Currency Patents Show the Extent of China’s Digital Yuan
16.2.2020
The People’s Bank of China (PBOC) has reportedly filed 84 patents relating to its plans to launch a digital currency. The patents reveal the central bank’s plans which include integrating digital currency wallets into existing retail bank accounts. The potential for the Chinese central...
Police Forces in Belgium, France and Israel Stop Scam Promising 35% Returns on Crypto Investments
2.2.2020
Police forces in Belgium, France and Israel have reportedly put a stop to an international scam promising high returns of up to 35% on crypto investments. A big French private company and a French local authority are said to be among the 85 victims of this network. In total, 10 suspects related...
Developer Adds Improvements to the Bitcoin Cash Java Library
1.2.2020
On January 30, the software developer Pokkst published a blog post sharing his experience of how he’s been maintaining the Java BCH library bitcoincashj for the last 10 months. At one time Pokkst used to develop BTC applications, but then switched to working with BCH in March 2019....
Sticky Table of Contents with Scrolling Active States
30.1.2020
Say you have a two-column layout: a main column with content. Say it has a lot of content, with sections that requires scrolling. And let's toss in a sidebar column that is largely empty, such that you can safely put a position: sticky; table of contents over there for all that content in the main...
“Browser Functions”
26.1.2020
Serverless functions are fairly straightforward. Put a bit of back-end language code, like Node, in the cloud and communicate with it via URL. But what if that URL didn't run a back-end language, it ran an actual browser? Richard Young:
We can now do full stack development using just Web APIs....
Thinking Through Styling Options for Web Components
16.1.2020
Where do you put styles in web components?
I'm assuming that we're using the Shadow DOM here as, to me, that's one of the big draws of a web component: a platform thing that is a uniquely powerful thing the platform can do. So this is about defining styles for a web component in a don't-leak-out...
Meet the DC Advocacy Org Helping Put Blockchain on the US Military’s Radar
16.1.2020
The D.C.-based Value Technology Association helped lead the charge in requiring the U.S. Department of Defense to consider the benefits of blockchain technology
Former Mt Gox CEO Mark Karpeles Seeks to Put Longstanding Lawsuit to Rest
9.1.2020
Former Mt. Gox CEO Mark Karpeles aims to close proceedings against him in the state of Illinois by filing for summary judgment on multiple counts
Bitcoin History Part 23: The First BTC Escrow
9.1.2020
Before the emergence of crypto exchanges and trustless multi-sig, early bitcoiners saw the need for an escrow service – a mediator to act as a go-between for strangers transacting online. Given the panoply of options now available, it is strange to think that escrow was once provided by a...
Proof of Keys Day Returns on Bitcoin’s 11th Birthday
3.1.2020
Last year’s inaugural Proof of Keys day didn’t see massive amounts of bitcoin withdrawn judging by onchain data – but it did serve to educate a community. Trace Mayer’s call to arms also put exchanges on notice, with some disabling withdrawals, citing unscheduled...
A Recap of Frontend Development in 2019
1.1.2020
I noted Trey Huffine’s 2018 version of this article in The Great Divide.
To put a point on this divide a bit more, consider this article by Trey Huffine, "A Recap of Frontend Development in 2018." It's very well done! It points to big moments this year, shows interesting data, and makes...
A Recap of Frontend Development in 2019
1.1.2020
I noted Trey Huffine’s 2018 version of this article in The Great Divide.
To put a point on this divide a bit more, consider this article by Trey Huffine, "A Recap of Frontend Development in 2018." It's very well done! It points to big moments this year, shows interesting data, and makes...