Cludo + Drupal = Instant User-Friendly Search

Search is a key feature in web experience, and for a lot of people, it's the go-to method to find content. We use search countless times a day on our smartphones in various contexts. And yet, when we're building out websites, search is often an afterthought that we don't spend much time on. Search gets added to the laundry list of site features, like meta tags and social media links.

Read more about Cludo + Drupal = Instant User-Friendly Search

5 Things New Drupal Site Builders Struggle With

I’ve recently been researching, writing, and talking about content editor experience in Drupal 8. However, in the back of my mind I’ve been reflecting on the site builder experience. Every developer, site builder, themer who learns Drupal is going to try out the admin UI to get their site up-and-running. What are some things site builders often struggle with in the admin UI when learning Drupal?

Read more about 5 Things New Drupal Site Builders Struggle With

Drupal Admin UX Study: What We Can Learn from Contentful, Craft CMS, Squarespace, and WordPress

There is exciting work being done in the Drupal community to improve the Admin UI, including the JavaScript Modernization Initiative and an overhaul of the look and feel of the Seven theme. Meanwhile, I've been working with a group in the Drupal community to research what user experience improvements we should be making for content editors.

Read more about Drupal Admin UX Study: What We Can Learn from Contentful, Craft CMS, Squarespace, and WordPress

How to Create a Custom Views Argument Plugin in Drupal

When you're building a site, it's standard to set up "pretty URLs". For example, we'd rather see /catalog/accessories than /taxonomy/term/18 and we'd rather see /about-us than /node/19. With Drupal, we use the Pathauto module to configure these types of standard content paths. But in some cases, there's no option to create a nice URL pattern, so we end up seeing those URLs.

Read more about How to Create a Custom Views Argument Plugin in Drupal