SlideShare una empresa de Scribd logo
1 de 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)

Más contenido relacionado

La actualidad más candente

La actualidad más candente (20)

wamp.ppt
wamp.pptwamp.ppt
wamp.ppt
 
WordPress Course Outline
WordPress Course OutlineWordPress Course Outline
WordPress Course Outline
 
Elementor - WordPress WYSIWYG Page Builder
Elementor - WordPress WYSIWYG Page BuilderElementor - WordPress WYSIWYG Page Builder
Elementor - WordPress WYSIWYG Page Builder
 
Introduction to Visual Studio.NET
Introduction to Visual Studio.NETIntroduction to Visual Studio.NET
Introduction to Visual Studio.NET
 
Nodejs presentation
Nodejs presentationNodejs presentation
Nodejs presentation
 
Introduction to WordPress
Introduction to WordPressIntroduction to WordPress
Introduction to WordPress
 
Web Development Presentation
Web Development PresentationWeb Development Presentation
Web Development Presentation
 
WordPress what is Wordpress
WordPress what is WordpressWordPress what is Wordpress
WordPress what is Wordpress
 
Introduction to Docker Compose
Introduction to Docker ComposeIntroduction to Docker Compose
Introduction to Docker Compose
 
Basic WordPress Workshop Presentation
Basic WordPress Workshop PresentationBasic WordPress Workshop Presentation
Basic WordPress Workshop Presentation
 
Reactjs
Reactjs Reactjs
Reactjs
 
Introduction to Wordpress
Introduction to WordpressIntroduction to Wordpress
Introduction to Wordpress
 
Tech talk on Tailwind CSS
Tech talk on Tailwind CSSTech talk on Tailwind CSS
Tech talk on Tailwind CSS
 
Introduction to ReactJS
Introduction to ReactJSIntroduction to ReactJS
Introduction to ReactJS
 
WordPress Course Outline
WordPress Course OutlineWordPress Course Outline
WordPress Course Outline
 
Wordpress essential training - Wordpress Presentation PPT
Wordpress essential training - Wordpress Presentation PPTWordpress essential training - Wordpress Presentation PPT
Wordpress essential training - Wordpress Presentation PPT
 
Website design with Wordpress ppt
Website design with Wordpress pptWebsite design with Wordpress ppt
Website design with Wordpress ppt
 
Wordpress
WordpressWordpress
Wordpress
 
Domain and hosting
Domain and hostingDomain and hosting
Domain and hosting
 
Why Drupal CMS?
Why Drupal CMS?Why Drupal CMS?
Why Drupal CMS?
 

Destacado

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
 

Destacado (13)

An Introduction to Drupal
An Introduction to DrupalAn Introduction to Drupal
An Introduction to Drupal
 
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
 
Basic Wordpress PPT
Basic Wordpress PPT Basic Wordpress PPT
Basic Wordpress PPT
 
WordPress Optimisation - A4UExpo
WordPress Optimisation - A4UExpoWordPress Optimisation - A4UExpo
WordPress Optimisation - A4UExpo
 

Similar a 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 a 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
 

Último

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
Safe Software
 

Último (20)

Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
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...
 
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
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
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
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
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
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
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
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
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
 
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 future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024
 
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
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 

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)

Notas del editor