71 results

Kill the Website Relaunch!

Website relaunch. Two of the most terrifying words in all of marketing.

I am extremely passionate about this topic. I’ve worked with thousands of website teams and personally suffered through hundreds of relaunches. They are time-consuming, budget-depleting, all-encompassing efforts that inflate expectations but often fall flat in terms of results. They can leave wreckage in their wake: burnt out teams, reduced credibility and sometimes even empty chairs around the table. I know there’s a better way—the agile way.

Turn on Twig Debug Mode in Drupal 8 on Pantheon

When working on Drupal 8 theming, it is very helpful to have Twig debug mode on. Debug mode will cause twig to emit a lot of interesting information about which template generated each part of the page. The instructions for enabling debug mode can be found within the comments of the default.services.yml file, among other sources. In short, all you need is the following in your services.yml file:
 
parameters:
  twig.config:

Why Version Control? Collaboration, Accountability, Security

Before we can talk about why to use version control it's important to understand what version control is. In it's simplest form, version control is a system that tracks changes to files over time.

Version control is often used by software developers but is useful for anyone who works with files that are updated over time, especially if there are multiple collaborators.

Why Multidev Is Crucial to My Agency Workflow

As a Drupal architect I’ve been building web applications for clients for years, starting with sales, working through the technical architecture, and all the way through to the final touches. I build web applications for projects of varied sizes—some have only a couple of stakeholders (like the CTO and CMO), and others touch dozens of departments across an organization, all with varied technical ability.

Subscribe to Developer Tools