A brilliant site for comparing common component patterns across
most of the major front end frameworks. Want to learn Svelte and
already know React? Select both, pick the pattern you're wanting to
β¦
Currently, both myself and my partner are looking into replacing
our mobile phones (her slightly more urgently). As a result, we're
both quite deep in the mire of tech reviews, contract comparisons
β¦
I'm a pretty big fan of the Marvel Cinematic Universe, so it
felt a bit ridiculous when I was given Guardians of the Galaxy:
Volume 2 for Christmas. To be clear, the gift wasn't
ridiculous; β¦
Given the increasing diversity of web based (and meat space)
services it is a source of constant confusion and annoyance that
there aren't any far reaching, respected, crowd-sourced review
sites out β¦
How do you determine quantitative worth for a de facto
subjective experience? Is there even any point? Can you make
related "values" actually relatable if those "values" are arguably
β¦
When I first started writing my Month in Media series it appears
I neglected to give proper credit to the inspiration (at least if I
did, I can't find it any more, which is effectively the same β¦
The recent update to Lightroom (and descent into League) means
that photography has taken a bit of a backseat once again, but I
have actually managed to turn posting to social media into a bit of
a β¦
Yesterday, we visited The Vyne, a National Trust location in
Hampshire. I'd love to say that we'd gone to dig into the history
of the area but, really, we went to catch-up with family and enjoy
a β¦
Migrating assets to a new CMS can be a complete pain, but working out which files go with each page or article on a website doesn't have to be a nightmare if you start with a solid foundation. For me, that means tightly coupling my folder structure on the server with my content structure on the website, a workflow that Craft is particularly nifty at automating.
Welcome to the third version of theAdhocracy! It's been a long time coming, but the site has finally been rebuilt, rehosted, and re-just-about-everything else, so I figured I'd actually formalise the launch with a new post explaining what's happened and why.
Having just got back from Sidmouth Folk Festival, I wanted to jot down some of my thoughts about the eleven artists we managed to see whilst the music was still firmly playing in my ears. From the traditional to the modern "nu-folk", we certainly had a great spread of styles, instruments and traditions. Some might even say it was folk'ing awesome!
A full write up of our trip to Devon and the Chilterns a few weeks ago, from folk festivals to Whipsnade Zoo to tree cathedrals. We had a great, highly varied time, exploring some places we know very well from a new angle and some entirely new parts of the country.
π
Adding Search with Algolia (Gatsby, Craft CMS - Part 1)
Static sites don't make search functionality easy, but luckily there are some excellent services that do. I've been messing around with Algolia and finally have it working with Craft and Gatsby the way I want it... on the backend, at least.
Notes from the fully remote React Summit 2020 (or at least the talks I tuned in for). Lots covered, from static-site generators and the Jamstack through to React state management and accessibility. What a fun day!
The Sigma 150-600 Contemporary has been on my shortlist as the wildlife lens to get for some time. Today, it left that shortlist... and entered my camera bag! Whilst I can't go out and test it on actual wildlife right now, I have been taking some test shots around the house.
An incredible online project that has mapped Charles Booth's
highly detailed, hand-drawn maps of London in the late 1800s with
the Google API, allowing you to compare them to the modern map
quickly. β¦
The <datalist> element is super useful for
autocomplete-like functionality, but there's no native way to
automatically submit a form when an option is selected. Jeremy has
come up with a neat β¦
π
Dispatching webmentions with a Netlify build plugin
I've been trying to get this working since the Beta of Netlify
plugins, and along comes Mark with a fully working example π
Definitely want to look into the source code (GitHub) and see if
I can β¦
Building a tooltip? A carousel? A password
input? I can strongly recommend checking if the Component
Gallery has a page on whatever UI pattern you're working β¦
An interesting diagram of beer tasting notes. As someone who has
been tracking beer flavours for a few years, I'd like to compare my
own word grid at some point; plus, this gives me some ideas for
β¦
Eric has written an often brilliantly funny canned history of
the way CSS worked (or, more
specifically, didn't) in the early days of
the Web. It's worth a read just to see how good β¦
People joke about Safari being the new IE6 a lot, but I've never
seen as succinct and well-reasoned a take on just how true this is
becoming than what Tim has written. Their argument breaks down into
β¦
DPReview is one of my go-to sites for photography reviews or
news, but every time I start thinking about a new camera I forget
about their excellent hardware searching functionality. You can
sort my β¦
Animating a grid element provides a lot of potential for fancy UIs and interesting interactions, but it's not immediately obvious when searching online how it needs to work and what the limitations are.
An interesting read into designing UIs for LLMs and other
generative ML algorithms, particularly given the author's
relatively extensive work in that field. The main takeaway seems to
be that pure β¦
The increasing use of React Server Components is meaning the end of the CSS-in-JS era. But what options exist to fill that gap? I've been pleasantly surprised with what I've found.
A comprehensive guide to ensuring simple charts and graphs are
accessible. Focuses on D3, but most of the tips and suggestions can
easily be ported to any visual UI. These β¦