Scholarship to Learn Drupal 8 - Call for Applications
Evolving Web is proud to announce that it's giving out a scholarship for our 5 Day Drupal 8 Training in Toronto in October. Everyone is welcome to apply.
Evolving Web is proud to announce that it's giving out a scholarship for our 5 Day Drupal 8 Training in Toronto in October. Everyone is welcome to apply.
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.
My name is Ami Koga. A couple weeks ago, I started my summer internship at Evolving Web. I had no idea about Drupal before starting at Evolving Web. I did a bit of research on it beforehand; and the internet gave me some basic information.
A tutorial on resizing existing fields without losing data in Drupal with the help of hook_update_N()
.
How do you optimize content for a mobile-first site? Begin by developing a responsive content strategy.
The 10th annual DrupalCamp Montreal will be held Thursday, June 14th to Sunday, June 16th at the John Molson School of Business.
As more and more users get used to social logins and single sign-ons, learn how to configure the Auth0 authentication system with your Drupal site.
Drupal 8’s various entities allow you to easily categorize and structure a large amount of content. Here’s how we do it.
Take a quick look at the experimental layout builder module in Drupal and learn to create awesome layouts for your content without writing any code.
While working on a project with Acquia Dev Desktop (ADD), we needed to run a specific version of PHP which is not included with ADD by default. We started hacking ADD and came up with our own solution.