FeedCity logo

FeedCity

Adactio

Not verified No WebSub updates Valid

The online home of Jeremy Keith, an author and web developer living and working in Brighton, England.

Managing Editor
Jeremy Keith
Webmaster
Jeremy Keith
Public lists
IndieWeb

Adactio Valid

Unsaid

I went to the UX Brighton conference yesterday. The quality of the presentations was really good this year, probably the best yet. Usually there are one or two stand-out speakers (like Tom Kerwin last year), but this year, the standard felt very high to me. But… The theme...

Adactio Valid

Making the website for Research By The Sea

UX London isn’t the only event from Clearleft coming your way in 2025. There’s a brand new spin-off event dedicated to user research happening in February. It’s called Research By The Sea. I’m not curating this one, though I will be hosting it. The curation is being carried...

Adactio Valid

Announcing UX London 2025

Is it too early to start planning for 2025 already? Perhaps. But you might want to add some dates to your calender: June 10th, 11th, and 12th, 2025. That’s when UX London will return! It’ll be be back in CodeNode. That’s the venue we tried for the first time this year and...

Adactio Valid

Archives

Speaking of serendipity, not long after I wrote about making a static archive of The Session for people to download and share, I came across a piece by Alex Chan about using static websites for tiny archives. The use-case is slightly different—this is about personal archive...

Adactio Valid

Feed reading

I described using my feed reader like this: I would hate if catching up on RSS feeds felt like catching up on email. Instead it’s like this: When I open my RSS reader to catch up on the feeds I’m subscribed to, it doesn’t feel like opening my email client. It feels...

Adactio Valid

My solar-powered and self-hosted website | Dries Buytaert

dri.es/my-solar-powered-and-self-hosted-website

This is a neat project form Dries:

This project is driven by my curiosity about making websites and web hosting more environmentally friendly, even on a small scale. It’s also a chance to explore a local-first approach: to show that hosting a personal website on your own internet connection at home can often be enough for small sites. This aligns with my commitment to both the Open Web and the IndieWeb.

At its heart, this project is about learning and contributing to a conversation on a greener, local-first future for the web.

adactio.com/links/21503

Adactio Valid

CSS { In Real Life } | I’ve Been Doing Blockquotes Wrong

css-irl.info/ive-been-doing-blockquotes-wrong/

It’s pretty easy to write bad HTML, because for most developers there are no consequences. If you write some bad Javascript, your application will probably crash and you or your users will get a horrible error message. It’s like a flashing light above your head telling the world you’ve done something bad. At the very least you’ll feel like a prize chump. HTML fails silently. Write bad HTML and maybe it means someone who doesn’t browse the web in exactly the same way as you do doesn’t get access to the information they need. But maybe you still get your pay rise and bonus.

So it’s frustrating to see the importance of learning HTML dismissed time and time again.

adactio.com/links/21499

Adactio Valid

content-visibility in Safari

Earlier this year I wrote about some performance improvements to The Session using the content-visibility property in CSS. If you say content-visibility: auto you’re telling the browser not to bother calculating the layout and paint for an element until it needs to. But you...

Adactio Valid

Docks and home screens

Back in June I documented a bug on macOS in how Spaces (or whatever they call they’re desktop management thingy now) works with websites added to the dock. I’m happy to report that after upgrading to Sequoia, the latest version of macOS, the bug has been fixed! Excellent! ...