Structuring Content with Drupal
Drupal 8’s various entities allow you to easily categorize and structure a large amount of content. Here’s how we do it.
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.
After many years of development, Bootstrap had an official 4.0 release on January 18th, 2018. Bootstrap has been a popular front-end framework for several years and the release of the new version is really exciting! This post outlines a few of the differences between Bootstrap 3 and Bootstrap 4.
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.
We're excited to launch our new Bootstrap 4 course this March in Montreal! Bootstrap is a popular front-end framework that provides a base of CSS and JS for your website's look and feel. It makes it easy to create responsive layouts and grids. It also has components you can use to build out responsive navigation, forms, modals, tool tips, buttons, and other common website elements. It's often used as a starting point for Drupal and WordPress themes.
Evolving Web hosted another session of Evolve UX, our monthly UX Meetup for members of Montreal's user experience design community. As usual, we had a strong and enthusiastic turnout from people who wanted to both discover and showcase new projects. Hosted at the Evolving Web office, our Meetups provide a venue for designers and other digital folk to present and gather feedback on their latest projects.
So you have an idea. You want to build something because you think it will make some money. You make a business case. You develop specs. You get your design and dev team on board. You build it, and then you market the heck out if it.
Your idea does all right. Your marketing spend gives you some traction. People use it for a while, but they don't seem to love it. Users start to leave for a competitor. You built a good product that functioned well. What happened?
You designed a product. Not an experience.
We're really excited about our new Web Fundamentals Training which we've added to our training program this week.
If you want to get into Drupal development and don't have the pre-requisite knowledge, this is the course for you! It covers the fundamentals of HTML, CSS, JavaScript, and PHP. We've had many students over the years who wanted to take our Drupal theming and module development courses, but didn't have a programming background because they require basic knowledge of HTML, CSS, programming.
With so many shiny new Drupal modules emerging this year, we were hard pressed to pick our recommendations for 2018. It came down to asking ourselves: which modules are we excited about implementing in 2018… the ones that will make our projects better, faster, smarter brighter? Read on for our list of Drupal modules we're excited about.
Create beautiful responsive sites with collapsible menus or regions with the Sidr module for Drupal, which lets your site go responsive with style.
A tutorial on how to create custom migration source plugins for Drupal with sample code. Learn how to create or modify source plugins to make Drupal migrations even more flexible.
A case study on how Blackfire helped us get a 98% improvement in performance on a heavy migration by changing around two lines of code!
A tutorial on migrating URL aliases and URL redirects with Drupal migrations to improve SEO by avoiding 404 errors and broken URLs.
Anyone who owns a website knows the value of Google Analytics - a free tool from Google that gives you a ton of useful information about who is visiting your site, how they are getting to it, what they are doing and much more! As with most of the cases, we can configure this tool to do more than it does out of the box.
Learn how to migrate translated content from Drupal 7 to Drupal 8. This tutorial is about migrating translations created with the Content Translation module.