Search
Pseudo-Randomly Adding Illustrations with CSS
17.4.2020
Between each post of Eric Meyer’s blog there’s this rather lovely illustration that can randomly be one of these five options:
Eric made each illustration into a separate background image then switches out that image with the nth-of-type CSS property, like this:
.entry:nth-of-type(2n+1)::before...
Getting JavaScript to Talk to CSS and Sass
3.4.2020
JavaScript and CSS have lived beside one another for upwards of 20 years. And yet it’s been remarkably tough to share data between them. There have been large attempts, sure. But, I have something simple and intuitive in mind — something not involving a structural change, but rather putting...
Maintaining Performance
27.3.2020
Real talk from Dave:
I, Dave Rupert, a person who cares about web performance, a person who reads web performance blogs, a person who spends lots of hours trying to keep up on best practices, a person who co-hosts a weekly podcast about making websites and speak with web performance professionals…...
Expert Says New Blockchain Regulation Should ‘Nudge’ Rather Than Push
21.2.2020
A light-handed regulatory approach is needed when it comes to crypto and blockchain, say experts
Bitcoin and Cryptocurrency Are ‘Like a Giant Garbage Dumpster,’ Says Minneapolis Federal Reserve President
13.2.2020
The president of the Federal Reserve Bank of Minneapolis, Neel Kashkari, said on Tuesday that bitcoin and other cryptocurrencies are “like a giant garbage dumpster.” He would rather his one-year-old daughter have a low yielding Treasury bond than a bitcoin, emphasizing that...
Freezing User-Agent Strings
3.2.2020
There's been news about Chrome freezing their User-Agent string (and all other major browsers are on board). That means they'll still have a User-Agent (UA) string (that comes across in headers and is available in JavaScript as navigator.userAgent. By freezing it, it will be less useful over time...
Simple Image Placeholders with SVG
27.1.2020
A little open-source utility from Tyler Sticka that returns a data URL of an SVG to use as an image placeholder as needed.
I like the idea of self-running utilities like that, rather than depending on some third-party service, like placekitten or whatever. Not that I'd advocate for feature...
Edgium
22.1.2020
January 15th, 2020 was the day Microsoft Edge went Chromium. A drop in browser engine diversity. There is a strong argument to be made that's not good for an ecosystem. Looked at another way, perhaps not so bad:
Perhaps diversity has just moved scope. Rather than the browser engines themselves...
Third-Party Components at Their Best
16.1.2020
I'm a fan of the componentization of the web. I think it's a very nice way to build a website at just about any scale (except, perhaps, the absolute most basic). There are no shortage of opinions about what makes a good component, but say we scope that to third-party for a moment. That...
The UN must embrace blockchain
30.12.2019
CoinMarketCap Daily Newsletter Your daily newsletter for 30 December, 2019 “I think every single imperfection adds to your beauty. I'd rather be imperfect than perfect.” - Sonam Kapoor In today's newsletter, we will be covering: the Treadway Commission issuing blockchain […]
The post The...
The UN must embrace blockchain
30.12.2019
CoinMarketCap Daily Newsletter Your daily newsletter for 30 December, 2019 “I think every single imperfection adds to your beauty. I'd rather be imperfect than perfect.” - Sonam Kapoor In today's newsletter, we will be covering: the Treadway Commission issuing blockchain […]
The post The...
Make a smooth shadow, friend.
19.12.2019
One box-shadow is cool and all, but check out Philipp Brumm's tool for building out comma-separated multiple box-shadows, which result in a much smoother and more natural look.
This reminds me very much of the idea for easing linear-gradient. In a gradient, this smoothing effect is handled...
The Jim Bell System Revisited
1.12.2019
Let me re-emphasize that I have neither the knowledge nor the will to implement this system. I certainly don’t like the State, but I would rather concentrate my energies on constructive rather than destructive solutions. That said, I still think governments everywhere are going to be staring...
German Banks Authorized to Store and Sell Cryptocurrency in 2020
29.11.2019
Next year German banks will be able to manage cryptocurrencies like bitcoin after the fourth EU money laundering directive goes into effect. The directive passed in the German parliament, Bundestag, allows banks in the country to act as cryptocurrency custodians rather than rely on third-party...
Emcee Tips for a Conference or Meetup
21.11.2019
There are some great resources out there to help conference speakers give better talks, but fewer for people who are preparing to take on the role of emcee at meetup or conference.
I've been fortunate enough to emcee conferences more than 20 times now, most recently JAMstack_conf which I help...
What’s at Stake With Masternode Coins?
21.11.2019
“Masternode” is a term that echoes less often in the cryptosphere these days, but not because user-controlled nodes have fallen out of favor. Rather, the nomenclature has shifted, with “staking” now used to describe the array of blockchains that fall under this banner. As...
A Super Weird CSS Bug That Affects Text Selection
12.11.2019
You know how you can style (to some degree) selected text with ::selection? Well, Jeff Starr uncovered a heck of a weird CSS bug.
If you:
Leave that selector empty
Link it from an external stylesheet (rather than <style> block)
Selecting text will have no style at all....
Two-Value Display Syntax (and Sometimes Three)
8.11.2019
You know the single-value syntax: .thing { display: block; }. The value "block" being a single value. There are lots of single values for display. For example, inline-flex, which is like flex in that it becomse a flex container, but behaves like an inline-level element rather than a block-level...
Weekly Platform News: Web Apps in Galaxy Store, Tappable Stories, CSS Subgrid
8.11.2019
In this week's roundup: Firefox gains locksmith-like powers, Samsung's Galaxy Store starts supporting Progressive Web Apps, CSS Subgrid is shipping in Firefox 70, and a new study confirms that users prefer to tap into content rather than scroll through it.
Let's get into the news.
Securely...
ECB President: ’We Should Be Happier to Have a Job Than to Have Our Savings Protected’
1.11.2019
Newly installed European Central Bank President Christine Lagarde made controversial remarks in a recent statement prior to assuming her new role. The former IMF Managing Director implored: “isn’t it true that ultimately we have done the right thing to act in favour of jobs and...