SlideShare a Scribd company logo
An Introduction to Website Development
              with Drupal
    An Open Source Content Management System



               Lynn Taylor - 13 Nov 2012




                                               S
Women in Technology


S  Introductions
   S  Kristin Wehmeuller – DCWW Coordinator
   S  Lynn Taylor – Drupal Software Developer
   S  The Audience – Who are you?
   S  Amazing Grace – A Pioneer in Technology
Amazing Grace


S  Rear Admiral Grace Murray Hopper
  S  The MOST influential woman in computer science to date
  S  Ph.D. in Mathematics from Yale in 1934
  S  Professor at Vassar College until 1943
  S  WWII enlisted in NAVY and began working with computers
     S  Created the first ever compiler
     S  Popularized the term “debugging”
  S  At age 78, spoke at the Air Force Academy
The Nano-second Legacy



S  Imagination

S  Fearlessness

S  Intelligence

S  Passion

S  Women In Technology
Amazing Grace and Drupal


S  The evolution of software
  S  Mathematical calculators
  S  Compilers
  S  Machine Independent Languages
  S  English-like syntax
  S  Software that writes software
Content Management
           Systems
 A content management system (CMS) is a software
 application that enables content owners and subject
    matter experts to easily post content to their
     websites with minimal technical expertise.




                                                       S
CMS


S  What it is
   S  By definition, a content management system is a software
      application that enables content owners and subject matter
      experts to easily post content to their websites with minimal
      technical expertise

S  What it isn’t
   S  A software application that creates a website for you
A CMS is a
          Software Application

S  Word Processors
    S  Word, Notepad

S  Spreadsheet Applications
    S  Excel, Lotus

S  Content Management Systems
    S  Facebook, Twitter, Linked In

S  Custom
Advantages/Disadvantages


S  Advantages of using a CMS
  S  Saves time in posting content
  S  Improves quality of content
  S  Examples

S  Disadvantages
  S  Constraints on functionality, layout and theming
Flexibility vs Complexity



                Ease of Use



  Flexibility
Evolution of CMSs


S  Custom CMSs
   S  Facebook written in PHP
   S  Online Newspaper
   S  Online Recreation Club

S  Specialized CMS Platforms
   S  Learning Management Systems
   S  Blogs – Word Press

S  General CMS Platforms
   S  Joomla, Drupal
The Power of Drupal


S  Drupal is flexible, powerful, and complex
  S  Can quickly and simply deploy a functioning backend, GUI
      CMS and a front-end themed website
                                 OR
  S  Can completely customize backend and front-end functionality,
      as well as completely customize backend and front-end layout
      and theming
The Power of Drupal


S  Historical Overview

S  Open Source
  S  Free and Extendable

S  Large stable base of Community Support

  S  Modular, scalable software architecture

  S  Standards in place to encourage and support quality of code,
    documentation and support
Drupal Components
                          Theme and Layout
   Structural and Informational Architecture
            Systems and Site Administration
              Site Building and Functionality
                  Subject Matter and Content




                                                S
Design and Theme


S  Designers, Themers, Accessibility and Usability
  Experts

S  Customize the display’s interface, look and feel using
  S  GUI interface
  S  Contributed templates and themes
  S  CSS, HTML

S  http://drupal.org/documentation/theme
Structure and Information


S  Structural and Information Architects

S  Work with content types, blocks, menus, views,
  taxonomy, and navigation using
  S  GUI interface,
  S  Contributed templates, themes, modules
  S  CSS, HTML

S  http://drupal.org/documentation/structure
Functionality and Site Building


S  Site Builders, Developers

S  Add functionality and features such as e-commerce, forums,
   media, search, geographic data, dates, workflow, messaging,
   forms, social networking using
   S  GUI Interface
   S  Contributed Modules
   S  API in PHP

S  http://drupal.org/documentation/build

S  http://api.drupal.org/api/drupal
Administration


S  Systems and Site Administrators

S  Manage users and content, perform backups and
  upgrades, secure your site, tweak performance using
  S  GUI Interface
  S  Contributed modules
  S  Command Line Drush

S  http://drupal.org/documentation/administer
Content Owners


S  Subject Matter Experts and Content Owners

S  Add content such as articles, blog postings, comments,
  announcements, photographs using
  S  GUI Interface
Drupal – How To




                  S
S  Theme and Layout

Hands On                 S  Structural and
                            Informational
                            Architecture
dcww.1.synsas.com
                         S  Site Building and
                            Functionality
GUI Walk Thru
Custom Walk Thru         S  Systems and Site
                            Administration
   Network : Is-guest
                         S  Subject Matter and
   Password: zengo2011      Content
Drupal Setup


S  LAMP Stack
  S  WAMP
  S  MAMP
  S  LAMP
  S  3rd Party Hosting

