Search
Add-to-Calendar Button UI Widget
17.2.2022
A useful little UI widget thingy here from Jens Kuerschner. Click the add-to-calendar button, get a list of calendar apps, the user selects which one they actually use, and they get what they need for that calendar. Could be a …
Add-to-Calendar Button UI Widget originally published...
Developers Speculating About the Long-Distant Future: 2022
10.2.2022
This is a wonderful roundup from Jeremy, who I picture circling January 1, 2022, in red marker on a giant paper calendar back in 2008 and patiently counting the days.
See, there was a little smattering of internet drama …
Developers Speculating About the Long-Distant Future: 2022 originally...
Using the CSS Me Not Bookmarklet to See (and Disable) CSS Files
15.1.2022
Stoyan is absolutely correct. As much as we all love CSS, it’s still an important player in how websites load and using less of it is a good thing. He has a neat new bookmarklet called CSS Me Not …
Using the CSS Me Not Bookmarklet to See (and Disable) CSS Files originally published...
Pound and Euro Receive Focus on the Economic Calendar
25.10.2021
The economic calendar witnessed a quiet week as there were hardly any statistical changes in market dynamics. The price of the Aussie Dollar has increased to $0.7470, while the value of the Kiwi Dollar dropped to $0.7153. The price of the Japanese Yen fell by 0.05% against the price of the...
Economic Calendar Leaves the EUR in Focus as FED’s Symposium Approaches
25.8.2021
The Kiwi and Aussie Dollar were making quite some noise at the beginning of the day. Altogether, it was a good start for everyone. Alongside, U.K. forex brokers experienced the same. Kiwi Dollar Status Trade data is dedicated to the upbeat retail sales since Tuesday. During July, N.Z. trade...
Brian Armstrong Meets With Fed Chair Jerome Powell – ‘US Needs to Be a Major Crypto Player to Stay Relevant’
4.7.2021
According to Jerome Powell’s conference calendar, the CEO of Coinbase, Brian Armstrong, met with the Federal Reserve chairman and former House of Representatives Speaker Paul Ryan to speak about the implications of digital currencies. The meeting’s details are unclear but most of...
A font-display setting for slow connections
31.12.2020
Me, I really dislike FOUT. I like that it’s an option, because not displaying text quickly on the web is no good. I know font-display: swap; is popular because it’s good for performance, but that FOUT stuff pains me. Matt …
The post A font-display setting for slow connections...
A Calendar in Three Lines of CSS
24.12.2020
This article has no byline and is on a website that is even more weirdly specific than this one is, but I appreciate the trick here. A seven-column grid makes for a calendar layout pretty quick. You can let the days (grid items) fall onto it naturally, except kick the first day over to the correct...
The Complete Guide on How to use Forex Calendar
24.12.2020
Forex trading involves the buying and selling of currency pairs for profits over a short time. Trading differs from investments as the former is driven by the fluctuations in the currency markets. Moreover, economic events may create fluctuations in the Forex market, and tracking them is imperative...
Microsoft's 2021 Release Calendar Doesn’t Include Many First-Party Games
9.12.2020
A month into the launch of the Xbox Series X/S, Microsoft has given a rundown of what people can expect to play on the new machines in 2021. There are a lot of games, but very few of them are from Microsoft’s own studios.Read more
Web Performance Calendar
7.12.2020
The Web Performance Calendar just started up again this year. The first two posts so far are about, well, performance! First up, Rick Viscomi writes about the mythical “fast” web page:
How you approach measuring a web page’s performance can tell you whether it’s built for speed or whether it feels...
How to Work With WordPress Block Patterns
12.11.2020
Just a little post I wrote up over at The Events Calendar blog. The idea is that a set of blocks can be grouped together in WordPress, then registered in a register_block_pattern() function that makes the group available to use as a “block pattern” in any page or post.
Block patterns...
Let’s Make a Vue-Powered Monthly Calendar
21.8.2020
Have you ever seen a calendar on a webpage and thought, how the heck did they did that? For something like that, it might be natural to reach for a plugin, or even an embedded Google Calendar, but it’s actually a lot more straightforward to make one than you might think. Especially when we use...
How to Make a Monthly Calendar With Real Data
21.7.2020
Have you ever seen a calendar on a webpage and thought, how the heck did they did that? For something like that, it might be natural to reach for a plugin, or even an embedded Google Calendar, but it’s actually a lot more straightforward to make one than you might think and only requires...
View Mac Calendar from Command Line
24.2.2020
As someone that loves using UI tools, I do pride myself in learning how to accomplish the same feats from command line. Don’t believe me? Check out my Command Line tutorials section — I guarantee you’ll learn quite a bit. Recently I learned that you can view basic calendars from...
The Unseen Performance Costs of Modern CSS-in-JS Libraries
13.2.2020
This article is full of a bunch of data from Aggelos Arvanitakis. But lemme just focus on his final bit of advice:
Investigate whether a zero-runtime CSS-in-JS library can work for your project. Sometimes we tend to prefer writing CSS in JS for the DX (developer experience) it offers, without...
Browser Version Release Spectrum
6.2.2020
Whenever a browser upgrades versions, it's a little marketing event, and rightly so. Looks like for Firefox it's about once a month, Chrome is ~6 weeks, and Safari is once a year.
Chrome 80 just dropped, as they say, and we get a video and blog post. What strikes me about releases like this these...
Native Image Lazy Loading in Chrome Is Way Too Eager
5.2.2020
Interesting research from Aaron Peters on <img loading="lazy" ... >:
On my 13 inch macbook, with Dock positioned on the left, the viewport height in Chrome is 786 pixels so images with loading="lazy" that are more than 4x the viewport down the page are eagerly fetched by Chrome...
Bundling JavaScript for Performance: Best Practices
24.1.2020
Performance advice from David Calhoun on how many scripts to load on a page for best performance:
[...] some of your vendor dependencies probably change slower than others. react and react-dom probably change the slowest, and their versions are always paired together, so they...
Collective #570
2.12.2019
Bekk Christmas * Lighthouse CI * Blocks UI * Patchbay * Pico-8 Advent Calendar * Dealing with Ads in 2020
Collective #570 was written by Pedro Botelho and published on Codrops