Search

Post types:
Categories:
🔖

Weighing up UX

Read Note

There's a lot of interesting thoughts packed into this overview of UX Fest 2021, but the bits that really hit home were Jeremy's musings on A/B testing and dark patterns, particularly how one can …

🔖

Why I'm losing faith in UX

Read Note

A sobering look into the history of the UX industry. I think the outlined three "phases of UX" seem pretty on point from my own experience: from idealistic, trusted advisor; to oft-ignored and …

🔖

Practical elegance

Read Note

I really like the concept of practical elegance that Seth argues for. It's effectively an argument for true UX: optimising the user's experience to make it as useful and memorable as …

Published:
Categories:
  • User Experience
Tags:
🔖

Memorise scroll position across page loads

Read Note

A neat trick (now third hand) for storing the scroll position of a sidebar or other element in local storage, allowing you to keep it constant across pages without the user seeing it flash into …

📖

Failing the crowd

Read Article

Earlier this year I hit the crowd-funding sweet spot: interesting campaigns coincided with disposable income. This had never happened before. I backed two projects, one Kickstarter and one IndieGoGo. …

📖

Hidden Logins: Why oh why!

Read Article

There's a trend amongst modern websites and web apps that is becoming increasingly irksome: hiding the damn "Login" button! If you require me to have an account to use your service (which makes …

📖

Empathy Just Makes Sense [#12]

Read Article

Let Emotion Be Your Guide is a wonderful article from Hana Schank and Jana Sedivy (published on A List Apart) which has taken me far too long to actually sit down and read. It's worth your …

🔖

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 …

🔖

Deceptive dark patterns

Read Note

"Dark pattern" is one of those phrases that could be problematic,  or could just be evocative (there are some obvious race-related issues with equating dark/darker with bad/worse, but …

📖

Thoughts on Disney+

Read Article

Two months after Disney+ launched I'm still a huge fan of the content catalogue but swing between feeling bemused and exasperated at the actual experience of using the service.

🔖

The perfect block link solution

Read Note

An interesting look at a "block links" at "card links": when you want large sections of HTML to be one big clickable link. It's a very common pattern and something I've done a lot, but …

🔖

Micro-interactions for powerful design

Read Note

A useful and well-written overview of micro-interactions and how they can take a design from good to great. Includes some excellent examples of animated buttons, swipe interactions, and more from …

🔖

The great divide

Read Note

The infamous frontend divide, the feeling that JavaScript-everywhere has caused a schism in what a frontend developer is. Should they be split into JavaScript Engineer and UI …

🔖

Colour theme switcher

Read Note

Max has a pretty brilliant colour theme switcher on his website. I agree with him that "dark mode" is only the tip of the iceberg and with CSS variables we can now theme sites very easily. There are …

🔖

De-escalating social media

Read Note

A quite frankly brilliant concept design for a "Mea Culpa feature" on Twitter. The idea: let users add a flag to their own tweets admitting …

🔖

Preload page links on hover

Read Note

Gatsby's page-fetching is a feature I consider a double-edged sword (though I'll admit I also don't fully understand it 😅). On the one hand, I'm all for anything that decreases load time between …

🔖

Multicoloured text highlighting in cSS

Read Note

A clever UX idea discovered on Pink News: each paragraph of text has a different highlight colour, so as you select parts of an article to copy elsewhere it reveals the LGBTQA+ flag. They're using …