S  http://drupal.org/download/

S  http://dcww.1.synsas.com/
The “Drupal Way”


S  Out of the box
   S    What theming, functionality, and customization can you get simply with selecting Drupal
         configuration

S  Contributed code
   S    What theming, functionality, and customization can you get with code contributed by
         members of the Drupal community
   S    Standard installation procedures and software architecture

S  Custom code
   S    Folder Structure
   S    Standard Naming and Architectural Structure conventions in code
   S    DON’T HACK CORE!
Layout and Navigation


S  Sample of installed structural configuration options
  S  Drupal Regions and Blocks
  S  Administration > Site Building > Blocks
  S  Administration > Site Building > Menus

S  Wire framing

S  Panels and Contexts
Design and Theme


S  Installed Drupal Themes
    S  Administer > Site Building > Themes

S  Drupal Community Contributed Themes
    S  http://drupal.org/project/Themes

S  Commercial Themes
    S  http://www.drupal-themes.adodis.com/
    S  http://www.templatemonster.com/drupal-themes.php

S  Custom Theming
    S  http://drupal.org/documentation/theme/
Information Architecture


S  Taxonomy
    S  The science of categorization, or classification, of things based on
        a predetermined system.
    S  What’s your site about? How can you categorize sections of it in a
        way that users might find information they are seeking?

S  Content Types
   S  Administration > Content Management > Content Types
       S  Installed content types: Blogs, Book, Forum, Pages, Poll, Story
       S  Creating content types with the CMS (Announcement, Article)
Information Architecture


S  Content Types and Forms
   S  Getting information into the database

S  Drupal Views
   S  Administration > Build > Views
   S  GUI Interface to get information out of the database
       S  Generate SQL statements to pull information from the database
       S  To create lists and reports

S  Pre-Installed Views

S  Creating Views
Functionality and Site Building


S  Customer asks for:
   S  The ability to have the public comment on content
   S  The ability to edit their content in a wysiwyg
   S  The ability to create a slide show
   S  The ability to search content on the site
   S  The ability to provide words to search on

S  http://drupal.org/project/Modules
   S  http://drupal.org/project/wysiwyg
   S  http://drupal.org/project/views_slideshow
Administration


S  Administration > User
  S  Users
  S  Roles
  S  Permissions
Content Owners


S  Subject Matter Experts and Content Owners

S  Add content such as articles, blog postings, comments,
  announcements, photographs using
  S  GUI Interface
Humans are allergic to
change. They love to say,
 “We’ve always done it
this way." I try to fight
that. That’s why I have
 a clock on my wall that
 runs counter-clockwise.

  Rear Admiral Grace
   Murray Hopper
References & Resources


S  Living Social Guest WiFi:
   S  Network :Is-guest
   S  Password: zengo2011

S  drupal.org

S  dcww.#.synsas.com

S  lht.homeoffice@gmail.com

More Related Content

Viewers also liked (10)

PDF
Foundations of health care practice
dalwritingcentre
 
PDF
Essay writing an exploration
dalwritingcentre
 
PDF
Writing for Graduate School Applications
dalwritingcentre
 
PDF
Writing press releases
dalwritingcentre
 
PPTX
Writing philosophy papers
dalwritingcentre
 
PDF
Writing your term paper
dalwritingcentre
 
PDF
Graduate Student Seminar: Writing an Academic Paper
dalwritingcentre
 
PDF
The technical writing process
dalwritingcentre
 
PDF
Intro to UX with Huge
Kristin Jolda (Wehmueller)
 
PPT
Critical Reflective Writing
dalwritingcentre
 
Foundations of health care practice
dalwritingcentre
 
Essay writing an exploration
dalwritingcentre
 
Writing for Graduate School Applications
dalwritingcentre
 
Writing press releases
dalwritingcentre
 
Writing philosophy papers
dalwritingcentre
 
Writing your term paper
dalwritingcentre
 
Graduate Student Seminar: Writing an Academic Paper
dalwritingcentre
 
The technical writing process
dalwritingcentre
 
Intro to UX with Huge
Kristin Jolda (Wehmueller)
 
Critical Reflective Writing
dalwritingcentre
 

Similar to DCWW Introduction to Drupal - November 13, 2012 (20)

PPT
Drupal intro
Antonio Perez
 
PPT
Drupal intro
Geetanjali Srivastava
 
PPTX
72d5drupal
Mahesh Sherkar
 
PPTX
Drupal introduction
Jin Castor
 
PDF
October 2014 - USG Rock Eagle - Drupal 101
Eric Sembrat
 
PPTX
An Introduction to Drupal & How to Use It by Sanket Jain
Innoraft
 
KEY
Choosing an Open Source CMS
Phase2
 
PPTX
Drupal Skils Lab 302Labs
Ahmad Mohamad Zain
 
