SlideShare a Scribd company logo
1 of 34
Download to read offline
Drupal
                             a content management framework




Thursday, January 28, 2010
What is Drupal?




Thursday, January 28, 2010

Drupal is a free and open-source content management framework that is stable, flexible, and
has a large community of contributors and maintainers.
PHP                       SQL




Thursday, January 28, 2010

it is built with PHP & is most commonly used with MySQL. However, it’s database abstraction
layer allows for it to easily support multiple database servers.
• Auto-complete
                                               • Drag & Drop
                        jQuery                 • Table Sorting
                                               • Sticky Table Headers




Thursday, January 28, 2010

Drupal is also distributed with jQuery and allows for easy integration of features such as
auto-complete, nested dray & drop ordering, table header sorting, & sticky table headers.
Is Drupal is easy to use?




Thursday, January 28, 2010

Yes, you can have it setup and you’ll be able to start posting content within 5 to 10 minutes
without a problem.
So I installed it, but it’s ugly.




Thursday, January 28, 2010

Yes, the default user interface is not as nice as some others out there.
I can’t stand it the UI though.




Thursday, January 28, 2010

There are several modules and themes available that only take a few minutes to download
and install. They help a lot. Or you could always take a little time and make your own pretty
easily once you get the hang of the theming system
Thursday, January 28, 2010

There are several modules and themes available that only take a few minutes to download
and install. They help a lot. Or you could always take a little time and make your own pretty
easily once you get the hang of the theming system
Thursday, January 28, 2010

There are several modules and themes available that only take a few minutes to download
and install. They help a lot.
It’s still ugly.




Thursday, January 28, 2010

With the help of the Devel module and a little bit of CSS you can come up with your own
admin theme easily.
Thursday, January 28, 2010

With the help of the Devel module and a little bit of CSS you can come up with your own
admin theme easily. This particular interface is for a Drupal-based aggregation applicaiton
called Managing News.
Why Drupal then?




Thursday, January 28, 2010

Drupal might lack in the pretty default interface, but it makes up for it with it’s stability,
flexibility and powerful API’s. Drupal also has a large collection of reliable modules that have
been contributed by the Drupal community.
• Custom Types
                         Content              • Custom Fields
                          Types               • No coding necessary




Thursday, January 28, 2010

Drupals gives administrators the ability to create custom content types and custom content
fields with the CCK module. quickly and via a simple interface is one of the top reasons
Drupal is so superior over other blog software and CMS solutions. While Drupal provides you
with base content types like story or page, you can remove these and create your own custom
types of content.
Thursday, January 28, 2010

Drupals gives administrators the ability to create custom content types and custom content
fields withthe CCK module. quickly and via a simple interface is one of the top reasons Drupal
is so superior over other blog software and CMS solutions. While Drupal provides you with
base content types like story or page, you can remove these and create your own custom
types of content.
Thursday, January 28, 2010

Drupals gives administrators the ability to create custom content types and custom content
fields withthe CCK module. quickly and via a simple interface is one of the top reasons Drupal
is so superior over other blog software and CMS solutions. While Drupal provides you with
base content types like story or page, you can remove these and create your own custom
types of content.
• Drag & Drop UI
                    Menu API                   • Attribute Control
                                               • Internal/External




Thursday, January 28, 2010

The Menu API is available to the Drupal’s module system and also has an easy to use, drag &
drop interface to create menu’s from within the administration area. With the help of the
Menu Attributes module you can easily update all of the attributes the anchor tag provides
you, from the ID or class attribute down to the REL attribute.
• Alias System
                             Paths   • 403/404 Redirects
                                     • Automated URLs




Thursday, January 28, 2010
Thursday, January 28, 2010

The Menu API is available to the Drupal’s module system and also has an easy to use, drag &
drop interface to create menu’s from within the administration area. With the help of the
Menu Attributes module you can easily update all of the attributes the anchor tag provides
you, from the ID or class attribute down to the REL attribute.
• Drag & Drop UI
                 Taxonomy                       • Free-form (tags)
                                                • Structured (category)




Thursday, January 28, 2010

Drupal also provides a multi-level, drag and drop user interface similar to the Menu API’s for
creating taxonomies.
• Files
                                              • Nodes (basic content)
                     Form API                 • Revisions
                                              • Taxonomy Terms
                                              • Users




Thursday, January 28, 2010

