Talking Drupal

Talking Drupal Hosts
undefined
Dec 9, 2015 • 30min

Exploring Drupal 8 - #005 Basic Concepts of Module Development

In episode #005 of Exploring Drupal 8 we talk about the basic concepts of module development TOPICS: A look at the Routing Layer. How about Forms? What about Blocks? What are Services? RESOURCES: Stack Starter - http://www.stackstarter.io/ - spincode “talkingdrupal”
undefined
Dec 9, 2015 • 31min

Exploring Drupal 8 - #004 Intro to Module Development

In episode #004 of Exploring Drupal 8 we talk module development, an intro TOPICS: What's changing in Module Development Revolutionary vs Evolutionary Changes Getting off the Island (Composer, Doctrine, Twig, Symfony) Leveraging Symfony components HTTP Foundation Routing YAML Shifting how we think about our solutions. Object Oriented is fully baked into Core. RESOURCES: Code Academy - https://www.codecademy.com/learn/phpBuild A Module - http://buildamodule.com/Stack Starter - http://www.stackstarter.io/ - spincode “talkingdrupal”
undefined
Dec 9, 2015 • 29min

Exploring Drupal 8 - #003 Theming

In episode #003 of Exploring Drupal 8 we talk about theming. TOPICS: General Overview New Templating System Core theme Libraries RESOURCES: Stack Starter - http://www.stackstarter.io/ - spincode “talkingdrupal”
undefined
Dec 9, 2015 • 33min

Exploring Drupal 8 - #002 New in Core - Part 2

In episode #002 of Exploring Drupal 8 we talk more about what's new in core. TOPICS: Changes to Content Type Creation Display Modes: View Modes / Form5 Modes Editable and expandable New Block System Comment Types Config. Management RESOURCES: Stack Starter - http://www.stackstarter.io/ - spincode “talkingdrupal”
undefined
Dec 9, 2015 • 31min

Exploring Drupal 8 #001 - What's new in Core PART 1

In episode #001 of Exploring Drupal 8 we talk about what's new in core. TOPICS: Views in Core Front page File manager New Fields WYSIWYG In-Line Editing Contact Form RESOURCES: Stack Starter - http://www.stackstarter.io/ - spincode “talkingdrupal”
undefined
Dec 2, 2015 • 54min

Talking Drupal #109 - Chef

Topics Chef in a nutshell Server configuration management Use Cases What is Chef Chef Components Chef and the Drupal world Resources Chef - https://www.chef.io/ Chef Overview - https://docs.chef.io/chef_overview.html Module of the Week Disable Messages - www.drupal.org/project/disable_messages Gives a site owner options to disable specific messages shown to end users. The core drupal message system as offered by drupal_set_message is an excellent way for modules to send out messages to the end users. However not all drupal site owners are keen to show all the messages sent out by drupal core and all modules to their users. This module gives site administrators a reasonably powerful way to filter out messages shown to the end users. Hosts Stephen Cross - www.ParallaxInfoTech.com @stephencross John Picozzi - www.oomphinc.com @johnpicozzi Nic Laflin - www.nLightened.net @nicxvan Guests Ron Lipke - @neverminding
undefined
Nov 18, 2015 • 1h 8min

Talking Drupal #108- Drupal Audit

Topics What is a Drupal Audit? What modules can help you Module Review Entity Type Review How pages are built Functionality How it looks - theme Hosting Development process Performance recommendations Deliverable Modules Security Review - https://www.drupal.org/project/security_review Site Audit - https://www.drupal.org/project/site_audit Hacked! - https://www.drupal.org/project/hacked Module of the Week Ip Geo location drupal.org/project/ip_geoloc The module makes it very easy to create Views-based mapping solutions using the map renderer of your choice (Google, OpenLayers or Leaflet) with any location storage module of your choice, e.g. Get Locations,Geofield, Geolocation Field or Location. Hosts Stephen Cross - www.ParallaxInfoTech.com @stephencross John Picozzi - www.oomphinc.com @johnpicozzi Nic Laflin - www.nLightened.net @nicxvan
undefined
Nov 4, 2015 • 1h 3min

Talking Drupal #107 - Responsive Image Optimization

