SlideShare a Scribd company logo
1 of 21
INTRODUCTION TO DRUPAL



    Steve Maxey • Maxey MediaWorks • steve@maxeymediaworks.com
INTRODUCTION TO DRUPAL
  What Kind of Site Do You Want to Build Today?




        Steve Maxey • Maxey MediaWorks • steve@maxeymediaworks.com
ABOUT ME:
                BUILDING WEB SITES SINCE 1997
•   1988–1997: Print production editor—from light tables and Xacto
    knives to fully digital Quark/Illustrator/Photoshop production.

•   1997–2001: Took over a half-dozen related Microsoft FrontPage
    sites, migrated them to Dreamweaver/Fireworks, migrated from
    from tables and font tags to semantic markup and CSS. Started
    working with podcasting, video and other technologies.

•   2001–2008: Acquired into a team with sites driven by custom php,
    where I repeated the front end migration from tables and font tags
    to semantic markup and CSS and managed the building of custom
    unctionalities. Also administered and modified WordPress and
    Mambo/Joomla sites.

•   2009: Launched Maxey MediaWorks and made the leap into
    Drupal, which I had recommended for the Joomla sites. Active
    member of CDMUG (Chicago Drupal Meetup Group).
CHOOSING THE RIGHT TOOL:
         Why a CMS?
CHOOSING THE RIGHT TOOL:
                                     Why a CMS?


•   “Drupal, Joomla and Wordpress are the 3 most popular content management
    systems according to Alexa and most webmasters” —Slayerment: http://
    www.slayerment.com/blog/drupal-vs-joomla-vs-wordpress
•   Customers pay a little more up front, but than can change and add page content
    themselves, rather than calling their web guru for every small text change.
•   A lot of the “behind-the-scenes” things that aren’t really part of design (RSS feeds,
    SEO-friendly page titles and URLs, minimizing CSS and javascript and placing them
    in external files, etc.) are built into the CMS or its core modules and don’t have to
    be manually copied from page to page, or baked into a template.
•   Helps you conceptualize your online content not as “web pages” but as structured
    web content—which it is when you move beyond the browser.
WHAT IS DRUPAL?

Drupal Is a Content Management System
(CMS) Platform

 •   Free and Open Source (PHP, MySQL/PostgresSQL)

 •   Extensible (by design: a basic set of common
     features with a rich API)

 •   With a Multi-Hierarchical Taxonomy System

 •   and Granular User-Permissions Control Suitable for
     Community-based Sites
CHOOSING THE RIGHT TOOL:
     WordPress vs. Joomla vs. Drupal
CHOOSING THE RIGHT TOOL:
        WordPress vs. Joomla vs. Drupal
WordPress          Joomla                 Drupal
CHOOSING THE RIGHT TOOL:
                           WordPress vs. Joomla vs. Drupal
     WordPress                        Joomla                 Drupal
•   A great blogging tool with an
    intuitive interface
•   Many plug-ins with specific
    functionality and some
    pluggable CMS features
•   Many attractive free and
    inexpensive themes
•   Great for a single user.
    Extensible to a controlled
    group of users
•   Go from zero to an attractive
    working blog with your logo
    in hours; more complex sites
    will take longer to set up
CHOOSING THE RIGHT TOOL:
                           WordPress vs. Joomla vs. Drupal
     WordPress                                Joomla                      Drupal
•   A great blogging tool with an   •   A CMS based on a
    intuitive interface                 hierarchical tree-structure
                                        taxonomy
•   Many plug-ins with specific
    functionality and some          •   Many free and for-pay plug-ins
    pluggable CMS features              extend functionality (some for-
                                        pay modules are compiled so
•   Many attractive free and            you can’t see the code)
    inexpensive themes
                                    •   Many attractive free and
•   Great for a single user.            inexpensive themes
    Extensible to a controlled
    group of users                  •   Great for a controlled group
                                        of users with publishing rights
•   Go from zero to an attractive
    working blog with your logo     •   Structured layouts mean you
    in hours; more complex sites        can go from zero to a working
    will take longer to set up          site in a few days