The Form API provides module developers with a quick, array-based way to create, validate,
and submit custom form data to the settings table or to custom, module-specific tables.
• Administration
                             Access            • Content Types
                             Control           • Content Fields
                                               • Settings




Thursday, January 28, 2010

Drupal provides adminstrators the ability to create an unlimited number of custom roles. The
administrator can turn around and apply fine-grained view and edit permissions on content
types, fields within content types, and even the ability to limit access to admin or user
created pages. Setting permissions and creating roles can be handle via a module or through
the easy to use admin interface.
Thursday, January 28, 2010

Drupal provides adminstrators the ability to create an unlimited number of custom roles. The
administrator can turn around and apply fine-grained view and edit permissions on content
types, fields within content types, and even the ability to limit access to admin or user
created pages. Setting permissions and creating roles can be handle via a module or through
the easy to use admin interface.
• Files
                                               • Nodes (basic content)
                             Views             • Revisions
                                               • Taxonomy Terms
                                               • Users




Thursday, January 28, 2010

Views is a UI for creating pages, page elements, and searchable indexes from practically any
site data.
• Blocks or Widgets
                                             • Forms
                             Cache           • Pages
                             & compress      • Theme Templates
                                             • Views




Thursday, January 28, 2010

Drupal provides easy to use ways to cache and compress the pages and elements you serve
ot your users.
• Stylesheets
                 Combine                     • Javascript




Thursday, January 28, 2010

CSS & JS can get a little out of hand from time to time. You’ll end up loading around 12
Javascript files and sometimes 15 or more CSS files. These files come from the core modules,
contributed modules, and of course your theme. Drupal provides a simple on/off CSS and JS
file combiners, granted you include your files correctly when using them within modules and
themes.
• Contributed Modules
                    Upgrades                  • Documentation
                                              • Schema Changes




Thursday, January 28, 2010

Upgrades, primarily when using contributed modules, can be frustrating and difficult.
Depending on the module maintainer, upgrade paths form full version 1 to 2 or 2 to 3, often
contain bugs when updating database tables and sometimes the upgrade path’s just don’t
exist.

ALWAYS READ THE INSTALL & README DOCS... if all else fails SEARCH
• Contributed Theme
                  Default UI   • Professional Theme
                               • Custom Theme




Thursday, January 28, 2010
• Drupal.org Search
                             Help                • Confusing Tutorials




Thursday, January 28, 2010

Drupal.org’s search does not always work well. Use google site search, you’ll come up with
things quicker. The tutorials are often confusing are mostly written for individuals that have a
firm grasp on PHP.
• Backup & Migrate
                             Getting   • CCK
                                       • Context
                             Started   • Panels
                                       • Views




Thursday, January 28, 2010

basic
• Menu Attributes
                                       • Nodewords
                             Getting   • Path Redirect
                             Started   • Page Title
                                       • Pathauto
                                       • XMLSitemap




Thursday, January 28, 2010

search engine optimization
• Admin Menu
                             Getting   • Admin Theme
                                       • Form Defaults
                             Started   • Vertical Tabs
                                       • WYSIWYG API




Thursday, January 28, 2010

UI
• Use Version Control
                                               • Backup Often
                             Tips              • Use Stable Versions
                                               • Get to know PHP
                                               • IRC




Thursday, January 28, 2010

• Always use Version Control - hosted sevices available
• Backup your database often, and especially before installing and testing contributed
modules
• Never use dev, alpha, rc of Drupal modules unless you really know what’s going on
• When you’re creating CCK fields use descriptive names
• Get to know PHP, Drupal is much more of a developer’s friend than a designers
• Demos
                                                • Questions
                             Meetup             • Tutorials
                                                • Monthly




Thursday, January 28, 2010

•   site/project demonstrations
•   good place to ask questions
•   present a tutorial (last one was Drush a drupal shell command module)
•   2nd or 3rd week of each month
@joshuapowell
                             www.developedsimple.com




Thursday, January 28, 2010

More Related Content

What's hot

Media handling in Drupal (Drupalcamp Leuven 2013)
Media handling in Drupal (Drupalcamp Leuven 2013)Media handling in Drupal (Drupalcamp Leuven 2013)
Media handling in Drupal (Drupalcamp Leuven 2013)Pure Sign
 
Synapse india reviews on drupal intro
Synapse india reviews on drupal introSynapse india reviews on drupal intro
Synapse india reviews on drupal introTarunsingh198
 