In episode #1076 we talk about optimizing images, css and js. Jason joins us this week. TOPICS: Goals Performance Requirements Strategy & Modules Advanced aggregation Testing Process When to use this Tips MODULES: ImageMagick - https://www.drupal.org/project/imagemagick w/this patch: additional_image_styles-1810390-5.patch ImageAPI Optimize - https://www.drupal.org/project/imageapi_optimize Image Field Focus - https://www.drupal.org/project/imagefield_focus Picture - https://www.drupal.org/project/picture Advanced CSS/JS Aggregation - https://www.drupal.org/project/advagg RESOURCES: ImageMagick - https://www.drupal.org/project/imagemagickw/this patch: additional_image_styles-1810390-5.patch ImageAPI Optimize - https://www.drupal.org/project/imageapi_optimize Image Field Focus - https://www.drupal.org/project/imagefield_focus Picture - https://www.drupal.org/project/picture Advanced CSS/JS Aggregation - https://www.drupal.org/project/advagg MODULE OF THE WEEK: Commerce Messagewww.drupal.org/project/commerce_messageProvides Commerce-specific Message integration HOSTS: Stephen Cross - www.ParallaxInfoTech.com @stephencross John Picozzi - www.oomphinc.com @johnpicozzi Nic Laflin - www.nLightened.net @nicxvan Jason Pamental - jwww.freshtilledsoil.com @jpamental
undefined
Oct 21, 2015 • 1h 12min

Talking Drupal #106 Learn to Code

In episode #106 we talk about getting starting with coding in Drupal. TOPICS Drupal 8 RC1 NEDCamp Recap Mentor IRC Hooks IDE xdebug devel Practice Practice Practice Earth Exchange Webform Hidden Fields Views Template Anatomy of a Module RESOURCES Talk and slides: http://nedcamp.org/new-england-drupal-camp-2015/sessions/scaling-cliff-advanced-site-builders-how-begin-coding MODULE OF THE WEEK Workbench - https://www.drupal.org/project/workbench Workbench provides overall improvements for managing content that Drupal does not provide out of the box. Workbench gives us three important solutions: a unified and simplified user interface for users who ONLY have to work with content. This decreases training and support time. the ability to control who has access to edit any content based on an organization's structure not the web site structure a customizable editorial workflow that integrates with the access control feature described above or works independently on its own These features benefit the end users as well as Drupal Site Administrators and Technical Support. For Drupal Developers and Site Builders, Workbench provides several additional benefits: a modular architecture: only install and enable the modules you want extensibility: we would love to see more integration with other Drupal modules (in fact we have our eyes on Scheduler and Workflow modules and improvements for Asset Management) HOSTS Stephen Cross - www.ParallaxInfoTech.com @stephencross John Picozzi - www.oomphinc.com @johnpicozzi Nic Laflin - www.nLightened.net @nicxvan
undefined
Oct 7, 2015 • 1h 6min

Talking Drupal #105 Project Management - 5 Tips

In episode #105 we talk with Cesar Abeid about Project Management. TOPICS Dries Note What is a Project Large shop and small shops 5 Tips to improve your project management skills Book - Project Management for You RESOURCES Baltimore Drupal Camp, Oct 9th- http://www.bmoredrupal.org/ New England Drupal Camp, Oct 10 & 11th www.nedcamp.org Dries Keynote - https://www.youtube.com/watch?v=7v_rv346qmM PM for the Masses - http://pmforthemasses.com/ Amazon - http://www.amazon.com/Project-Management-You-Reality-Promises-ebook/dp/B... PM for You: http://projectmanagementforyou.com MODULE OF THE WEEK Token Tweaks www.drupal.org/project/token_tweaks Provides tweaks for tokens (mostly to improve performance) Modify the default depth limit for the token tree UI. This does not affect replacement of any tokens, just limits how "deep" you can see possible tokens to use. HOSTS Stephen Cross - www.ParallaxInfoTech.com @stephencross John Picozzi - www.oomphinc.com @johnpicozzi Nic Laflin - www.nLightened.net @nicxvan GUEST Cesar Abeid - @cesarabeid, @PM4TM http://projectmanagementforyou.com

The AI-powered Podcast Player

Save insights by tapping your headphones, chat with episodes, discover the best highlights - and more!
App store bannerPlay store banner
Get the app