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

Django Framework and Application Structure
Django Framework and Application StructureDjango Framework and Application Structure
Django Framework and Application Structure
SEONGTAEK OH
 

What's hot (20)

Laravel Tutorial PPT
Laravel Tutorial PPTLaravel Tutorial PPT
Laravel Tutorial PPT
 
Best Practices with Sitecore
Best Practices with SitecoreBest Practices with Sitecore
Best Practices with Sitecore
 
MERN PPT
MERN PPTMERN PPT
MERN PPT
 
Laravel Introduction
Laravel IntroductionLaravel Introduction
Laravel Introduction
 
Express js
Express jsExpress js
Express js
 
Working With WordPress Widgets
Working With WordPress WidgetsWorking With WordPress Widgets
Working With WordPress Widgets
 
ReactJS presentation.pptx
ReactJS presentation.pptxReactJS presentation.pptx
ReactJS presentation.pptx
 
Basic Wordpress PPT
Basic Wordpress PPT Basic Wordpress PPT
Basic Wordpress PPT
 
Web Development Presentation
Web Development PresentationWeb Development Presentation
Web Development Presentation
 
Introduction to the Web API
Introduction to the Web APIIntroduction to the Web API
Introduction to the Web API
 
Intro to Wordpress
Intro to WordpressIntro to Wordpress
Intro to Wordpress
 
NodeJS for Beginner
NodeJS for BeginnerNodeJS for Beginner
NodeJS for Beginner
 
Difference between java script and jquery
Difference between java script and jqueryDifference between java script and jquery
Difference between java script and jquery
 
React Server Side Rendering with Next.js
React Server Side Rendering with Next.jsReact Server Side Rendering with Next.js
React Server Side Rendering with Next.js
 
Web Development In 2018
Web Development In 2018Web Development In 2018
Web Development In 2018
 
Introduction to WordPress
Introduction to WordPressIntroduction to WordPress
Introduction to WordPress
 
Node.js Express
Node.js  ExpressNode.js  Express
Node.js Express
 
Nodejs Explained with Examples
Nodejs Explained with ExamplesNodejs Explained with Examples
Nodejs Explained with Examples
 
Django Framework and Application Structure
Django Framework and Application StructureDjango Framework and Application Structure
Django Framework and Application Structure
 
JAVA SCRIPT
JAVA SCRIPTJAVA SCRIPT
JAVA SCRIPT
 

Viewers also liked

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
 
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
 
WordPress Optimisation - A4UExpo
WordPress Optimisation - A4UExpoWordPress Optimisation - A4UExpo
WordPress Optimisation - A4UExpo
Joost 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

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
hernanibf
 
Drupal introduction
Drupal introductionDrupal introduction
Drupal introduction
Jin Castor
 
Drupal7 an introduction by ayushiinfotech
Drupal7 an introduction by ayushiinfotechDrupal7 an introduction by ayushiinfotech
Drupal7 an introduction by ayushiinfotech
Mandakini Kumari
 

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

CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
giselly40
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 

Recently uploaded (20)

Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
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
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
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
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.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