Search

Post types:
Categories:
πŸ”–

Progressively enhancing forms

Read Note

Developers seem to have invented a thousand different ways to avoid using HTML forms these days, which constantly makes me think we're all reinventing the wheel. Surely there's a simpler, more …

πŸ”–

Submitting a form with datalist

Read Note

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 …

πŸ”–

The highest form of knowledge

Read Note

Opinion is really the lowest form of human knowledge. It requires no accountability, no understanding. The highest form of knowledge is empathy, for it requires us to suspend our egos and …

πŸ“–

Code Block Styling in Microsoft Word

Read Article

Lots of companies rely on Microsoft Word for internal documentation and training, but code snippets are a readability nightmare. They don't have to be; with some reusable formatting, we can make clear code blocks in any version of Word.

πŸ“–

Delivering frustration

Read Article

It (was) 11:45, we (had) just returned from a very pleasant evening with some family/friends last seen whilst travelling through New Zealand... and I (was) arranging parcel re-deliveries. Not the …

πŸ”–

Why We Removed Number Inputs

Read Note

The GOV.UK UX and design team are fascinating. Every time I've had to use the website I've found it a breeze, which is an enormous achievement on their behalf. Better yet, they're incredibly …

πŸ”–

Input attribute for one-time code

Read Note

Just a neat tip: the autocomplete="one-time-code" attribute/value allows an HTML form to fetch a code used for two-factor authentication directly from the messaging app. Seems to only work for …

πŸ”–

Three ways to autofocus in React (that almost always work)

Read Note

Whilst accessibility means you largely want to steer clear of autofocus on web forms, sometimes it can be beneficial. In HTML, we can now reach for the handy autofocus attribute, but as I recently …

πŸ”–

Are you sure that's a number input?

Read Note

I often find myself a little unsure of when to use a number input, but Kilian has put together a detailed (yet brief) overview of exactly when it is (and isn't) appropriate. The tl;dr is beautifully …

πŸ”–

Josh's custom CSS reset

Read Note

Josh has added some additional thoughts to Andy's CSS reset. Personally, I like a combination of the two (with a dash of Stephanie's best practices thrown in for good measure), but wanted to capture …

πŸ“–

Cosmic Sans: The New Greatest Font!

Read Article

April Fools has been a bit bland this year. Google's far too literal mic drop aside, most have been played out reruns of previous gags or distinctly predicable. The US has gone in for the election, …

πŸ“–

The Anxiety Problem

Read Article

Chances are that if, like me, you are interested in web design (or just design work in general) you probably already know about A List Apart, the amazing blog that has been a source of industry …

πŸ“–

Time Sinks and Indie Thoughts

Read Article

I've just noticed that it's been over a week since my last post. In and of itself, that isn't an issue. There are no schedules here; I have no binding commitments to theAdhocracy. Entire months or …

πŸ“–

The Most Dangerous Way to Write

Read Article

I have no idea how useful this little web-app may actually turn out to be, but it's definitely a neat idea (and I wrote all of this in it too!). "The Most Dangerous Writing App" is certainly an odd …

πŸ“–

Where are the Reviews?

Read Article

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 …

πŸ“–

Doth the Bell Toll for Zurb?

Read Article

Today's lunch started no differently to any other. Grab some food, open Internet Explorer (I know, it's not by choice...) and fire up theOldReader to chip away at the ever mounting pile in my inbox. …

Published:
Categories:
  • The World Wide Web
Tags:
πŸ“–

Scrobbling from the Void

Read Article

Looking back over what I've previously written about Last.fm is a little, well, shameful. Since as long ago as July 2015 I've been noting how the service has a large void: analog music. I love having …

Published:
Categories:
  • Musical Notes
  • Technology
Tags:
πŸ“–

Cards Against Clarity

Read Article

The concept of "card based" web design has been around for at least three years now. So why is it that the following quote from Khoi Vinh, written back in 2014, still appears to be a fundamental …

πŸ“–

Rating my Opinion [#3]

Read Article

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 …

πŸ“–

CMYK and the Magical Illusion of Colour

Read Article

There's isn't much to add to the above GIF, other than that I think it's a really cleverly designed and demonstrated concept. The idea of CMYK printing is nothing new to me; I've been interested in …