PPTX
Drupal by Gaurav Boudh
Library and Information Science Blog
 
PDF
Future Scope of Drupal as a Technology in 2020 and Beyond
Katy Slemon
 
PPTX
Online Drupal Training Syllabus
vibrantuser
 
PPT
Synapse india reviews on drupal intro
Tarunsingh198
 
PDF
Introduction to Drupal
Tom Deryckere
 
PPT
Introduction to drupal
mayank.grd
 
KEY
Introduction to Drupal
sdmaxey
 
KEY
Drupal at the EBI
Francis Rowland
 
PPT
Drupal
Akhil Kumar
 
PDF
O'Reilly Drupal Webcast
Jeff Eaton
 
PPT
Drupal -Introduction to Drupal
Vibrant Technologies & Computers
 
PPT
Synapseindia drupal intro 0
saritasingh19866
 
Drupal intro
Antonio Perez
 
Drupal intro
Geetanjali Srivastava
 
72d5drupal
Mahesh Sherkar
 
Drupal introduction
Jin Castor
 
October 2014 - USG Rock Eagle - Drupal 101
Eric Sembrat
 
An Introduction to Drupal & How to Use It by Sanket Jain
Innoraft
 
Choosing an Open Source CMS
Phase2
 
Drupal Skils Lab 302Labs
Ahmad Mohamad Zain
 
Drupal by Gaurav Boudh
Library and Information Science Blog
 
Future Scope of Drupal as a Technology in 2020 and Beyond
Katy Slemon
 
Online Drupal Training Syllabus
vibrantuser
 
Synapse india reviews on drupal intro
Tarunsingh198
 
Introduction to Drupal
Tom Deryckere
 
Introduction to drupal
mayank.grd
 
Introduction to Drupal
sdmaxey
 
Drupal at the EBI
Francis Rowland
 
Drupal
Akhil Kumar
 
O'Reilly Drupal Webcast
Jeff Eaton
 
Drupal -Introduction to Drupal
Vibrant Technologies & Computers
 
Synapseindia drupal intro 0
saritasingh19866
 
Ad