Style guides in drupal development workflows
Style guides in drupal development workflowsStyle guides in drupal development workflows
Style guides in drupal development workflowsKalin Chernev
 
[HKDUG] #20160626 - HKOSCon 2015 - Website DIY with Drupal 8
[HKDUG] #20160626 - HKOSCon 2015 - Website DIY with Drupal 8[HKDUG] #20160626 - HKOSCon 2015 - Website DIY with Drupal 8
[HKDUG] #20160626 - HKOSCon 2015 - Website DIY with Drupal 8Wong Hoi Sing Edison
 
Media handling in Drupal (Drupalcamp Leuven 2013)
Media handling in Drupal (Drupalcamp Leuven 2013)Media handling in Drupal (Drupalcamp Leuven 2013)
Media handling in Drupal (Drupalcamp Leuven 2013)Sven Decabooter
 
Java for XPages Development
Java for XPages DevelopmentJava for XPages Development
Java for XPages DevelopmentTeamstudio
 
MWLUG 2016 : AD117 : Xpages & jQuery DataTables
MWLUG 2016 : AD117 : Xpages & jQuery DataTablesMWLUG 2016 : AD117 : Xpages & jQuery DataTables
MWLUG 2016 : AD117 : Xpages & jQuery DataTablesMichael Smith
 

What's hot (10)

Drupal intro
Drupal introDrupal intro
Drupal intro
 
Media handling in Drupal (Drupalcamp Leuven 2013)
Media handling in Drupal (Drupalcamp Leuven 2013)Media handling in Drupal (Drupalcamp Leuven 2013)
Media handling in Drupal (Drupalcamp Leuven 2013)
 
Drupal -Introduction to Drupal
Drupal -Introduction to DrupalDrupal -Introduction to Drupal
Drupal -Introduction to Drupal
 
Synapse india reviews on drupal intro
Synapse india reviews on drupal introSynapse india reviews on drupal intro
Synapse india reviews on drupal intro
 
Style guides in drupal development workflows
Style guides in drupal development workflowsStyle guides in drupal development workflows
Style guides in drupal development workflows
 
Drupal_cubet seminar
Drupal_cubet seminarDrupal_cubet seminar
Drupal_cubet seminar
 
[HKDUG] #20160626 - HKOSCon 2015 - Website DIY with Drupal 8
[HKDUG] #20160626 - HKOSCon 2015 - Website DIY with Drupal 8[HKDUG] #20160626 - HKOSCon 2015 - Website DIY with Drupal 8
[HKDUG] #20160626 - HKOSCon 2015 - Website DIY with Drupal 8
 
Media handling in Drupal (Drupalcamp Leuven 2013)
Media handling in Drupal (Drupalcamp Leuven 2013)Media handling in Drupal (Drupalcamp Leuven 2013)
Media handling in Drupal (Drupalcamp Leuven 2013)
 
Java for XPages Development
Java for XPages DevelopmentJava for XPages Development
Java for XPages Development
 
MWLUG 2016 : AD117 : Xpages & jQuery DataTables
MWLUG 2016 : AD117 : Xpages & jQuery DataTablesMWLUG 2016 : AD117 : Xpages & jQuery DataTables
MWLUG 2016 : AD117 : Xpages & jQuery DataTables
 

Similar to Presentation Drupal Content Management Framework

Online Drupal Training Syllabus
Online Drupal Training SyllabusOnline Drupal Training Syllabus
Online Drupal Training Syllabusvibrantuser
 
Mlb drupal bizday_presentation
Mlb drupal bizday_presentationMlb drupal bizday_presentation
Mlb drupal bizday_presentationerlee72
 
Absolute Beginners Guide to Drupal
Absolute Beginners Guide to DrupalAbsolute Beginners Guide to Drupal
Absolute Beginners Guide to DrupalRod Martin
 
Making Drupal 7 Simple to Use for Everyone
Making Drupal 7 Simple to Use for EveryoneMaking Drupal 7 Simple to Use for Everyone
Making Drupal 7 Simple to Use for EveryoneAcquia
 
CUST-3 Document Management with Share
CUST-3 Document Management with ShareCUST-3 Document Management with Share
CUST-3 Document Management with ShareAlfresco Software
 
Dipping Your Toe into Drupal 8 Module Development
Dipping Your Toe into Drupal 8 Module DevelopmentDipping Your Toe into Drupal 8 Module Development
Dipping Your Toe into Drupal 8 Module DevelopmentSuzanne Dergacheva
 
