Search
The Raven Technique: One Step Closer to Container Queries
10.11.2020
For the millionth time: We need container queries in CSS! And guess what, it looks like we’re heading in that direction.
When building components for a website, you don’t always know how that component will be used. Maybe it will be render as wide as the browser window is. Maybe two of them...
How to Write Loops with Preprocessors
5.11.2020
Loops are one of those features that you don’t need every day. But when you do, it’s awfully nice that preprocessors can do it because native HTML and CSS cannot.
Sass (SCSS)
for Loop
CodePen Embed Fallback
while Loop
CodePen Embed Fallback
each Loop
CodePen Embed Fallback
Less
for...
This page is a truly naked, brutalist html quine.
4.11.2020
Here’s a fun page coming from secretGeek.net. You don’t normally think “fun” with brutalist minimalism but the CSS trickery that makes it work on this page is certainly that.
The HTML is literally displayed on the page as tags. So, in a sense, the HTML is both the page...
Additive Animations in CSS
3.11.2020
Daniel C. Wilson explains how with CSS @keyframe animations, when multiple of them are applied to an element, they do both work. But if any properties are repeated, only the last one works. They override each other. I’ve seen this limitation overcome by applying keyframes to nested elements...
FTX Increases Trump Futures Margins Before the Election, Biden Futures Lead by 64%
31.10.2020
At the beginning of the year, the trading platform FTX Exchange launched a futures market so people can bet on the U.S. election and created a futures contract token called TRUMP. On Friday, FTX revealed that the exchange is lifting the initial margin requirements to $0.50 for its TRUMP token...
How the IRS tracks down people who don’t report their crypto
30.10.2020
The United States tax authority doesn't seem to be very efficient when it comes to tracking down who owes crypto taxes — for now
People Want Data Privacy But Don't Always Know What They're Getting
30.10.2020
Gabriel Kaptchuk , Researcher Assistant Professor in Computer Science, Boston University.
Elissa M. Redmiles, Faculty member & Research Group Leader, Max Planck Institute.
Rachel Cummings, Assistant Professor of Industrial and Systems Engineering, Georgia Institute...
Here’s why Ethereum bulls don’t care about Friday’s $40M ETH options expiry
30.10.2020
$40 million in Ethereum options on Friday, and multiple indicators favor bulls as ETH 2.0 approaches
The blockchain revolution is already here, say Alex and Don Tapscott
28.10.2020
Tech evangelists Alex and Don Tapscott believe blockchain will “rewrite the economic power grid and the old social order.”
Comparing Static Site Generator Build Times
28.10.2020
There are so many static site generators (SSGs). It’s overwhelming trying to decide where to start. While an abundance of helpful articles may help wade through the (popular) options, they don’t magically make the decision easy.
I’ve been on a quest to help make that decision easier. A colleague...
Comparing Various Ways to Hide Things in CSS
27.10.2020
You would think that hiding content with CSS is a straightforward and solved problem, but there are multiple solutions, each one being unique.
Developers most commonly use display: none to hide the content on the page. Unfortunately, this way of hiding content isn’t bulletproof because now that...
Don't expect another 2017-style altseason as Ethereum continues slump vs. Bitcoin
26.10.2020
The price of Ethereum's Ether is continuing to show weakness against Bitcoin despite its latest rally above $400
Bull or bear? Pros don’t care! Here’s 3 strategies every trader should know
26.10.2020
Here’s 3 strategies pro traders use to produce profits regardless of the market’s direction
Bitcoin breaking through $12K is huge but don't expect higher prices before 2021
25.10.2020
Bitcoin price may now see sideways action for a few months after breaking through crucial multi-year resistance at $12,000
‘I Don’t See What’s Going to Stop Bitcoin From Appreciating,’ Says Commodity Analyst
24.10.2020
A senior strategist with Bloomberg Intelligence says that he does not see what’s going to stop bitcoin from appreciating. He explains that as bitcoin matures, it will trade more like gold than stocks. The strategist also shares his view on how the November presidential election could affect...
IMF Says CBDCs Have Potential, But Don’t Solve Every Issue
19.10.2020
Countries might benefit from issuing central bank digital currencies, but they’re not a panacea for every ailment, a new IMF report says
The :focus-visible Trick
16.10.2020
Always worth repeating: all interactive elements should have a focus style. That way, a keyboard user can tell when they have moved focus to that element.
But if you use :focus alone for this, it has a side effect that a lot of people don’t like. It means that when you click (with a mouse)...
How to Conditionally Add Attributes to Objects
16.10.2020
JavaScript is full of tricks that you don’t know you want until you … want … them. Or maybe just until you see them. One trick I recently realized was conditionally adding attributes to React elements. Of course this trick essentially boils down to conditionally adding properties...
Full Bleed
15.10.2020
We’ve covered techniques before for when you want a full-width element within a constrained-width column, like an edge-to-edge image within a narrower column of text. There are loads of techniques.
Perhaps my favorite is this little utility class:
.full-width {
width: 100vw;
position:...
Don't Take Your Privacy For Granted As Regulators Get Anxious About Crypto
13.10.2020
Global regulatory actions might be sending a worrying sign to the whole crypto industry and its players that are urged to stay vigilant and protect their right to privacy.
A regulatory change is coming, with governments globally looking to impose harsher restrictions on access to cryptoassets...