CHOOSING THE RIGHT TOOL:
                           WordPress vs. Joomla vs. Drupal
     WordPress                                Joomla                                Drupal
•   A great blogging tool with an   •   A CMS based on a                  •   A multi-hierarchical CMS
    intuitive interface                 hierarchical tree-structure           supporting multiple content
                                        taxonomy                              types and ways of organizing
•   Many plug-ins with specific                                                your data.
    functionality and some          •   Many free and for-pay plug-ins
    pluggable CMS features              extend functionality (some for-   •   Many modules to extend
                                        pay modules are compiled so           functionality—all of them free
•   Many attractive free and            you can’t see the code)               as in beer, free as in speech
    inexpensive themes
                                    •   Many attractive free and          •   Ugly default theme, few free
•   Great for a single user.            inexpensive themes                    themes—but zen theme
    Extensible to a controlled                                                encourages custom design
    group of users                  •   Great for a controlled group
                                        of users with publishing rights   •   Great for multiple types of
•   Go from zero to an attractive                                             users with various permissions
    working blog with your logo     •   Structured layouts mean you           —up to community sites
    in hours; more complex sites        can go from zero to a working
    will take longer to set up          site in a few days                •   More flexibility = longer
                                                                              development time
CHOOSING THE RIGHT TOOL:
        WordPress vs. Joomla vs. Drupal
WordPress          Joomla                 Drupal
CHOOSING THE RIGHT TOOL:
        WordPress vs. Joomla vs. Drupal
WordPress          Joomla                 Drupal
DRUPAL: A BRIEF HISTORY

•   Created by Dries Buytaert as a bulletin board for a College student and his
    friends.

•   “Drupal” is an English-language rendering of the Dutch word for word
    “drop” (as in water droplet).

•   Open sourced in 2001.

•   Maintained by about 800 developers worldwide.

•   Now powers 1% of the web

•   Soon to release version 7
ANATOMY OF DRUPAL
•   Node/Content

•   Content Type

•   Taxonomy/
    Vocabulary     •   Core

•   Menu           •   Contrib

•   Path           •   Module

•   Region         •   User

•   Block          •   Role

•   Theme          •   Permission
                                    Anatomy of a Drupal Page Theme
MODULAR STRUCTURE

•   Don’t hack core. Ever.

•   Over 6500 “contrib” modules in Drupal CVS

•   Little concrete information on what they do

•   Most start as solutions to specific problems

•   Also 570 contrib themes

•   CCK/Fields

•   Views
LET’S TAKE A LOOK:
A Browser View of a Fresh Drupal Install
LEARNING MORE



Using Drupal                            Front End Drupal:
                                        Designing, Theming,
                                             Scripting




                Building Powerful and                          Pro Drupal
                Robust Websites with                          Development
                       Drupal 6
LEARNING MORE
•   Online

    •   Drupal.org - http://drupal.org/

    •   Getting started - http://drupal.org/getting-started

    •   Drupal handbooks - http://drupal.org/handbook

    •   The APIs - http://api.drupal.org

    •   Groups.drupal.org - http://groups.drupal.org

    •   #drupal, #drupal-support and #CDMUG on IRC

•   Live

    •   Chicago Drupal Meetup Group - http://cdmug.org/

    •   DrupalCon Chicago - March 2011 - http://chicago2011.drupal.org/
LEARNING MORE

•   Video Tutorials:

    •   Lullabot DVDs on Views, CCK, Theming and more

    •   Learn by the Drop:
        http://learnbythedrop.com/video

    •   Got Drupal: http://gotdrupal.com/

    •   Mustard Seed Media: http://mustardseedmedia.com/
REFERENCES

•   Comparison Articles:

    •   The Open Sourcery: “Best Open CMS: WordPress vs Joomla vs
        Drupal” http://www.theopensourcery.com/keepopen/?p=2211
        (May 2010)

    •   Slayerment: “Drupal VS Joomla VS Wordpress - Which Is The
        Best CMS?” http://www.slayerment.com/blog/drupal-vs-joomla-
        vs-wordpress (December 2007, updated March 2010)

More Related Content

What's hot

