Chris Smith

@chris22smith
88 Followers
117 Following
528 Posts
Senior front-end web developer and team lead. Making websites easy to use, accessible and fast since 1999.
Website / Bloghttps://chrissmith.xyz
CodePenhttps://codepen.io/chris22smith
LinkedInhttps://www.linkedin.com/in/chris22smith
Rando Racerhttps://randoracer.com

Google Meet's new logo is meant to be a golden camera.

I just see a depressed fish.

Design/UX question.

A form has 3 number inputs. Their values must add up to 100. If they don't, which should be flagged as invalid - the last one touched or all 3?

Or is there a better design?

#uxdesign #uidesign #formdesign

One of my teammates in Slovakia is off today for Day of Victory over Fascism. In the UK, it feels like the opposite. 🥹

This is hilarious.

OpenAI tells ChatGPT models to stop talking about goblins

https://www.bbc.co.uk/news/articles/c5y9wen5z8ro

#ai

OpenAI tells ChatGPT models to stop talking about goblins

The AI firm said that unlike previous model bugs, the issue "crept in subtly".

BBC News

I watched 2001: A Space Odyssey for the first time last weekend. If you take out the first half hour of apes and last half hour of psychedelic weirdness it's... OK.

Visually amazing for 1968 and has influenced every sci-fi movie since but not a great watch today.

Semantics question. My page has a 'main' area and an 'aside' (sidebar). Does the sidebar content need to follow the main's heading hierarchy, e.g. start at h2 if the main page has a h1, or is it a separate context? Does any h1-h6 tag make sense in an aside? Thanks.

#html #a11y #webaccessibility

How to move from junior to senior developer

What skills or behaviours differentiate a senior dev from a junior?

Chris Smith, a front-end web developer from the UK

Today is the 8th anniversary of the first recorded death caused by a self-driving car.
https://en.wikipedia.org/wiki/Death_of_Elaine_Herzberg

Obviously, things have come a long way in 8 years. Would you take a driverless taxi today?

Yes
0%
No
100%
Poll ended at .
Death of Elaine Herzberg - Wikipedia

New post:
Will AI help me make my code worse?

https://chrissmith.xyz/blog/2026/will-ai-help-me-make-my-code-worse

I was interested to see if an LLM would give any pushback when faced with terrible developer decision making.

#webdev #ai

Will AI help me make my code worse?

A few simple bits that might actually be helpful, hopefully not just loads of useless things to remember

I just discovered a new thing in DevTools. 💡

There's a tab in Chromium browsers called 'Request conditions' which allows you to block or throttle requests based on URL pattern matching.

This makes it easy to simulate a particular endpoint not working as expected, which is very handy for testing if the error handling you've written actually does its job.