Topic: Development

We’ve got your back: planning for Drupal 7 end-of-life

On June 24, 2020 Drupal.org announced that Drupal 7’s end of life has been extended until November 2022 because of the impact of COVID-19 on budgets and capacity. This article still remains relevant– but please note that the dates have been pushed back a year.    If you have a Drupal 7 website, you might

Read more »

Should your nonprofit switch its CMS?

Your nonprofit’s content management system was probably set up to meet your organization’s needs whenever your website was last built or updated. But changing something as critical as your CMS is scary. Should you abandon the “devil you know?” What if your new CMS is just as limiting, but in ways you can’t yet anticipate?  

Read more »

Why CMOs are the new CTOs

In the past ten years—or even the past five—marketers have gained access to a wealth of new tools. You used to need to be a tech giant like Google or Facebook to do technology-centered, data-driven marketing. Now, all you need is a small team (and the right partners, of course).

So here’s the big question: Has your marketing department kept up with the changes?

Read more »

Campaign Websites and Accessibility

Miami Lighthouse for the Blind and Visually Impaired, an accessibility advocacy organization, analyzed all the 2020 presidential candidates’ websites, and found that NONE of them were fully accessible. We went through the websites, and found several common issues, many of which are easily remedied. 

Read more »

Design tips for lowering front-end costs, part two: Reducing complexity

Last week, we discussed a few ways design deliverables can be made with the goal of streamlining the front-end development process. This week, we’ll address design complexity and how to simplify things with that same goal. Assemble page designs as a collection of modular pieces that fit together, and provide notes for any edge cases

Read more »

Design tips for lowering front-end costs, part one: Deliverables

Here at Advomatic, we frequently get the chance to partner with really creative, disciplined, and talented design shops. Over the years, we’ve identified a few areas where we can be more helpful to them. We’ll try articulating the best ways to solve design problems which have an impact on the front-end development approach. Along with strategizing

Read more »

Using Configuration Split to have dev-only configuration in Drupal 8

The problem If you are using Drupal’s Configuration Management subsystem to deploy configuration out to the production environment, you’ll run into a problem where the configuration .yml files contain your development settings.  To avoid this you’ll need to use the Configuration Split module.  I couldn’t find any good documentation for this, so I had to

Read more »

Accessibility As You Go: Part 3

Picking up where we left off in Part 2, in which we went over some of the tools and design considerations for accessibility, in Part 3 we’ll review some tips for minimizing accessibility issues by addressing them early in the development process. Plan Your DOM Order DOM is Document Object Model, which is the fancy

Read more »