Basic WordPress Workshop Presentation
Basic WordPress Workshop PresentationBasic WordPress Workshop Presentation
Basic WordPress Workshop PresentationFelix Albutra
 
Introduction To WordPress
Introduction To WordPressIntroduction To WordPress
Introduction To WordPressCraig Bailey
 
Building the Future Together: AtoM3, Governance, and the Sustainability of Op...
Building the Future Together: AtoM3, Governance, and the Sustainability of Op...Building the Future Together: AtoM3, Governance, and the Sustainability of Op...
Building the Future Together: AtoM3, Governance, and the Sustainability of Op...Artefactual Systems - AtoM
 
Basic Wordpress PPT
Basic Wordpress PPT Basic Wordpress PPT
Basic Wordpress PPT mayur akabari
 
Advantages And Disadvantages Of Joomla
Advantages And Disadvantages Of JoomlaAdvantages And Disadvantages Of Joomla
Advantages And Disadvantages Of Joomlatradocaj
 
Content Management System(CMS) & Basic WordPress
Content Management System(CMS) & Basic WordPressContent Management System(CMS) & Basic WordPress
Content Management System(CMS) & Basic WordPressShahadat Hossain Manik
 
Introduction to back-end
Introduction to back-endIntroduction to back-end
Introduction to back-endMosaab Ehab
 
Bootstrap 5 whats new
Bootstrap 5   whats newBootstrap 5   whats new
Bootstrap 5 whats newSandun Perera
 
Laravel 8 export data as excel file with example
Laravel 8 export data as excel file with exampleLaravel 8 export data as excel file with example
Laravel 8 export data as excel file with exampleKaty Slemon
 
Web Applications and Deployment
Web Applications and DeploymentWeb Applications and Deployment
Web Applications and DeploymentBG Java EE Course
 
Introduction to WordPress
Introduction to WordPressIntroduction to WordPress
Introduction to WordPressLumosTech
 
Easy Microservices with JHipster - Devoxx BE 2017
Easy Microservices with JHipster - Devoxx BE 2017Easy Microservices with JHipster - Devoxx BE 2017
Easy Microservices with JHipster - Devoxx BE 2017Deepu K Sasidharan
 
Ppt of web development
Ppt of web developmentPpt of web development
Ppt of web developmentbethanygfair
 

What's hot (20)

Basic WordPress Workshop Presentation
Basic WordPress Workshop PresentationBasic WordPress Workshop Presentation
Basic WordPress Workshop Presentation
 
WordPress Complete Tutorial
WordPress Complete TutorialWordPress Complete Tutorial
WordPress Complete Tutorial
 
Introduction To WordPress
Introduction To WordPressIntroduction To WordPress
Introduction To WordPress
 
Building the Future Together: AtoM3, Governance, and the Sustainability of Op...
Building the Future Together: AtoM3, Governance, and the Sustainability of Op...Building the Future Together: AtoM3, Governance, and the Sustainability of Op...
Building the Future Together: AtoM3, Governance, and the Sustainability of Op...
 
Basic Wordpress PPT
Basic Wordpress PPT Basic Wordpress PPT
Basic Wordpress PPT
 
Advantages And Disadvantages Of Joomla
Advantages And Disadvantages Of JoomlaAdvantages And Disadvantages Of Joomla
Advantages And Disadvantages Of Joomla
 
Content Management System(CMS) & Basic WordPress
Content Management System(CMS) & Basic WordPressContent Management System(CMS) & Basic WordPress
Content Management System(CMS) & Basic WordPress
 
Introduction to back-end
Introduction to back-endIntroduction to back-end
Introduction to back-end
 
Bootstrap 5 whats new
Bootstrap 5   whats newBootstrap 5   whats new
Bootstrap 5 whats new
 
Laravel 8 export data as excel file with example
Laravel 8 export data as excel file with exampleLaravel 8 export data as excel file with example
Laravel 8 export data as excel file with example
 
.Net Core
.Net Core.Net Core
.Net Core
 
Web Applications and Deployment
Web Applications and DeploymentWeb Applications and Deployment
Web Applications and Deployment
 
Introduction to WordPress
Introduction to WordPressIntroduction to WordPress
Introduction to WordPress
 