DCWW Introduction to Drupal - November 13, 2012

  • 1. An Introduction to Website Development with Drupal An Open Source Content Management System Lynn Taylor - 13 Nov 2012 S
  • 2. Women in Technology S  Introductions S  Kristin Wehmeuller – DCWW Coordinator S  Lynn Taylor – Drupal Software Developer S  The Audience – Who are you? S  Amazing Grace – A Pioneer in Technology
  • 3. Amazing Grace S  Rear Admiral Grace Murray Hopper S  The MOST influential woman in computer science to date S  Ph.D. in Mathematics from Yale in 1934 S  Professor at Vassar College until 1943 S  WWII enlisted in NAVY and began working with computers S  Created the first ever compiler S  Popularized the term “debugging” S  At age 78, spoke at the Air Force Academy
  • 4. The Nano-second Legacy S  Imagination S  Fearlessness S  Intelligence S  Passion S  Women In Technology
  • 5. Amazing Grace and Drupal S  The evolution of software S  Mathematical calculators S  Compilers S  Machine Independent Languages S  English-like syntax S  Software that writes software
  • 6. Content Management Systems A content management system (CMS) is a software application that enables content owners and subject matter experts to easily post content to their websites with minimal technical expertise. S
  • 7. CMS S  What it is S  By definition, a content management system is a software application that enables content owners and subject matter experts to easily post content to their websites with minimal technical expertise S  What it isn’t S  A software application that creates a website for you
  • 8. A CMS is a Software Application S  Word Processors S  Word, Notepad S  Spreadsheet Applications S  Excel, Lotus S  Content Management Systems S  Facebook, Twitter, Linked In S  Custom
  • 9. Advantages/Disadvantages S  Advantages of using a CMS S  Saves time in posting content S  Improves quality of content S  Examples S  Disadvantages S  Constraints on functionality, layout and theming
  • 10. Flexibility vs Complexity Ease of Use Flexibility
  • 11. Evolution of CMSs S  Custom CMSs S  Facebook written in PHP S  Online Newspaper S  Online Recreation Club S  Specialized CMS Platforms S  Learning Management Systems S  Blogs – Word Press S  General CMS Platforms S  Joomla, Drupal
  • 12. The Power of Drupal S  Drupal is flexible, powerful, and complex S  Can quickly and simply deploy a functioning backend, GUI CMS and a front-end themed website OR S  Can completely customize backend and front-end functionality, as well as completely customize backend and front-end layout and theming
  • 13. The Power of Drupal S  Historical Overview S  Open Source S  Free and Extendable S  Large stable base of Community Support S  Modular, scalable software architecture S  Standards in place to encourage and support quality of code, documentation and support
  • 14. Drupal Components Theme and Layout Structural and Informational Architecture Systems and Site Administration Site Building and Functionality Subject Matter and Content S
  • 15. Design and Theme S  Designers, Themers, Accessibility and Usability Experts S  Customize the display’s interface, look and feel using S  GUI interface S  Contributed templates and themes S  CSS, HTML S  http://drupal.org/documentation/theme
  • 16. Structure and Information S  Structural and Information Architects S  Work with content types, blocks, menus, views, taxonomy, and navigation using S  GUI interface, S  Contributed templates, themes, modules S  CSS, HTML S  http://drupal.org/documentation/structure
  • 17. Functionality and Site Building S  Site Builders, Developers S  Add functionality and features such as e-commerce, forums, media, search, geographic data, dates, workflow, messaging, forms, social networking using S  GUI Interface S  Contributed Modules S  API in PHP S  http://drupal.org/documentation/build S  http://api.drupal.org/api/drupal
  • 18. Administration S  Systems and Site Administrators S  Manage users and content, perform backups and upgrades, secure your site, tweak performance using S  GUI Interface S  Contributed modules S  Command Line Drush S  http://drupal.org/documentation/administer
  • 19. Content Owners S  Subject Matter Experts and Content Owners S  Add content such as articles, blog postings, comments, announcements, photographs using S  GUI Interface
  • 20. Drupal – How To S
  • 21. S  Theme and Layout Hands On S  Structural and Informational Architecture dcww.1.synsas.com S  Site Building and Functionality GUI Walk Thru Custom Walk Thru S  Systems and Site Administration Network : Is-guest S  Subject Matter and Password: zengo2011 Content
  • 22. Drupal Setup S  LAMP Stack S  WAMP S  MAMP S  LAMP S  3rd Party Hosting S  http://drupal.org/download/ S  http://dcww.1.synsas.com/
  • 23. The “Drupal Way” S  Out of the box S  What theming, functionality, and customization can you get simply with selecting Drupal configuration S  Contributed code S  What theming, functionality, and customization can you get with code contributed by members of the Drupal community S  Standard installation procedures and software architecture S  Custom code S  Folder Structure S  Standard Naming and Architectural Structure conventions in code S  DON’T HACK CORE!
  • 24. Layout and Navigation S  Sample of installed structural configuration options S  Drupal Regions and Blocks S  Administration > Site Building > Blocks S  Administration > Site Building > Menus S  Wire framing S  Panels and Contexts
  • 25. Design and Theme S  Installed Drupal Themes S  Administer > Site Building > Themes S  Drupal Community Contributed Themes S  http://drupal.org/project/Themes S  Commercial Themes S  http://www.drupal-themes.adodis.com/ S  http://www.templatemonster.com/drupal-themes.php S  Custom Theming S  http://drupal.org/documentation/theme/
  • 26. Information Architecture S  Taxonomy S  The science of categorization, or classification, of things based on a predetermined system. S  What’s your site about? How can you categorize sections of it in a way that users might find information they are seeking? S  Content Types S  Administration > Content Management > Content Types S  Installed content types: Blogs, Book, Forum, Pages, Poll, Story S  Creating content types with the CMS (Announcement, Article)
  • 27. Information Architecture S  Content Types and Forms S  Getting information into the database S  Drupal Views S  Administration > Build > Views S  GUI Interface to get information out of the database S  Generate SQL statements to pull information from the database S  To create lists and reports S  Pre-Installed Views S  Creating Views
  • 28. Functionality and Site Building S  Customer asks for: S  The ability to have the public comment on content S  The ability to edit their content in a wysiwyg S  The ability to create a slide show S  The ability to search content on the site S  The ability to provide words to search on S  http://drupal.org/project/Modules S  http://drupal.org/project/wysiwyg S  http://drupal.org/project/views_slideshow
  • 29. Administration S  Administration > User S  Users S  Roles S  Permissions
  • 30. Content Owners S  Subject Matter Experts and Content Owners S  Add content such as articles, blog postings, comments, announcements, photographs using S  GUI Interface
  • 31. Humans are allergic to change. They love to say, “We’ve always done it this way." I try to fight that. That’s why I have a clock on my wall that runs counter-clockwise. Rear Admiral Grace Murray Hopper
  • 32. References & Resources S  Living Social Guest WiFi: S  Network :Is-guest S  Password: zengo2011 S  drupal.org S  dcww.#.synsas.com S  [email protected]

Editor's Notes

  • #2: My academic and professional backgroundThank Kristin for inviting me
  • #14: Historical OverviewOpen Source - http://drupal.org/homeFree and extendableSoftware DesignScalable, secure, modular, flexible, good performanceLarge, stable base of community SupportContributed code withModular architectureDocumentationSupporthttp://drupal.org/community