UX Myths enumerates the reasons why the use of icons generally leads to poor user experience.
Logging WordPress REST API errors
I wanted a simple logger for errors in REST API requests and didn’t find one online, so I wrote this one:
wp_kses() Not as Slow As You Might Think
Zach Tollman benchmarked wp_kses() and found that the conventional wisdom about its performance isn’t always true.
Open Source World
TED Radio Hour has a great episode about the pre-technology roots of the ideas behind today’s Open Source movement, and how they’re being applied beyond the digital realm, to things like architecture, deep-sea rovers, and even democracy itself.
Pagination UX Fails
Pagination is one of my biggest pet peeves, and Avoid the Pains of Pagination does a good job of explaining the primary reason: Users have better experiences with scrolling than clicking. The mouse wheels, touchpads and touchscreens of today make scrolling faster and easier than clicking. To get to the next page in a pagination, the user has […]
The Web We Lost
The Web We Lost does a great job of contrasting the values of today’s big tech companies and the values that made the Internet and Web so radically different from the mediums it replaced. The tech industry and its press have treated the rise of billion-scale social networks and ubiquitous smartphone apps as an unadulterated […]
Quick Navigation Interface
I just pushed a new plugin to the WordPress.org repository that lets you quickly navigate around wp-admin using just the keyboard, similar to Dash/HUD in Ubuntu or Spotlight in OS X:
Update: Version 0.2 is out now, and it’ll also include your posts, pages, and other content types in the results.