Wordpress ppt
Wordpress pptWordpress ppt
Wordpress ppt
 
Easy Microservices with JHipster - Devoxx BE 2017
Easy Microservices with JHipster - Devoxx BE 2017Easy Microservices with JHipster - Devoxx BE 2017
Easy Microservices with JHipster - Devoxx BE 2017
 
Content management system
Content management systemContent management system
Content management system
 
Ppt of web development
Ppt of web developmentPpt of web development
Ppt of web development
 
Dhtml
DhtmlDhtml
Dhtml
 
Joomla
JoomlaJoomla
Joomla
 
Presentation joomla-introduction
Presentation joomla-introductionPresentation joomla-introduction
Presentation joomla-introduction
 

Viewers also liked

Introduction to Drupal for Absolute Beginners
Introduction to Drupal for Absolute BeginnersIntroduction to Drupal for Absolute Beginners
Introduction to Drupal for Absolute Beginnerseverlearner
 
Paulo Faustino "Books publishing business and the strategical management"
Paulo Faustino "Books publishing business and the strategical management" Paulo Faustino "Books publishing business and the strategical management"
Paulo Faustino "Books publishing business and the strategical management" Faculty of Media Communications
 
Publishing your data smyth
Publishing your data smythPublishing your data smyth
Publishing your data smythTERN Australia
 
Jupiter Banks -- Profit from your Content
Jupiter Banks -- Profit from your ContentJupiter Banks -- Profit from your Content
Jupiter Banks -- Profit from your ContentAsset Technology Group
 
The Power of Like 2 (ComScore) -JUN12
The Power of Like 2 (ComScore) -JUN12The Power of Like 2 (ComScore) -JUN12
The Power of Like 2 (ComScore) -JUN12Retelur Marketing
 
Paulo Faustino "Book publishing management, changes and business models"
Paulo Faustino "Book publishing management, changes and business models"Paulo Faustino "Book publishing management, changes and business models"
Paulo Faustino "Book publishing management, changes and business models"Faculty of Media Communications
 
Joomla CMS SEMINAR PPT
Joomla CMS SEMINAR PPTJoomla CMS SEMINAR PPT
Joomla CMS SEMINAR PPTPinky Mondal
 
WordPress Optimisation - A4UExpo
WordPress Optimisation - A4UExpoWordPress Optimisation - A4UExpo
WordPress Optimisation - A4UExpoJoost de Valk
 

Viewers also liked (11)

Introduction to Drupal for Absolute Beginners
Introduction to Drupal for Absolute BeginnersIntroduction to Drupal for Absolute Beginners
Introduction to Drupal for Absolute Beginners
 
Drupal end.ppt
Drupal end.pptDrupal end.ppt
Drupal end.ppt
 
Drupal 7
Drupal 7Drupal 7
Drupal 7
 
Paulo Faustino "Books publishing business and the strategical management"
Paulo Faustino "Books publishing business and the strategical management" Paulo Faustino "Books publishing business and the strategical management"
Paulo Faustino "Books publishing business and the strategical management"
 
Publishing your data smyth
Publishing your data smythPublishing your data smyth
Publishing your data smyth
 
Jupiter Banks -- Profit from your Content
Jupiter Banks -- Profit from your ContentJupiter Banks -- Profit from your Content
Jupiter Banks -- Profit from your Content
 
The Power of Like 2 (ComScore) -JUN12
The Power of Like 2 (ComScore) -JUN12The Power of Like 2 (ComScore) -JUN12
The Power of Like 2 (ComScore) -JUN12
 
Paulo Faustino "Book publishing management, changes and business models"
Paulo Faustino "Book publishing management, changes and business models"Paulo Faustino "Book publishing management, changes and business models"
Paulo Faustino "Book publishing management, changes and business models"
 
Joomla CMS SEMINAR PPT
Joomla CMS SEMINAR PPTJoomla CMS SEMINAR PPT
Joomla CMS SEMINAR PPT
 
Joomla - CMS
Joomla - CMSJoomla - CMS
Joomla - CMS
 
WordPress Optimisation - A4UExpo
WordPress Optimisation - A4UExpoWordPress Optimisation - A4UExpo
WordPress Optimisation - A4UExpo
 

