All Videos

Drupalcon Prague 2013: Drupal 8 - Info Hook To Plugin

Created September 26, 2013

Drupal 8 core has removed many of the "info" hooks and converted them to plugins. hook_block_info() gone hook_entity_info()?...

Drupalcon Prague 2013: D8 Lessons Learned And How We Can Make D9 Better

Created September 26, 2013

After over a year of "project managing" Drupal 8, I've learned a lot with some fellow PM's who support me on a weekly basis. I've also started having...

Drupalcon Prague 2013: Your First Drupal 8 Module

Created September 26, 2013

Drupal 8 will be a whole new animal. Module development will no longer consist of "throw hooks at it until it works" but a careful construction of...

Drupalcon Prague 2013: Wf Tools Ftw @ Pfizer

Created September 26, 2013

For years people have complained about Drupal's lack of dev-stage-prod workflow. Most of the solutions either solve the the content part of the...

Drupalcon Prague 2013: Aral Balkan Keynote

Created September 26, 2013

ARAL BALKAN, USER EXPERIENCE DESIGNER Aral Balkan is an experience designer working to change the world by bringing design thinking to open source...

Drupalcon Prague 2013: Tag, You're It! Keep Your Reverse-proxy Cache Up-to-date

Created September 26, 2013

Accelerating your Drupal site with Varnish, Squid, or Nginx? Check. Expiring your content with Expire module? Check. Invalidating outdated pages...

Drupalcon Prague 2013: Drupal Fixed Budget Projects: The Art Of Estimates

Created September 26, 2013

In many countries accross Europe, websites projects are bought using fixed budget engagements from vendors. RFPs we receive have often a very poor...

Drupalcon Prague 2013: Create The Optimal Search Experience

Created September 26, 2013

You're building a site - and you think it's almost done. Then, you get the request: "users cannot find the content - we need to add a great search...

Drupalcon Prague 2013: From Not-invented-here To Proudly-found-elsewhere: A Drupal 8 Story

Created September 26, 2013

Drupal has always been an amazingly flexible, programmable, adaptable platform. The aspect-oriented hook system has been a great ally to developers...

Drupalcon Prague 2013: Composing Drupal's Future

Created September 26, 2013

Composer is a PHP Dependency Management tool. Drupal 8 has already embraced it by fulfilling dependencies such as Symfony components, Guzzle,...

Drupalcon Prague 2013: Have A Build (and Automate It With Phing)

Created September 26, 2013

The first step to having a real continuous integration process in place is to automate your build - find out how we did this with Phing and get...

Drupalcon Prague 2013: Twig, A Templating System For Web Designers

Created September 26, 2013

Twig is yet another templating system written in PHP. But why not using PHP for templates? What makes Twig special? In this session, I'm going to...