Introduction to the Drupal - Web Experience Toolkit
Introduction to the Drupal - Web Experience ToolkitIntroduction to the Drupal - Web Experience Toolkit
Introduction to the Drupal - Web Experience ToolkitSuzanne Dergacheva
 
Contributions: what they are and how to find them
Contributions: what they are and how to find themContributions: what they are and how to find them
Contributions: what they are and how to find themPedro Cambra
 
Choosing an Open Source CMS
Choosing an Open Source CMSChoosing an Open Source CMS
Choosing an Open Source CMSPhase2
 
Drupaldelphia 2013 Presentation- Making Your Site more Friendly to Search Eng...
Drupaldelphia 2013 Presentation- Making Your Site more Friendly to Search Eng...Drupaldelphia 2013 Presentation- Making Your Site more Friendly to Search Eng...
Drupaldelphia 2013 Presentation- Making Your Site more Friendly to Search Eng...Anson Han
 
Drupal - presentazione formazione sessione I
Drupal - presentazione formazione sessione IDrupal - presentazione formazione sessione I
Drupal - presentazione formazione sessione IGian Luca Matteucci
 
Drupal 6x Installation
Drupal 6x Installation Drupal 6x Installation
Drupal 6x Installation Micky Metts
 
Blisstering drupal module development ppt v1.2
Blisstering drupal module development ppt v1.2Blisstering drupal module development ppt v1.2
Blisstering drupal module development ppt v1.2Anil Sagar
 
Intro to Features Module on Drupal
Intro to Features Module on DrupalIntro to Features Module on Drupal
Intro to Features Module on DrupalAidan Foster
 
Beginner's guide to drupal
Beginner's guide to drupalBeginner's guide to drupal
Beginner's guide to drupalmayank.grd
 
Vskills certified open source cms drupal professional sample material
Vskills certified open source cms drupal professional sample materialVskills certified open source cms drupal professional sample material
Vskills certified open source cms drupal professional sample materialVskills
 

Similar to Presentation Drupal Content Management Framework (20)

Online Drupal Training Syllabus
Online Drupal Training SyllabusOnline Drupal Training Syllabus
Online Drupal Training Syllabus
 
72d5drupal
72d5drupal72d5drupal
72d5drupal
 
Mlb drupal bizday_presentation
Mlb drupal bizday_presentationMlb drupal bizday_presentation
Mlb drupal bizday_presentation
 
Absolute Beginners Guide to Drupal
Absolute Beginners Guide to DrupalAbsolute Beginners Guide to Drupal
Absolute Beginners Guide to Drupal
 
Making Drupal 7 Simple to Use for Everyone
Making Drupal 7 Simple to Use for EveryoneMaking Drupal 7 Simple to Use for Everyone
Making Drupal 7 Simple to Use for Everyone
 
CUST-3 Document Management with Share
CUST-3 Document Management with ShareCUST-3 Document Management with Share
CUST-3 Document Management with Share
 
Dipping Your Toe into Drupal 8 Module Development
Dipping Your Toe into Drupal 8 Module DevelopmentDipping Your Toe into Drupal 8 Module Development
Dipping Your Toe into Drupal 8 Module Development
 
Drupal 7
Drupal 7Drupal 7
Drupal 7
 
Introduction to the Drupal - Web Experience Toolkit
Introduction to the Drupal - Web Experience ToolkitIntroduction to the Drupal - Web Experience Toolkit
Introduction to the Drupal - Web Experience Toolkit
 
Contributions: what they are and how to find them
Contributions: what they are and how to find themContributions: what they are and how to find them
Contributions: what they are and how to find them
 
Choosing an Open Source CMS
Choosing an Open Source CMSChoosing an Open Source CMS
Choosing an Open Source CMS
 
Drupal Webinar
Drupal WebinarDrupal Webinar
Drupal Webinar
 
Drupaldelphia 2013 Presentation- Making Your Site more Friendly to Search Eng...
Drupaldelphia 2013 Presentation- Making Your Site more Friendly to Search Eng...Drupaldelphia 2013 Presentation- Making Your Site more Friendly to Search Eng...
Drupaldelphia 2013 Presentation- Making Your Site more Friendly to Search Eng...
 
Drupal - presentazione formazione sessione I
Drupal - presentazione formazione sessione IDrupal - presentazione formazione sessione I
Drupal - presentazione formazione sessione I
 
Drupal 6x Installation
Drupal 6x Installation Drupal 6x Installation
Drupal 6x Installation
 