Similar to Introduction to Drupal

Introduction to Drupal
Introduction to DrupalIntroduction to Drupal
Introduction to DrupalTom Deryckere
 
One drupal to rule them all - Drupalcamp Caceres
One drupal to rule them all - Drupalcamp CaceresOne drupal to rule them all - Drupalcamp Caceres
One drupal to rule them all - Drupalcamp Cacereshernanibf
 
Drupal introduction
Drupal introductionDrupal introduction
Drupal introductionJin Castor
 
Wordpress intro
Wordpress introWordpress intro
Wordpress introthe-colab
 
BITM3730 11-7.pptx
BITM3730 11-7.pptxBITM3730 11-7.pptx
BITM3730 11-7.pptxMattMarino13
 
Drupal Global Training Day by Drupal Mumbai 6th Sep - Drupal Intro
Drupal Global Training Day by Drupal Mumbai 6th Sep - Drupal IntroDrupal Global Training Day by Drupal Mumbai 6th Sep - Drupal Intro
Drupal Global Training Day by Drupal Mumbai 6th Sep - Drupal IntroDrupalMumbai
 
Drupal7 an introduction by ayushiinfotech
Drupal7 an introduction by ayushiinfotechDrupal7 an introduction by ayushiinfotech
Drupal7 an introduction by ayushiinfotechMandakini Kumari
 
Drupal Training Topics
Drupal Training TopicsDrupal Training Topics
Drupal Training Topicsvibrantuser
 
Drupal Introduction
Drupal IntroductionDrupal Introduction
Drupal IntroductionAmey Mudras
 
DrupalCon Austin - Absolute Beginner's Guide to Drupal
DrupalCon Austin - Absolute Beginner's Guide to DrupalDrupalCon Austin - Absolute Beginner's Guide to Drupal
DrupalCon Austin - Absolute Beginner's Guide to DrupalRod Martin
 
BITM3730 11-8.pptx
BITM3730 11-8.pptxBITM3730 11-8.pptx
BITM3730 11-8.pptxMattMarino13
 
Business 2.0 with WordPress
Business 2.0 with WordPressBusiness 2.0 with WordPress
Business 2.0 with WordPressMario Peshev
 

Similar to Introduction to Drupal (20)

Introduction to Drupal
Introduction to DrupalIntroduction to Drupal
Introduction to Drupal
 
One drupal to rule them all - Drupalcamp Caceres
One drupal to rule them all - Drupalcamp CaceresOne drupal to rule them all - Drupalcamp Caceres
One drupal to rule them all - Drupalcamp Caceres
 
Drupal In 1 Hour
Drupal In 1 HourDrupal In 1 Hour
Drupal In 1 Hour
 
Drupal introduction
Drupal introductionDrupal introduction
Drupal introduction
 
72d5drupal
72d5drupal72d5drupal
72d5drupal
 
Wordpress intro
Wordpress introWordpress intro
Wordpress intro
 
Drupal at the EBI
Drupal at the EBIDrupal at the EBI
Drupal at the EBI
 
WordPress
WordPressWordPress
WordPress
 
BITM3730 11-7.pptx
BITM3730 11-7.pptxBITM3730 11-7.pptx
BITM3730 11-7.pptx
 
Drupal Global Training Day by Drupal Mumbai 6th Sep - Drupal Intro
Drupal Global Training Day by Drupal Mumbai 6th Sep - Drupal IntroDrupal Global Training Day by Drupal Mumbai 6th Sep - Drupal Intro
Drupal Global Training Day by Drupal Mumbai 6th Sep - Drupal Intro
 
Drupal Skils Lab 302Labs
Drupal Skils Lab 302Labs Drupal Skils Lab 302Labs
Drupal Skils Lab 302Labs
 
Drupal7 an introduction by ayushiinfotech
Drupal7 an introduction by ayushiinfotechDrupal7 an introduction by ayushiinfotech
Drupal7 an introduction by ayushiinfotech
 
Drupal Training Topics
Drupal Training TopicsDrupal Training Topics
Drupal Training Topics
 
