Search
How to Create an Async Function
24.9.2020
One thing I love about JavaScript is that there are many ways to accomplish the same task, one such example being creating functions. There are several patterns for functions; one of the last you see used is the new Function method: /* new Function(arg1, arg2 (...), body) */ const myFunction =...
DeFi may not be like the ICO boom, but is that a good thing?
22.9.2020
Cameron Winklevoss and Tone Vays disagree on the quality of the DeFi space within the context of previous blockchain booms and busts
Switchere: Buy Crypto with CC, Pay with Local Banks, Swap and Sell Coins Online
18.9.2020
Presently, the crypto market is witnessing an incredible growth and massive adoption worldwide. Digital transformation and tokenization give freedom to deployment of cryptocurrencies in everyday life. However, one thing worth careful considering is how to choose a trustworthy online crypto exchange...
Editing HTML Like A Boss In VS Code
16.9.2020
Here’s a seven minute video from Caleb Porzio that focuses on some of Emmet‘s HTML editing features. You might think of Emmet as that thing that expands abbreviations like table.stats>tr*3>td*3 into glorious, expanded, and perfect HTML. But Emmet has other HTML editing trickery...
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...
Game review: Adoraboos is free and that’s the best thing about it
10.9.2020
Distance learning gaming app claims to teach blockchain for all ages... fails miserably
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...
Working with JavaScript Media Queries
7.9.2020
What’s the first thing that comes to mind when you think of media queries? Maybe something in a CSS file that looks like this:
body {
background-color: plum;
}
@media (min-width: 768px) {
body {
background-color: tomato;
}
}
CSS media queries are a core ingredient in any responsive...
Collective #620
28.8.2020
What is the Small Web? * ztext.js * Umami * The Thing With Leading in CSS * A Tapestry of Tools
The post Collective #620 appeared first on Codrops
Bitcoin Drop Squeezes Out Weak Derivatives Positions – And That May Be a Good Thing
26.8.2020
Bitcoin’s latest price drop may have a silver lining
Miners, Investors Clash Over ETH Proposal; Bug 'Best Thing' for Testnet
21.8.2020
A new proposal to reduce the inflation rate on the Ethereum (ETH) network is facing criticism from the mining community, as some miners suggest token investors may be more interested in making money on their holdings than the security of the network. Meanwhile, a bug that infected the Medalla...
Bison Trails’ New Software Could Make Slashing Penalties a Thing of the Past
20.8.2020
This in turn could reduce the headaches involved when achieving consensus
Chapter 3: The Website
19.8.2020
Previously in web history…
Berners-Lee, motivated by his own curiosity, creates the World Wide Web at CERN. He releases its technologies to the public domain, which enables the development of several new browsers for every operating system. Mosaic proves to the most popular, and...
Can you get valid CSS property values from the browser?
19.8.2020
I had someone write in with this very legit question. Lea just blogged about how you can get valid CSS properties themselves from the browser. That’s like this.
CodePen Embed Fallback
That gives you, for example, the fact that cursor is a thing. But then how do you know what valid values...
Timer Bars in CSS with Custom Properties
18.8.2020
I was working on a thing the other day that needed a visible timer. There was UI precedent for this type of timer on the project. People didn’t want to see numbers ticking downward; it was more ideal to see a “bar” drain away from full to empty. I mention that because there...
Queue Jumping in Netlify
18.8.2020
Cutting to the chase: if you’re on a Business or Enterprise team on Netlify, you can click a build to make it run next in a queue. For example, if you have a really time-sensitive thing (e.g. a bug fix going to production), it can jump ahead of some random development branch building....
The New CSS-Tricks Video Intro by dina Amin
18.8.2020
You know we do video screencasts, right? It’s not, like, super regular, but I have done them for a long time, still like doing them, and plan to keep doing them. I publish them here, but you can subscribe over on YouTube as well.
I’ve had a couple of different custom video intro...
Lockdown Life & Darknets: BTC Still the DNM King, Cashaa’s Stolen Coins Sent to Hydra, Cannabis Sales Surge
17.8.2020
During the last six months, the Covid-19 outbreak has caused a lot of disarray in the world and one thing is for sure, the use of darknet markets has surged. While the citizens of the globe have been locked down, cannabis sales have skyrocketed and the dollar value of bitcoin transactions done...
Every Website is an Essay
7.8.2020
Every website that’s made me oooo and aaahhh lately has been of a special kind; they’re written and designed like essays. There’s an argument, a playfulness in the way that they’re not so much selling me something as they are trying to convince me of the thing. They use words and type and color...