Main Content

Building Your Legos: A Practitioner’s Guide to Building Reusable Components

If you have built several Drupal websites, you have undoubtedly noticed that all websites share some common components. Most sites have hero banners, quotes, 2-ups, 3-ups, among other repeatable patterns. Building these components over and over again loses its luster and, more importantly, distracts you from building the really unique and interesting components of the site. Instead of reinventing the wheel with every Drupal site you build, wouldn’t it be great if you could build these components once and leverage them across multiple sites?

Login to Register
Why fork Drupal? The philosophy behind Backdrop CMS jenlampton Wed, 07/18/2018 - 20:53

Watch the session video here.

Backdrop CMS is the Drupal fork. It is a faster and less-complex version of Drupal 7 with more features you want, and fewer you don't.

This session will highlight the Backdrop Mission, it's intended audience, and it's guiding principles.

We'll explain the decision making process, introduce the Project Management Committee, and expand on how the project's direction is set by the needs of the whole community.

NO CODE CONTENT MIGRATION ( D7 TO D8 )

This presentation will focus on a one-click approach to creating migrations in D8 from a CSV file without having to write any code. The no code content migration approach will be discussed using a new D8 module in the works: Contentin. 

The Contentin module dynamically registers a migration from CSV file with one click. Currently, a new helper module called Contentout is being used to produce the hierarchical CSV file (preserves field:subfield, multi-value fields, provides indexing, etc.) that the Contentin module can use to register migrations without writing any custom code.

Login to Register

Cheaper by the Dozens: Building Drupal Websites En Masse

Drupal’s Installation Profiles are a great way to speed up the initial development when starting a new project. Taking them a step further and releasing profiles as distributions can speed up the creation of entire new websites for both developers and non-technical users alike. Many large organizations have dozens of separate websites, spanning multiple technologies like Drupal, or Wordpress or static pages, and need a quick and affordable way to create new websites for franchises or departments that share common pieces of custom functionality.

Login to Register
Meta and Schema: Defining the Content about your Content thejimbirch Mon, 07/16/2018 - 16:14

Watch the session video here.

You know how your content looks on your own website, on desktops, laptops and phones, but how does it look when it leaves your site? Using open source protocols like Schema.org, Open Graph, and W3C specified meta data to markup your structured data, you can help boost your content’s chances of outperforming its competition in search engines, and shared on social media sites.