Search
US Government Plans to Sell Over 41,000 Bitcoins Confiscated from Silk Road Hacker
1.4.2023
According to a court document filed on March 31, 2023, regarding the sentencing of James Zhong, who stole over 50,000 bitcoin from the Silk Road marketplace, the U.S. government plans to liquidate 41,490 bitcoin “over the course of this calendar year.” U.S. Government Discloses...
Making Calendars With Accessibility and Internationalization in Mind
13.3.2023
Doing a quick search here on CSS-Tricks shows just how many different ways there are to approach calendars. Some show how CSS Grid can create the layout efficiently. Some attempt to bring actual data into the mix. Some …
Making Calendars With Accessibility and Internationalization in Mind...
Unchain My Inaccessibly-Labelled Heart
14.12.2022
Suzy Naschansky from the HTMHell Advent Calendar:
<h2 id="article1-heading"All About Dragons</h2<pI like dragons. Blah blah blah blah blah.</p<p<a id="article1-read-more" aria-labelledby="article1-read-more article1-heading"Read more</a</p
See that aria-labelledby...
Collective #707
14.4.2022
Ideal SVG exports * CSS Parent Selector * Lexical * CryptoFont * Just a Calendar
The post Collective #707 appeared first on Codrops
Asia Metaverse Conference for Your Calendar in 2022-Metaverse Club
5.4.2022
Metaverse Ecosystem Development & Investment Conference-Asia Station will happen on 24, 25, and 26 May 2022, online, organized by the Metaverse Club. What awaits you at the #Asia Metaverse Ecosystem and Investment Conference? Three half-days of priceless content and interactive networking...
7 Fresh Links on Performance For March 2022
2.3.2022
I have a handful of good links to articles about performance that are burning a hole in my bookmarks folder, and wanna drop them here to share.
The new WebPageTest website design
From fonts to SVG: an icon migration strategy
…
7 Fresh Links on Performance For March 2022 originally...
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...