Defining URL patterns with Drupal’s Pathauto

One of the things that makes Drupal a great CMS is the quality and robustness of its modules. Today I wanted to shine a spotlight on the Pathauto module.
Drupal 8.3 is coming

Drupal 8.3.0-rc1 (release candidate 1) is now available for testing.
Improved in-place content editing

Drupal 8.2 beta is out, and it is a harbinger of some pretty neat improvements in content editing.
Drupal 8 and Configuration Synchronization

Developing any kind of enterprise site typically involves multiple environments, for example Development, Staging, and Production. A very common scenario developers run into is that a site is developed locally (on the developer’s own machine) and then the code changes get pushed to a repository (version control using Git, Subversion, Mercurial, etc). But what about database changes? Those aren’t code … but they can be.
Webby Awards recognize Rider University as Official Honoree

Engaged learning microsite selected among nearly 13,000 entries
Drupal 8.04 and 7.43 released, and Drupal 6 has reached End of Life

Drupal 8 and 7 have both had security patches. Drupal 6 got a final security patch as well.
EIT Avionics Drupal site showcased on Drupal.org

Our design for EIT Avionics was recently featured on Drupal.org’s Featured Showcase.
15 Years of Drupal

Drupal just celebrated a major milestone – its fifteenth birthday!
Drupal 6 End Of Life

It’s official: Drupal 6 will be going the way of the dinosaurs on February 24th, 2016.
Drupal 8.0.0-rc1 released

Coming right on the heels of DrupalCon Barcelona, Drupal 8 release candidate 1 is here!
DrupalCon Barcelona here we come!

We’re headed to DrupalCon 2015 in Barcelona – 21-25 September.
Drupal Internationalization (i18n) and hreflang for Multilingual SEO

Often multilingual sites will use URLs contructed with non-compliant country region codes. When using Drupal and i18n / Internationalization, this can be a problem since i18n_hreflang relies on the language codes as set (manually) within Drupal by the webmaster. In such situations it could be preferable to resolve this with code rather than changing the URL pattern.