197 ssp seminar05_murphy
197 ssp seminar05_murphy197 ssp seminar05_murphy
197 ssp seminar05_murphy
 
Blisstering drupal module development ppt v1.2
Blisstering drupal module development ppt v1.2Blisstering drupal module development ppt v1.2
Blisstering drupal module development ppt v1.2
 
Intro to Features Module on Drupal
Intro to Features Module on DrupalIntro to Features Module on Drupal
Intro to Features Module on Drupal
 
Beginner's guide to drupal
Beginner's guide to drupalBeginner's guide to drupal
Beginner's guide to drupal
 
Vskills certified open source cms drupal professional sample material
Vskills certified open source cms drupal professional sample materialVskills certified open source cms drupal professional sample material
Vskills certified open source cms drupal professional sample material
 

Recently uploaded

Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfSeasiaInfotech2
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 

Recently uploaded (20)

Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdf
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 

Presentation Drupal Content Management Framework

  • 1. Drupal a content management framework Thursday, January 28, 2010
  • 2. What is Drupal? Thursday, January 28, 2010 Drupal is a free and open-source content management framework that is stable, flexible, and has a large community of contributors and maintainers.
  • 3. PHP SQL Thursday, January 28, 2010 it is built with PHP & is most commonly used with MySQL. However, it’s database abstraction layer allows for it to easily support multiple database servers.
  • 4. • Auto-complete • Drag & Drop jQuery • Table Sorting • Sticky Table Headers Thursday, January 28, 2010 Drupal is also distributed with jQuery and allows for easy integration of features such as auto-complete, nested dray & drop ordering, table header sorting, & sticky table headers.
  • 5. Is Drupal is easy to use? Thursday, January 28, 2010 Yes, you can have it setup and you’ll be able to start posting content within 5 to 10 minutes without a problem.
  • 6. So I installed it, but it’s ugly. Thursday, January 28, 2010 Yes, the default user interface is not as nice as some others out there.
  • 7. I can’t stand it the UI though. Thursday, January 28, 2010 There are several modules and themes available that only take a few minutes to download and install. They help a lot. Or you could always take a little time and make your own pretty easily once you get the hang of the theming system
  • 8. Thursday, January 28, 2010 There are several modules and themes available that only take a few minutes to download and install. They help a lot. Or you could always take a little time and make your own pretty easily once you get the hang of the theming system
  • 9. Thursday, January 28, 2010 There are several modules and themes available that only take a few minutes to download and install. They help a lot.
  • 10. It’s still ugly. Thursday, January 28, 2010 With the help of the Devel module and a little bit of CSS you can come up with your own admin theme easily.
  • 11. Thursday, January 28, 2010 With the help of the Devel module and a little bit of CSS you can come up with your own admin theme easily. This particular interface is for a Drupal-based aggregation applicaiton called Managing News.
  • 12. Why Drupal then? Thursday, January 28, 2010 Drupal might lack in the pretty default interface, but it makes up for it with it’s stability, flexibility and powerful API’s. Drupal also has a large collection of reliable modules that have been contributed by the Drupal community.
  • 13. • Custom Types Content • Custom Fields Types • No coding necessary Thursday, January 28, 2010 Drupals gives administrators the ability to create custom content types and custom content fields with the CCK module. quickly and via a simple interface is one of the top reasons Drupal is so superior over other blog software and CMS solutions. While Drupal provides you with base content types like story or page, you can remove these and create your own custom types of content.
  • 14. Thursday, January 28, 2010 Drupals gives administrators the ability to create custom content types and custom content fields withthe CCK module. quickly and via a simple interface is one of the top reasons Drupal is so superior over other blog software and CMS solutions. While Drupal provides you with base content types like story or page, you can remove these and create your own custom types of content.
  • 15. Thursday, January 28, 2010 Drupals gives administrators the ability to create custom content types and custom content fields withthe CCK module. quickly and via a simple interface is one of the top reasons Drupal is so superior over other blog software and CMS solutions. While Drupal provides you with base content types like story or page, you can remove these and create your own custom types of content.
  • 16. • Drag & Drop UI Menu API • Attribute Control • Internal/External Thursday, January 28, 2010 The Menu API is available to the Drupal’s module system and also has an easy to use, drag & drop interface to create menu’s from within the administration area. With the help of the Menu Attributes module you can easily update all of the attributes the anchor tag provides you, from the ID or class attribute down to the REL attribute.
  • 17. • Alias System Paths • 403/404 Redirects • Automated URLs Thursday, January 28, 2010
  • 18. Thursday, January 28, 2010 The Menu API is available to the Drupal’s module system and also has an easy to use, drag & drop interface to create menu’s from within the administration area. With the help of the Menu Attributes module you can easily update all of the attributes the anchor tag provides you, from the ID or class attribute down to the REL attribute.
  • 19. • Drag & Drop UI Taxonomy • Free-form (tags) • Structured (category) Thursday, January 28, 2010 Drupal also provides a multi-level, drag and drop user interface similar to the Menu API’s for creating taxonomies.
  • 20. • Files • Nodes (basic content) Form API • Revisions • Taxonomy Terms • Users Thursday, January 28, 2010 The Form API provides module developers with a quick, array-based way to create, validate, and submit custom form data to the settings table or to custom, module-specific tables.
  • 21. • Administration Access • Content Types Control • Content Fields • Settings Thursday, January 28, 2010 Drupal provides adminstrators the ability to create an unlimited number of custom roles. The administrator can turn around and apply fine-grained view and edit permissions on content types, fields within content types, and even the ability to limit access to admin or user created pages. Setting permissions and creating roles can be handle via a module or through the easy to use admin interface.
  • 22. Thursday, January 28, 2010 Drupal provides adminstrators the ability to create an unlimited number of custom roles. The administrator can turn around and apply fine-grained view and edit permissions on content types, fields within content types, and even the ability to limit access to admin or user created pages. Setting permissions and creating roles can be handle via a module or through the easy to use admin interface.
  • 23. • Files • Nodes (basic content) Views • Revisions • Taxonomy Terms • Users Thursday, January 28, 2010 Views is a UI for creating pages, page elements, and searchable indexes from practically any site data.
  • 24. • Blocks or Widgets • Forms Cache • Pages & compress • Theme Templates • Views Thursday, January 28, 2010 Drupal provides easy to use ways to cache and compress the pages and elements you serve ot your users.
  • 25. • Stylesheets Combine • Javascript Thursday, January 28, 2010 CSS & JS can get a little out of hand from time to time. You’ll end up loading around 12 Javascript files and sometimes 15 or more CSS files. These files come from the core modules, contributed modules, and of course your theme. Drupal provides a simple on/off CSS and JS file combiners, granted you include your files correctly when using them within modules and themes.
  • 26. • Contributed Modules Upgrades • Documentation • Schema Changes Thursday, January 28, 2010 Upgrades, primarily when using contributed modules, can be frustrating and difficult. Depending on the module maintainer, upgrade paths form full version 1 to 2 or 2 to 3, often contain bugs when updating database tables and sometimes the upgrade path’s just don’t exist. ALWAYS READ THE INSTALL & README DOCS... if all else fails SEARCH
  • 27. • Contributed Theme Default UI • Professional Theme • Custom Theme Thursday, January 28, 2010
  • 28. • Drupal.org Search Help • Confusing Tutorials Thursday, January 28, 2010 Drupal.org’s search does not always work well. Use google site search, you’ll come up with things quicker. The tutorials are often confusing are mostly written for individuals that have a firm grasp on PHP.
  • 29. • Backup & Migrate Getting • CCK • Context Started • Panels • Views Thursday, January 28, 2010 basic
  • 30. • Menu Attributes • Nodewords Getting • Path Redirect Started • Page Title • Pathauto • XMLSitemap Thursday, January 28, 2010 search engine optimization
  • 31. • Admin Menu Getting • Admin Theme • Form Defaults Started • Vertical Tabs • WYSIWYG API Thursday, January 28, 2010 UI
  • 32. • Use Version Control • Backup Often Tips • Use Stable Versions • Get to know PHP • IRC Thursday, January 28, 2010 • Always use Version Control - hosted sevices available • Backup your database often, and especially before installing and testing contributed modules • Never use dev, alpha, rc of Drupal modules unless you really know what’s going on • When you’re creating CCK fields use descriptive names • Get to know PHP, Drupal is much more of a developer’s friend than a designers
  • 33. • Demos • Questions Meetup • Tutorials • Monthly Thursday, January 28, 2010 • site/project demonstrations • good place to ask questions • present a tutorial (last one was Drush a drupal shell command module) • 2nd or 3rd week of each month
  • 34. @joshuapowell www.developedsimple.com Thursday, January 28, 2010