Search

Post types:
Categories:
πŸ”–

React server components tips

Read Note

A quick overview of React Server Components and some of the mental models that are useful when thinking about how they might be applied, in …

πŸ”–

11ty tips I wish I'd known

Read Note

Several excellent tips on how to best setup, configure, or use Eleventy, all with excellent explanations. I particularly liked the breakdown of the data cascade model …

πŸ”–

Nine design tips for a successful company logo

Read Note

There isn't too much to add beyond the title. Ruta has put together an endearing infographic with a pretty decent list of key points to consider. Now, I'm not much of a logo designer myself, but the …

πŸ”–

The front-end developer handbook 2019

Read Note

It's not so much a resource as a resource of resources; a meta resource. Providing high-level overviews of complex topics and then linking out to more detailed deep dives or explanations (not all …

Published:
Categories:
  • HTML & CSS
  • Frontend
  • JavaScript
Tags:
πŸ”–

Eight marvelous & melancholy things I've learnt about creativity

Read Note

I can't quite believe that The Oatmeal is turning ten years old. I definitely can't believe how excellent these 10 8 tips/thoughts on creativity are. I don't have any personal experience …

πŸ”–

A visual overview of web skills

Read Note

A wonderfully easy to navigate list of resources, tutorials, and guides for every stage of the web dev …

πŸ“–

Recently Watched on Amazon Prime

Read Article

I'm not sure why this feature is as deeply hidden as it is, but despite what most people think you can see your recent watchlist on Amazon's Prime Video service. It's a feature I use quite a bit to …

πŸ”–

Clean JavaScript Cheat Guide

Read Note

An adaptation of Robert C. Martin's book Clean Code for JavaScript (ES6+) full of best practice examples and (probably more importantly) common anti-patterns that they can …

πŸ“–

Lightroom Resource List

Read Article

My new PC is up and running and starting to be "just right" (we'll get to further details later, I promise), so one of the big "new" things I've got for the new year is a subscription to Adobe CC - …

πŸ“–

Judging Time

Read Article

Time, and specifically timing, is a very hard thing to judge and something which is largely overlooked in our day-to-day lives. That's probably fine for common household chores, such as …

πŸ“–

Crafty Asset Management

Read Article

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.

πŸ“–

Editing Commit History in Git/GitHub

Read Article

I was recently given a new laptop at work (πŸ₯³), but failed to realise that my Git author details weren't syncing correctly with GitHub for almost a month... 🀦 Rather than simply accept those white squares, I decided to rewrite the repository history. The process turns out to be quite simple, but I still hit several snags so figured it could be useful to document my fixes and errors.

πŸ“–

Pass API Data to the Stylesheet with CSS Variables

Read Article

I keep running into the same problem: how to set a style attribute in the CMS and have that be dynamically rendered on the front-end, without relying on inline styles. Turns out it's a great use case for CSS variables!

πŸ”–

How to change the background colour of a word in InDesign

Read Note

I'm using InDesign increasingly it seems and overall I really dig it, but I recently ran into a fairly simple problem that doesn't have an official solution: inline code styling. It's pretty much a …

πŸ”–

An interactive guide to CSS keyframes

Read Note

A wonderful overview of how to use keyframe animation in CSS, including some very useful tips on animation state and creating meaningful animation APIs using custom properties and CSS math …

πŸ“–

Third Time's The Charm

Read Article

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.

πŸ“–

Folk, Friends, Family, Fuzzies & Foliage

Read Article

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.

πŸ“–

Living That Journal Life

Read Article

I've wanted to diversify the content on here for a while and give myself the green light to write more personal stuff. To that end, I've created a new journal section. I hope people enjoy it, but that really isn't the point πŸ˜‰

πŸ“–

Sparkbox Notes

Read Article

Notes from my second fully remote conference, this time Sparkbox's UnConference. Being able to freely access talks from the US is a rare bonus of everything going on right now, and this did not disappoint. Musical cameos, great talks on UX, accessibility, design systems, and amazing speakers. Great event (despite the time difference).

πŸ”–

Using the URL to build database-free web apps

Read Note

What a fun idea. I've obviously seen (and have used) URLs contain state information in the past, such as user preferences (light/dark mode or animation), but building an entire game using nothing but …