Drupal Introduction
Drupal IntroductionDrupal Introduction
Drupal Introduction
 
Drupal intro
Drupal introDrupal intro
Drupal intro
 
Drupal intro
Drupal introDrupal intro
Drupal intro
 
Drupal 7
Drupal 7Drupal 7
Drupal 7
 
DrupalCon Austin - Absolute Beginner's Guide to Drupal
DrupalCon Austin - Absolute Beginner's Guide to DrupalDrupalCon Austin - Absolute Beginner's Guide to Drupal
DrupalCon Austin - Absolute Beginner's Guide to Drupal
 
BITM3730 11-8.pptx
BITM3730 11-8.pptxBITM3730 11-8.pptx
BITM3730 11-8.pptx
 
Business 2.0 with WordPress
Business 2.0 with WordPressBusiness 2.0 with WordPress
Business 2.0 with WordPress
 

Recently uploaded

FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024The Digital Insurer
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Orbitshub
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Zilliz
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...apidays
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 

Recently uploaded (20)

FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 

Introduction to Drupal

  • 1. INTRODUCTION TO DRUPAL Steve Maxey • Maxey MediaWorks • steve@maxeymediaworks.com
  • 2. INTRODUCTION TO DRUPAL What Kind of Site Do You Want to Build Today? Steve Maxey • Maxey MediaWorks • steve@maxeymediaworks.com
  • 3. ABOUT ME: BUILDING WEB SITES SINCE 1997 • 1988–1997: Print production editor—from light tables and Xacto knives to fully digital Quark/Illustrator/Photoshop production. • 1997–2001: Took over a half-dozen related Microsoft FrontPage sites, migrated them to Dreamweaver/Fireworks, migrated from from tables and font tags to semantic markup and CSS. Started working with podcasting, video and other technologies. • 2001–2008: Acquired into a team with sites driven by custom php, where I repeated the front end migration from tables and font tags to semantic markup and CSS and managed the building of custom unctionalities. Also administered and modified WordPress and Mambo/Joomla sites. • 2009: Launched Maxey MediaWorks and made the leap into Drupal, which I had recommended for the Joomla sites. Active member of CDMUG (Chicago Drupal Meetup Group).
  • 4. CHOOSING THE RIGHT TOOL: Why a CMS?
  • 5. CHOOSING THE RIGHT TOOL: Why a CMS? • “Drupal, Joomla and Wordpress are the 3 most popular content management systems according to Alexa and most webmasters” —Slayerment: http:// www.slayerment.com/blog/drupal-vs-joomla-vs-wordpress • Customers pay a little more up front, but than can change and add page content themselves, rather than calling their web guru for every small text change. • A lot of the “behind-the-scenes” things that aren’t really part of design (RSS feeds, SEO-friendly page titles and URLs, minimizing CSS and javascript and placing them in external files, etc.) are built into the CMS or its core modules and don’t have to be manually copied from page to page, or baked into a template. • Helps you conceptualize your online content not as “web pages” but as structured web content—which it is when you move beyond the browser.
  • 6. WHAT IS DRUPAL? Drupal Is a Content Management System (CMS) Platform • Free and Open Source (PHP, MySQL/PostgresSQL) • Extensible (by design: a basic set of common features with a rich API) • With a Multi-Hierarchical Taxonomy System • and Granular User-Permissions Control Suitable for Community-based Sites
  • 7. CHOOSING THE RIGHT TOOL: WordPress vs. Joomla vs. Drupal
  • 8. CHOOSING THE RIGHT TOOL: WordPress vs. Joomla vs. Drupal WordPress Joomla Drupal
  • 9. CHOOSING THE RIGHT TOOL: WordPress vs. Joomla vs. Drupal WordPress Joomla Drupal • A great blogging tool with an intuitive interface • Many plug-ins with specific functionality and some pluggable CMS features • Many attractive free and inexpensive themes • Great for a single user. Extensible to a controlled group of users • Go from zero to an attractive working blog with your logo in hours; more complex sites will take longer to set up
  • 10. CHOOSING THE RIGHT TOOL: WordPress vs. Joomla vs. Drupal WordPress Joomla Drupal • A great blogging tool with an • A CMS based on a intuitive interface hierarchical tree-structure taxonomy • Many plug-ins with specific functionality and some • Many free and for-pay plug-ins pluggable CMS features extend functionality (some for- pay modules are compiled so • Many attractive free and you can’t see the code) inexpensive themes • Many attractive free and • Great for a single user. inexpensive themes Extensible to a controlled group of users • Great for a controlled group of users with publishing rights • Go from zero to an attractive working blog with your logo • Structured layouts mean you in hours; more complex sites can go from zero to a working will take longer to set up site in a few days
  • 11. CHOOSING THE RIGHT TOOL: WordPress vs. Joomla vs. Drupal WordPress Joomla Drupal • A great blogging tool with an • A CMS based on a • A multi-hierarchical CMS intuitive interface hierarchical tree-structure supporting multiple content taxonomy types and ways of organizing • Many plug-ins with specific your data. functionality and some • Many free and for-pay plug-ins pluggable CMS features extend functionality (some for- • Many modules to extend pay modules are compiled so functionality—all of them free • Many attractive free and you can’t see the code) as in beer, free as in speech inexpensive themes • Many attractive free and • Ugly default theme, few free • Great for a single user. inexpensive themes themes—but zen theme Extensible to a controlled encourages custom design group of users • Great for a controlled group of users with publishing rights • Great for multiple types of • Go from zero to an attractive users with various permissions working blog with your logo • Structured layouts mean you —up to community sites in hours; more complex sites can go from zero to a working will take longer to set up site in a few days • More flexibility = longer development time
  • 12. CHOOSING THE RIGHT TOOL: WordPress vs. Joomla vs. Drupal WordPress Joomla Drupal
  • 13. CHOOSING THE RIGHT TOOL: WordPress vs. Joomla vs. Drupal WordPress Joomla Drupal
  • 14. DRUPAL: A BRIEF HISTORY • Created by Dries Buytaert as a bulletin board for a College student and his friends. • “Drupal” is an English-language rendering of the Dutch word for word “drop” (as in water droplet). • Open sourced in 2001. • Maintained by about 800 developers worldwide. • Now powers 1% of the web • Soon to release version 7
  • 15. ANATOMY OF DRUPAL • Node/Content • Content Type • Taxonomy/ Vocabulary • Core • Menu • Contrib • Path • Module • Region • User • Block • Role • Theme • Permission Anatomy of a Drupal Page Theme
  • 16. MODULAR STRUCTURE • Don’t hack core. Ever. • Over 6500 “contrib” modules in Drupal CVS • Little concrete information on what they do • Most start as solutions to specific problems • Also 570 contrib themes • CCK/Fields • Views
  • 17. LET’S TAKE A LOOK: A Browser View of a Fresh Drupal Install
  • 18. LEARNING MORE Using Drupal Front End Drupal: Designing, Theming, Scripting Building Powerful and Pro Drupal Robust Websites with Development Drupal 6
  • 19. LEARNING MORE • Online • Drupal.org - http://drupal.org/ • Getting started - http://drupal.org/getting-started • Drupal handbooks - http://drupal.org/handbook • The APIs - http://api.drupal.org • Groups.drupal.org - http://groups.drupal.org • #drupal, #drupal-support and #CDMUG on IRC • Live • Chicago Drupal Meetup Group - http://cdmug.org/ • DrupalCon Chicago - March 2011 - http://chicago2011.drupal.org/
  • 20. LEARNING MORE • Video Tutorials: • Lullabot DVDs on Views, CCK, Theming and more • Learn by the Drop: http://learnbythedrop.com/video • Got Drupal: http://gotdrupal.com/ • Mustard Seed Media: http://mustardseedmedia.com/
  • 21. REFERENCES • Comparison Articles: • The Open Sourcery: “Best Open CMS: WordPress vs Joomla vs Drupal” http://www.theopensourcery.com/keepopen/?p=2211 (May 2010) • Slayerment: “Drupal VS Joomla VS Wordpress - Which Is The Best CMS?” http://www.slayerment.com/blog/drupal-vs-joomla- vs-wordpress (December 2007, updated March 2010)

Editor's Notes