SlideShare una empresa de Scribd logo
1 de 93
Drupal in a DayBogotá Presentador:  Jairo Pinzón – Gerente General SeeD Instructores:  Aldibier Morales – Director de IT SeeD Federico Jaramillo – Gerente de DesarrolloSeeD
TODO LO QUE SIEMPRE QUISO SABER Y NUNCA SE ATREVIÓ A PREGUNTAR ¿QUÉ ES DRUPAL? Es una comunidad de software libre basada en una herramienta de construcción Web. Actualmente Drupal es visto como uno de los mejores «frameworks» para aplicaciones y desarrollos web disponibles y cada vez tiene más adeptos en todo el mundo
¿SABIA UD? QUE Drupal es una adaptación al Inglés  de la palabra Alemana druppel, que significa gota, Como por ejemplo en  «WaterDroplet « HISTORIA DE DRUPAL Originalmente el código fue escrito por DriesBuytaert como una consola de mensajes; Drupal se convirtió en un proyecto de código abierto en 2001. Una gran comunidad ahora ayuda en su constante desarrollo en la medida en que Drupal crece rápidamente.
DrupalCon es una reunión bi-anual que hacen los drupaleros para aprender, discutir y avanzar en el desarrollo de Drupal y para conectarse con otros miembros de la comunidad
PREMIOS
Lo queveremos hoy ? Introducción Antecedentes Resaltar la arquitectura de Drupal PaseoPráctico PrincipalesConceptos Desmitificar la jerga Puntos Clave FuncionalidadÚnica Configuración Avanzado Conectar los conceptos Lo quéesposible Recoger ¿Quésigue? Preguntas  & Respuestas ? ? ? ? ?
Sesión 1. Introducción Todosobre Drupal
El fenómeno Drupal
El Crecimiento de Drupal Drupal - Descargasmás de 230,000 vecessolo en  marzo de 2010 Más de 6,700modulos contribuídos      Disponibles De los cuales 5,000 son de hace un año Cerca de  3,000 personasAsistieron al DrupalCon de San Francisco600% de crecimiento en 2 años
DrupalCon Chicago Recibió a  3,000 personas de nuevo
Estoesunacomunidad Encuentros, trabajo de campo , y  Conferencias By Narno Eventos Drupal DrupalConCopenague 23-27 de  agosto http://cph2010.drupal.org/  By Narno  By beta.robot
Parte 1 Entender los fundamentos de Drupal
Es un Software de publicación de contenidos=> Base paracreación de sitiosparticipativos Flujos de trabajo blogs / wikis Redes Sociales foros/  comentarios taxonomía Búsqueda RSS contenido Estadísticas Calificación tagging Usuarios Gestor de contenido CMS Software Herramientas Participativas “Social Publishing Systems” © 2010 Acquia, Inc.
Carrusel de imágenes http://www.bestbuymobile.com/
Menús Bloques http://about.digg.com/
capasporsecciónpersonalizables
Sitios Multi idioma http://www.amnesty.org/en
Sitios Multi idioma http://www.amnesty.org/ar
MadeLoud.com Menús Vistas Bloques © 2010 Acquia, Inc.
Calificaciones Archivos de descarga
Light Box Deslizador –(Slider) http://www.christinaaguilera.com
Eventos Video Slideshow http://buytaert.net/eric-clapton-using-drupal
Posibilidades con Drupal
Cartoon Network
Young & Rubicam
¿Cómohace Drupal todoesto? Los principalescomponentes de  “un Drupal”
© 2010 Acquia, Inc.  Drupal Basics: Nodes Structured content Different types Model data Nodes are not: Comments Users Listings of content But you can make comments and users into nodes… if you need to.
© 2010 Acquia, Inc.  Drupal Basics: Users Define custom roles Control account creation Set granular access controls by role
© 2010 Acquia, Inc.  Drupal Basics: Lists Listing of content Forum, Blog, Views, Views query builder for lists of information Table, grid, list, custom Sorting, filtering Define relationships Create pages, blocks and RSS feeds
© 2010 Acquia, Inc.  Drupal Basics: Structure Menus, breadcrumbs, blocks What should appear where and when and for who Defined with your rules about
Drupal Basics: Functionality What will user do? Create content Vote Submit Buy Who can do this? Where and how is it done
© 2010 Acquia, Inc.  Drupal Basics: Themes Content presentation layer Separate from data Defines how content is displayed Flexible, customizable Control visual layout and rendering markup
Modules add functionality Drupal Core ,[object Object]
Permissions
Access to content,[object Object]
Exercise A: Change Site Settings
Compare to Dreamweaver
Drupal – database driven In Site configuration > Site information > Footer message
Compare to Wordpress Theming in Wordpress Example template code $featuredPosts = newWP_Query();  $featuredPosts->query('showposts=5&cat=3');
Drupal: back end configuration http://drupal.org/project/views
Part 3 Modules: extending Drupal functionality
Compare to Joomla
Drupal: leverage existing functionality http://drupal.org/project/twitter
“Don’t hack core” ✖ ✖
© 2010 Acquia, Inc.  Drupal Basics: Modules Plugins that extend Drupal functionality More than 1,800 community modules available Often controlled by role-based permissions
Economist.com
Economist.com Decisions module Feedback module
Exercise B: Enable a module
Twitter module Random sort http://www.stubru.be/
Part 4-5 Creating and Managing Content
Exercise C-E: Managing Content
Split summary Divides the text
Controls teaser and full view Automatic Controlled
Filters
Review Basic building blocks of Drupal The range of modules available How to access this functionality How to manage content
Examiner.com User roles for publishing Slideshow Calendar
Examiner.com Categorized content Multiple hierarchies
Session 2. Overview Hands-on tour of content management
What we’ll do in this session Part 1: Creating a simple content type Part 2: Organize your content with taxonomy Part 3: URLs and Paths to content	 Part 4: Automating path creation	 Part 5: Users, roles and permissions Part 6: Create a role Part 7: Comments
Part 1 Creating a simple content type
Part 5
Users, roles and permissions
http://nl.yunomi.be/
A list of all the members of the site. http://nl.yunomi.be/
Think about your users
Review What do we know about content management in Drupal? What are content types? What is a node? How can we organize content? How do I turn off comments for an entire content type?  What is a user as opposed to a role?
Session 3. Regions, Blocks and Layout Hands-on tour
Navigation and Layout Part 1: Control where content appears with Regions, Blocks Part 2: Navigation and the menu system	 Part 3: Control how your site looks with Themes	 Part 4: Administration Theme
Header region Right region
User login block Search block Custom menu Views block output with Quicktabs Recent poll block
Navigate: Site Building > Blocks
Navigate: Site Building > Blocks
“Enabled” v “Expanded”
Page construction in Drupal Page
Pulls in regions defined in theme Page  Header Content Sidebar Footer
Blocks are assigned to regions Page  Header Content Sidebar User login Recent poll Footer
Menus are also arranged as blocks Page  Header Primary links menu Content Sidebar User login Recent poll Footer
Session 4. Advanced configuration Hands-on tour
Advanced Configuration Part 1: Extend a custom content type Part 2: Add an image to a content type	 Part 3: Create a view block of that content Part 4: Place that block on the page Part 5: Improve find-ability and Configure Search
What do we know so far
Meet CCK Define a content type Select default settings Comments allowed? Promoted to front page? Add fields Data type: text, integer Form widget, select box, radio buttons Display, how it shows up Fields appearing in forms
CCK fields Datatype Numerical, long text, text, etc Options widgets Select lists, checkboxes, image upload.  Validation options. Display How to display the content
Add an image field Multiple uploads per field Two different image fields
Create SimpleView listings of content Query content Filter out content types Sort by date Examples List of titles in a sidebar block. Titles, summary and links on a page.
Custom content What kinds of content would you like on your site? Would it have comments? Does it appear on the front page in a list by default?
Session 5: Review & Questions	 Recap and Where to go next?
1 2 3 5 6 4
What do we know about Drupal? Review what we learned... Any questions?

Más contenido relacionado

La actualidad más candente

Ud01 Weblogs externs
Ud01 Weblogs externsUd01 Weblogs externs
Ud01 Weblogs externsXabi Gual
 
Blog s (1) (1) MICH
Blog s (1) (1) MICHBlog s (1) (1) MICH
Blog s (1) (1) MICHMiCh Rm
 
Presentacion Informatica Juridica
Presentacion Informatica JuridicaPresentacion Informatica Juridica
Presentacion Informatica Juridicaguest0eb14e
 
Taller mantenimiento Davinson
Taller mantenimiento DavinsonTaller mantenimiento Davinson
Taller mantenimiento Davinsondavinson16
 
Blogs, blogger y wordpress
Blogs, blogger y wordpressBlogs, blogger y wordpress
Blogs, blogger y wordpresscrhz
 
Diferencias entre blog vs páginas web
Diferencias entre blog vs páginas webDiferencias entre blog vs páginas web
Diferencias entre blog vs páginas webmigueell11
 
Herramientas utilizadas en clases
Herramientas utilizadas en clasesHerramientas utilizadas en clases
Herramientas utilizadas en clasesTatiana Sandoval
 
Ec01 nataliavanesa benavidesbenavide_11cjt_man_1p_c01_e10
Ec01 nataliavanesa benavidesbenavide_11cjt_man_1p_c01_e10Ec01 nataliavanesa benavidesbenavide_11cjt_man_1p_c01_e10
Ec01 nataliavanesa benavidesbenavide_11cjt_man_1p_c01_e10Natalia Page
 

La actualidad más candente (16)

Web 2.0
Web 2.0Web 2.0
Web 2.0
 
Blogs
BlogsBlogs
Blogs
 
Herramientas Web 2
Herramientas Web 2Herramientas Web 2
Herramientas Web 2
 
Ud01 Weblogs externs
Ud01 Weblogs externsUd01 Weblogs externs
Ud01 Weblogs externs
 
Web 3.0 Carlos Vielma
Web 3.0 Carlos VielmaWeb 3.0 Carlos Vielma
Web 3.0 Carlos Vielma
 
Blog s (1) (1) MICH
Blog s (1) (1) MICHBlog s (1) (1) MICH
Blog s (1) (1) MICH
 
Presentacion Informatica Juridica
Presentacion Informatica JuridicaPresentacion Informatica Juridica
Presentacion Informatica Juridica
 
Taller mantenimiento Davinson
Taller mantenimiento DavinsonTaller mantenimiento Davinson
Taller mantenimiento Davinson
 
Blogs, blogger y wordpress
Blogs, blogger y wordpressBlogs, blogger y wordpress
Blogs, blogger y wordpress
 
Blog Educativo
Blog EducativoBlog Educativo
Blog Educativo
 
Diferencias entre blog vs páginas web
Diferencias entre blog vs páginas webDiferencias entre blog vs páginas web
Diferencias entre blog vs páginas web
 
Herramientas utilizadas en clases
Herramientas utilizadas en clasesHerramientas utilizadas en clases
Herramientas utilizadas en clases
 
Ec01 nataliavanesa benavidesbenavide_11cjt_man_1p_c01_e10
Ec01 nataliavanesa benavidesbenavide_11cjt_man_1p_c01_e10Ec01 nataliavanesa benavidesbenavide_11cjt_man_1p_c01_e10
Ec01 nataliavanesa benavidesbenavide_11cjt_man_1p_c01_e10
 
Presentacion jeisson sergio
Presentacion jeisson   sergioPresentacion jeisson   sergio
Presentacion jeisson sergio
 
Impweb web 20_y_redes_sociales2
Impweb web 20_y_redes_sociales2Impweb web 20_y_redes_sociales2
Impweb web 20_y_redes_sociales2
 
Blog
BlogBlog
Blog
 

Destacado

Provisional constitution of the republic of the philippines
Provisional constitution of the republic of the philippinesProvisional constitution of the republic of the philippines
Provisional constitution of the republic of the philippineskRsh jAra fEraNdeZ
 
Carat media news letter 711 Report
Carat media news letter 711 ReportCarat media news letter 711 Report
Carat media news letter 711 ReportDoris Wang
 
ο πολεμος του παγωτου βατομουρου
ο πολεμος  του  παγωτου  βατομουρουο πολεμος  του  παγωτου  βατομουρου
ο πολεμος του παγωτου βατομουρουΠαναγιώτης Μίτσης
 
Carat media news letter-750 report
Carat media news letter-750 reportCarat media news letter-750 report
Carat media news letter-750 reportDoris Wang
 
Carat media news_letter 752 report
Carat media news_letter 752 reportCarat media news_letter 752 report
Carat media news_letter 752 reportDoris Wang
 
Philippine history during the spanish colonial times
Philippine history during the spanish colonial timesPhilippine history during the spanish colonial times
Philippine history during the spanish colonial timeskRsh jAra fEraNdeZ
 
Carat media newsletter-799
Carat media newsletter-799Carat media newsletter-799
Carat media newsletter-799Doris Wang
 

Destacado (19)

Provisional constitution of the republic of the philippines
Provisional constitution of the republic of the philippinesProvisional constitution of the republic of the philippines
Provisional constitution of the republic of the philippines
 
J presentation
J presentationJ presentation
J presentation
 
Mother' s Day
Mother' s DayMother' s Day
Mother' s Day
 
Ordenar numerais até 30
Ordenar numerais até 30Ordenar numerais até 30
Ordenar numerais até 30
 
J presentation
J presentationJ presentation
J presentation
 
Carat media news letter 711 Report
Carat media news letter 711 ReportCarat media news letter 711 Report
Carat media news letter 711 Report
 
Vietnam
VietnamVietnam
Vietnam
 
ο πολεμος του παγωτου βατομουρου
ο πολεμος  του  παγωτου  βατομουρουο πολεμος  του  παγωτου  βατομουρου
ο πολεμος του παγωτου βατομουρου
 
Carat media news letter-750 report
Carat media news letter-750 reportCarat media news letter-750 report
Carat media news letter-750 report
 
Carat media news_letter 752 report
Carat media news_letter 752 reportCarat media news_letter 752 report
Carat media news_letter 752 report
 
Vietnam
VietnamVietnam
Vietnam
 
2012 possibilities
2012 possibilities2012 possibilities
2012 possibilities
 
El filibusterismo
El filibusterismoEl filibusterismo
El filibusterismo
 
Philippine history during the spanish colonial times
Philippine history during the spanish colonial timesPhilippine history during the spanish colonial times
Philippine history during the spanish colonial times
 
Carat media newsletter-799
Carat media newsletter-799Carat media newsletter-799
Carat media newsletter-799
 
Edsa people power revolution
Edsa people power revolutionEdsa people power revolution
Edsa people power revolution
 
Emilio jacinto
Emilio jacintoEmilio jacinto
Emilio jacinto
 
Francisco baltazar
Francisco baltazarFrancisco baltazar
Francisco baltazar
 
The philippine revolution
The philippine revolutionThe philippine revolution
The philippine revolution
 

Similar a Drupal in a day - SeeD

Similar a Drupal in a day - SeeD (20)

Drupal Workshop
Drupal WorkshopDrupal Workshop
Drupal Workshop
 
Taller de Drupal 1
Taller de Drupal 1Taller de Drupal 1
Taller de Drupal 1
 
DRUPAL - caracteristicas
DRUPAL - caracteristicasDRUPAL - caracteristicas
DRUPAL - caracteristicas
 
Introducción a Drupal
Introducción a DrupalIntroducción a Drupal
Introducción a Drupal
 
Introduccion a Drupal
Introduccion a DrupalIntroduccion a Drupal
Introduccion a Drupal
 
DRUPAL
DRUPALDRUPAL
DRUPAL
 
Taller de drupal7
Taller de drupal7Taller de drupal7
Taller de drupal7
 
Taller de drupal7
Taller de drupal7Taller de drupal7
Taller de drupal7
 
Introduccion a la Web 20
Introduccion a la Web 20Introduccion a la Web 20
Introduccion a la Web 20
 
Power Tecnologías Nuevas
Power Tecnologías NuevasPower Tecnologías Nuevas
Power Tecnologías Nuevas
 
Drupal para medios de comunicación | OpenPublish
Drupal para medios de comunicación | OpenPublishDrupal para medios de comunicación | OpenPublish
Drupal para medios de comunicación | OpenPublish
 
Drupal como cms
Drupal como cmsDrupal como cms
Drupal como cms
 
I summit01
I summit01I summit01
I summit01
 
Joomla Cms
Joomla CmsJoomla Cms
Joomla Cms
 
1.1.1.8 lab researching network collaboration tools
1.1.1.8 lab   researching network collaboration tools1.1.1.8 lab   researching network collaboration tools
1.1.1.8 lab researching network collaboration tools
 
Que es la wep
Que es la wepQue es la wep
Que es la wep
 
PLATAFORMAS LMS
PLATAFORMAS LMSPLATAFORMAS LMS
PLATAFORMAS LMS
 
Web 2.0
Web 2.0Web 2.0
Web 2.0
 
01 blogs[1]
01 blogs[1]01 blogs[1]
01 blogs[1]
 
Presentación1
Presentación1Presentación1
Presentación1
 

Último

AREA TECNOLOGIA E INFORMATICA TRABAJO EN EQUIPO
AREA TECNOLOGIA E INFORMATICA TRABAJO EN EQUIPOAREA TECNOLOGIA E INFORMATICA TRABAJO EN EQUIPO
AREA TECNOLOGIA E INFORMATICA TRABAJO EN EQUIPOnarvaezisabella21
 
Los Microcontroladores PIC, Aplicaciones
Los Microcontroladores PIC, AplicacionesLos Microcontroladores PIC, Aplicaciones
Los Microcontroladores PIC, AplicacionesEdomar AR
 
tics en la vida cotidiana prepa en linea modulo 1.pptx
tics en la vida cotidiana prepa en linea modulo 1.pptxtics en la vida cotidiana prepa en linea modulo 1.pptx
tics en la vida cotidiana prepa en linea modulo 1.pptxazmysanros90
 
Presentación inteligencia artificial en la actualidad
Presentación inteligencia artificial en la actualidadPresentación inteligencia artificial en la actualidad
Presentación inteligencia artificial en la actualidadMiguelAngelVillanuev48
 
TEMA 2 PROTOCOLO DE EXTRACCION VEHICULAR.ppt
TEMA 2 PROTOCOLO DE EXTRACCION VEHICULAR.pptTEMA 2 PROTOCOLO DE EXTRACCION VEHICULAR.ppt
TEMA 2 PROTOCOLO DE EXTRACCION VEHICULAR.pptJavierHerrera662252
 
Mapa-conceptual-del-Origen-del-Universo-3.pptx
Mapa-conceptual-del-Origen-del-Universo-3.pptxMapa-conceptual-del-Origen-del-Universo-3.pptx
Mapa-conceptual-del-Origen-del-Universo-3.pptxMidwarHenryLOZAFLORE
 
Medidas de formas, coeficiente de asimetría y coeficiente de curtosis.pptx
Medidas de formas, coeficiente de asimetría y coeficiente de curtosis.pptxMedidas de formas, coeficiente de asimetría y coeficiente de curtosis.pptx
Medidas de formas, coeficiente de asimetría y coeficiente de curtosis.pptxaylincamaho
 
La Electricidad Y La Electrónica Trabajo Tecnología.pdf
La Electricidad Y La Electrónica Trabajo Tecnología.pdfLa Electricidad Y La Electrónica Trabajo Tecnología.pdf
La Electricidad Y La Electrónica Trabajo Tecnología.pdfjeondanny1997
 
El_Blog_como_herramienta_de_publicacion_y_consulta_de_investigacion.pptx
El_Blog_como_herramienta_de_publicacion_y_consulta_de_investigacion.pptxEl_Blog_como_herramienta_de_publicacion_y_consulta_de_investigacion.pptx
El_Blog_como_herramienta_de_publicacion_y_consulta_de_investigacion.pptxAlexander López
 
tarea de exposicion de senati zzzzzzzzzz
tarea de exposicion de senati zzzzzzzzzztarea de exposicion de senati zzzzzzzzzz
tarea de exposicion de senati zzzzzzzzzzAlexandergo5
 
Red Dorsal Nacional de Fibra Óptica y Redes Regionales del Perú
Red Dorsal Nacional de Fibra Óptica y Redes Regionales del PerúRed Dorsal Nacional de Fibra Óptica y Redes Regionales del Perú
Red Dorsal Nacional de Fibra Óptica y Redes Regionales del PerúCEFERINO DELGADO FLORES
 
Tecnologias Starlink para el mundo tec.pptx
Tecnologias Starlink para el mundo tec.pptxTecnologias Starlink para el mundo tec.pptx
Tecnologias Starlink para el mundo tec.pptxGESTECPERUSAC
 
Modelo de Presentacion Feria Robotica Educativa 2024 - Versión3.pptx
Modelo de Presentacion Feria Robotica Educativa 2024 - Versión3.pptxModelo de Presentacion Feria Robotica Educativa 2024 - Versión3.pptx
Modelo de Presentacion Feria Robotica Educativa 2024 - Versión3.pptxtjcesar1
 
Excel (1) tecnologia.pdf trabajo Excel taller
Excel  (1) tecnologia.pdf trabajo Excel tallerExcel  (1) tecnologia.pdf trabajo Excel taller
Excel (1) tecnologia.pdf trabajo Excel tallerValentinaTabares11
 
FloresMorales_Montserrath_M1S3AI6 (1).pptx
FloresMorales_Montserrath_M1S3AI6 (1).pptxFloresMorales_Montserrath_M1S3AI6 (1).pptx
FloresMorales_Montserrath_M1S3AI6 (1).pptx241522327
 
El uso de las tic en la vida ,lo importante que son
El uso de las tic en la vida ,lo importante  que sonEl uso de las tic en la vida ,lo importante  que son
El uso de las tic en la vida ,lo importante que son241514984
 
Actividad integradora 6 CREAR UN RECURSO MULTIMEDIA
Actividad integradora 6    CREAR UN RECURSO MULTIMEDIAActividad integradora 6    CREAR UN RECURSO MULTIMEDIA
Actividad integradora 6 CREAR UN RECURSO MULTIMEDIA241531640
 
Trabajo de tecnología excel avanzado.pdf
Trabajo de tecnología excel avanzado.pdfTrabajo de tecnología excel avanzado.pdf
Trabajo de tecnología excel avanzado.pdfedepmariaperez
 
Presentación sobre la Inteligencia Artificial
Presentación sobre la Inteligencia ArtificialPresentación sobre la Inteligencia Artificial
Presentación sobre la Inteligencia Artificialcynserafini89
 
GonzalezGonzalez_Karina_M1S3AI6... .pptx
GonzalezGonzalez_Karina_M1S3AI6... .pptxGonzalezGonzalez_Karina_M1S3AI6... .pptx
GonzalezGonzalez_Karina_M1S3AI6... .pptx241523733
 

Último (20)

AREA TECNOLOGIA E INFORMATICA TRABAJO EN EQUIPO
AREA TECNOLOGIA E INFORMATICA TRABAJO EN EQUIPOAREA TECNOLOGIA E INFORMATICA TRABAJO EN EQUIPO
AREA TECNOLOGIA E INFORMATICA TRABAJO EN EQUIPO
 
Los Microcontroladores PIC, Aplicaciones
Los Microcontroladores PIC, AplicacionesLos Microcontroladores PIC, Aplicaciones
Los Microcontroladores PIC, Aplicaciones
 
tics en la vida cotidiana prepa en linea modulo 1.pptx
tics en la vida cotidiana prepa en linea modulo 1.pptxtics en la vida cotidiana prepa en linea modulo 1.pptx
tics en la vida cotidiana prepa en linea modulo 1.pptx
 
Presentación inteligencia artificial en la actualidad
Presentación inteligencia artificial en la actualidadPresentación inteligencia artificial en la actualidad
Presentación inteligencia artificial en la actualidad
 
TEMA 2 PROTOCOLO DE EXTRACCION VEHICULAR.ppt
TEMA 2 PROTOCOLO DE EXTRACCION VEHICULAR.pptTEMA 2 PROTOCOLO DE EXTRACCION VEHICULAR.ppt
TEMA 2 PROTOCOLO DE EXTRACCION VEHICULAR.ppt
 
Mapa-conceptual-del-Origen-del-Universo-3.pptx
Mapa-conceptual-del-Origen-del-Universo-3.pptxMapa-conceptual-del-Origen-del-Universo-3.pptx
Mapa-conceptual-del-Origen-del-Universo-3.pptx
 
Medidas de formas, coeficiente de asimetría y coeficiente de curtosis.pptx
Medidas de formas, coeficiente de asimetría y coeficiente de curtosis.pptxMedidas de formas, coeficiente de asimetría y coeficiente de curtosis.pptx
Medidas de formas, coeficiente de asimetría y coeficiente de curtosis.pptx
 
La Electricidad Y La Electrónica Trabajo Tecnología.pdf
La Electricidad Y La Electrónica Trabajo Tecnología.pdfLa Electricidad Y La Electrónica Trabajo Tecnología.pdf
La Electricidad Y La Electrónica Trabajo Tecnología.pdf
 
El_Blog_como_herramienta_de_publicacion_y_consulta_de_investigacion.pptx
El_Blog_como_herramienta_de_publicacion_y_consulta_de_investigacion.pptxEl_Blog_como_herramienta_de_publicacion_y_consulta_de_investigacion.pptx
El_Blog_como_herramienta_de_publicacion_y_consulta_de_investigacion.pptx
 
tarea de exposicion de senati zzzzzzzzzz
tarea de exposicion de senati zzzzzzzzzztarea de exposicion de senati zzzzzzzzzz
tarea de exposicion de senati zzzzzzzzzz
 
Red Dorsal Nacional de Fibra Óptica y Redes Regionales del Perú
Red Dorsal Nacional de Fibra Óptica y Redes Regionales del PerúRed Dorsal Nacional de Fibra Óptica y Redes Regionales del Perú
Red Dorsal Nacional de Fibra Óptica y Redes Regionales del Perú
 
Tecnologias Starlink para el mundo tec.pptx
Tecnologias Starlink para el mundo tec.pptxTecnologias Starlink para el mundo tec.pptx
Tecnologias Starlink para el mundo tec.pptx
 
Modelo de Presentacion Feria Robotica Educativa 2024 - Versión3.pptx
Modelo de Presentacion Feria Robotica Educativa 2024 - Versión3.pptxModelo de Presentacion Feria Robotica Educativa 2024 - Versión3.pptx
Modelo de Presentacion Feria Robotica Educativa 2024 - Versión3.pptx
 
Excel (1) tecnologia.pdf trabajo Excel taller
Excel  (1) tecnologia.pdf trabajo Excel tallerExcel  (1) tecnologia.pdf trabajo Excel taller
Excel (1) tecnologia.pdf trabajo Excel taller
 
FloresMorales_Montserrath_M1S3AI6 (1).pptx
FloresMorales_Montserrath_M1S3AI6 (1).pptxFloresMorales_Montserrath_M1S3AI6 (1).pptx
FloresMorales_Montserrath_M1S3AI6 (1).pptx
 
El uso de las tic en la vida ,lo importante que son
El uso de las tic en la vida ,lo importante  que sonEl uso de las tic en la vida ,lo importante  que son
El uso de las tic en la vida ,lo importante que son
 
Actividad integradora 6 CREAR UN RECURSO MULTIMEDIA
Actividad integradora 6    CREAR UN RECURSO MULTIMEDIAActividad integradora 6    CREAR UN RECURSO MULTIMEDIA
Actividad integradora 6 CREAR UN RECURSO MULTIMEDIA
 
Trabajo de tecnología excel avanzado.pdf
Trabajo de tecnología excel avanzado.pdfTrabajo de tecnología excel avanzado.pdf
Trabajo de tecnología excel avanzado.pdf
 
Presentación sobre la Inteligencia Artificial
Presentación sobre la Inteligencia ArtificialPresentación sobre la Inteligencia Artificial
Presentación sobre la Inteligencia Artificial
 
GonzalezGonzalez_Karina_M1S3AI6... .pptx
GonzalezGonzalez_Karina_M1S3AI6... .pptxGonzalezGonzalez_Karina_M1S3AI6... .pptx
GonzalezGonzalez_Karina_M1S3AI6... .pptx
 

Drupal in a day - SeeD

Notas del editor

  1. You can add slides about your own company, or ALT + TAB to your own website when introducing yourself/company.
  2. By the end of the day, you’ll be able to look at a Drupal site, and understand the main components, and discover how you can get the same results.
  3. Now you know how to navigate the administrative area in Drupal, and how to login. This next session is going to be a hands on tour of the main concepts of Drupal which make it unique from other CMSs.
  4. What is Drupal? It’s a community of open source web developers, business developers, designers and content managers. Participation from people of all backgrounds and skills is appreciated and welcomed.
  5. Plug DrupalCon! Great place to meet collaborators, to hire or be hired, to learn, to socialise.
  6. The people involved are the best resource. Connect locally, and go to conferences to make international friendships. And buy developers beers.
  7. Drupal is also software. This is where it fits: in Social Publishing Systems. It integrates the aspects of content management systems and social software tools.
  8. Many larger companies are using Drupal for sites within their larger network. Drupal excels at content and people.
  9. Drupal used here on a sub-site of Digg’s services. You’ll notice there are some services which they do not use Drupal for.. Drupal is a tool in your tool box and can be integrated with other systems...
  10. For small sites, it can provide excellent flexibility.
  11. Here’s another example of a site in Drupal- Amnesty International. It’s crucial that the site operate in multiple languages, on a variety of machines and connection speeds. (quickly go to next slide)Note to lecturer: Preferably keep this slide as the Amnesty site is the best example of a multi-lingual site with complex needs.
  12. The content changes for language per page. This is the same page in Arabic, displaying RTL. How would you have managed that in HTML? Of course this needs to be translated by staff, but this is a way to manage multiple languages.
  13. Here’s a relatively simple site. By the end of the day, you’ll see how you can add Menus, blocks, views listing content
  14. Go quickly - then extend with additional features…
  15. Go quickly
  16. Event calendars and Slideshows are really pop. Go quickly.
  17. All Drupal sites have the same components. First, we have nodes. We can think of this as the ‘content’. Not everything is a node
  18. Configure user behavior:RegistrationEmailProfilesPictures
  19. Views can create all kinds of queries, in addition to Event listings. You can send lists of content to maps to be viewed.
  20. Drupal’s structure isn’t just the layout, but also, what should appear- where, when and for whom. Site navigation, content or other components. Display content from modules or other sources ImagesAdvertisingTag cloudsContent feedsLinksmuch moreWidgets can be created and placed via the block system in Drupal. There are alternatives to the block system.
  21. You should also think about what people will do.
  22. Drupal’s theme system. Components include CSS files & PHP files with HTMLCan be displayed by user roleSupports sub-themes
  23. Modules combine aspects of control of users, listing content and themes to add functionality to Drupal. They leverage the functionality that exists in Drupal. A hub and spoke model is a good way to think about it. Here’s an example, showing 3 modules working together. The Twitter module connects a Drupal User acct to a Twitter account. This exposes data that Views can display. And Panels can be used to layout those elements on a page.
  24. So let’s get started with Drupal.
  25. Change site functionality.
  26. This is a screenshot of Dreamweaver’s site management overview. Dreamweaver is a WYSIWYG file editor and site management tool. If you just use HTML, your data is stored on all the pages. To update something like a footer on the site, you find and replace all the content. You can use Dreamweaver to connect to a database and use scripting languages such as PHP. But you would have to write your own user management and content management scripts and ensure they are secure.
  27. With Drupal, you can use a widely tested and secure tool to dynamically deliver content to your users. Many of the features you need by default are included, and what features are not in the core installation can be downloaded through additional modules.
  28. With Wordpress, users place content in a database through an Admin interface. This content is displayed through the use of code placed in template files. Placed in a template file, this code will show 5 posts of the category with the ID 3. Instead, the Drupal way is through back-end configuration through the use of Views.
  29. Instead, Drupal prefers more configuration to happen in the administrative interface to control the placement of content in blocks, or the display of lists of content. For example the community has converged on Views as a popular way to build queries. This allows non-programmers to create useful displays of content through a powerful set of options. If talking to developers: Where storing the queries in the database poses performance propblems, these queries can be exported to code.
  30. So let’s try enabling a module, adding functionality to our site.
  31. In Joomla, features are added in a number of ways. Joomla takes an all-in-one approach to functionality. In this example, the Jtweet module no only controls the source of the tweets, allowing only one user. It also controls the menus, whether or not avatars are displayed. Joomla people often find Drupal “chaotic” because control is not located in one place per feature.
  32. Instead, Drupal developers make efforts to reduce duplication of effort. In this example module, Twitter, the Drupal users associate their accounts with a twitter ID. This pulls in their tweets displayed in a sidebar block or on their user profile, and allows them to post to their own Twitter account or a site-wide Twitter account whenever they create new content. The user system handles the users, the menu system handles the menus, and a module called Views handles the display of content. If talking to developers: In this way the community converges on features and maintains a cohesive project which has resisted forking.
  33. Talk about “don’t hack core”. Show where they only make changes to sites/ folder to assist in back up migration and upgrading. Here we see the root folder of Drupal. You will notice the modules folder and the themes folder. Never modify these folders or contents. You can override everything in the sites folder. Instructor opens up an installation of Drupal.
  34. Let’s look at the modules…
  35. Of all the sites you saw so far… You can have this same functionality. Most sites used existing modules, when they do make custom functionality, they often contribute it back to the community. Find something you like, inspect element and see what it’s created by.
  36. For example the decisions module and the feedback module
  37. It’s available at Drupal.org
  38. So let’s try enabling a module, adding functionality to our site.
  39. Here’s an example site leveraging several modules. You can replace this screenshot with another site, but make sure it employs the Twitter module, and you highlight that in the next slide.
  40. Now we’re going to focus on creating content.
  41. Let’s create some content.
  42. Just make a note about summary.
  43. This is an example showing a page listing teasers, like the front page.
  44. Note: filter settings are saved when you set them. Reset to clear filters.
  45. Now when you look at a site like Examiner.com you can start to see how this was created.
  46. And much of the functionality you saw is in the core system. We’ll start trying this out in the next section.
  47. Now you know how to navigate the administrative area in Drupal, and how to login. This next session is going to be a hands on tour of the main concepts of Drupal which make it unique from other CMSs.
  48. This is quite a bit of territory to cover in this session.
  49. Drupal has two default roles, the Anonymous and Authenticated user. You can make custom roles, such as “Editor”. If an authenticated user can access content, so can all the other custom user roles. Those roles inherit the permissions of the basic authenticated user.
  50. Here is a site A site with comments, moderation and front-page (moderation) user-created content.This site has things like 'my favorite articles', 'my favorite recipes', 'add article', 'add recipe', 'become featured woman of the day', ...Members submit content and this material is moderated and promoted.(You can replace this with another site, but make sure it demonstrates user generated content.)
  51. Here is a site A site with comments, moderation and front-page (moderation) user-created content.This site has things like 'my favorite articles', 'my favorite recipes', 'add article', 'add recipe', 'become featured woman of the day', ...Members submit content and this material is moderated and promoted.(You can replace this with another site, but make sure it demonstrates user generated content.)
  52. Ask learners what kinds of users their own site would have. Tease out the difference between a role and a user. Who will use your site? Give them the most limited access and controls they need.
  53. Content types basically become your input forms for content. Nodes, in addition to content like a title or a body, also hold information such as if it is published, who authored the content, revisions, and whether or not content can be commented on.
  54. Now we’re going to talk about how the content is arranged on a page. Let’s walk through a quick introduction to these new concepts.
  55. Here’s an example Drupal website, Opensource.com. We can use this Drupal website as an example to understand how content is arranged in a Drupal site.
  56. Let’s imagine some of the regionsof this site, for example, the Header region and the Right region. Regions are “places” on a page and defined in a theme. They can be customized (that’s all you need to say at this point).
  57. But how is the content assigned to these regions? Some modules are outputting blocks of content. A block is a generic term for a content holder. Can you spot the search block? The Login block? A recent poll block?
  58. The user login and search block are assigned to show in the Header region. In the Right region we have theCustom menu, the Views and Quicktabs block, and Recent poll block. The Recent poll block, for example, is available when you enable the Poll module.
  59. Regions are defined in the themes. You can see available regions on the Blocks administration page. This is Garland, with very few theme regions.
  60. Here’s Acquia Marina. There are considerably more regions, and they are a bit easier to spot.
  61. Let’s try it! Exercise P-S – control how to do blocks. Configure, create blocks, place them. This is on the block management page, at the bottom. We can see a number of disabled blocks. By selecting the region, you can assign them You can also reorder them. Place the recent comments block in the Left sidebar. Main pointtosay:”By changing block arrangement (Without having touched a theme), you have changed the layout of your page. “
  62. Refer to handouts.After adding menu items, they can go to menu management page. They can disable items and nest items.Remark on enabled v expanded and how this depends on the theme.
  63. Before Part 3: Themes – review page construction.Let’s review this idea. This is a abstract model of a page build in Drupal.(Go through these quickly, the slides build. Just talk about what is on the screen here.)
  64. The page you see in your browser pulls in Regions. Regions are defined in the Theme files. They identify parts of the document. The HTML and CSS around the regions are used to control layout and presentation.
  65. Blocks are then assigned to regions. Some modules output blocks. For example, a block displaying a recent poll, or the user login block.
  66. Menuare also placed into regions.
  67. This is the Marinelli theme. On the site. :et’s try this out.
  68. Now we’re going to bring together the concepts and practices we’ve learned so far. This will be a review of things we’ve tried so far, and also extend to try some new things.(The introduction is driven from the slides)
  69. Tell people about the extra modules mentioned. (The printed guide shows modules to suggest, but there won’t be time to show how to install a module. There are resources online showing how to install a module. You can demonstrate it, if you have time.)
  70. This is what we know so far. Fundamental concepts of DrupalHow to navigate the Drupal admin areaHow to enable or disable functionality: per module, per content type, per userHow to place content around the page
  71. Define content typesAdd fieldsCustomize input form with widgets like pull down menus or checkboxes.Activity: Enable CCK
  72. Using learner’s examples, use white board to identify what data types, what form widgets and optionally what display options might be used. Let’s add a custom fiels.
  73. You can configure the image fields in different ways. In this example, a story post on the left allows multiple uploads per field. On the right we see two different fields for the post, with two different Imagecache settings.Let’s try this now.
  74. Create listings of content.Select fields to show.Listings of Nodes, filtered by Type. You can also open these Simple views up in the more complex View interface.
  75. Ask audience for some examples. Elicit what is a content type and what are examples of fields. Ask them to think of a special content type of their own. They will MAKE that content type now.
  76. Let’s look at this site now. You can even visit it in your browser and inspect the HTML. Can you guess how the site was constructed?- You can ask the numbers and have people guess how they would do it. They can also visit the site and inspect it. Can you see some example content types they may have used (Elicit:news, events, profiles)Can you see where you’d use a Simple View? (Elicit: listing news, list events.)Can you identify any regions they may have used? (Elicit: any examples showing the regions of the site, content, sidebar right, or the header)Can you see where a block would be placed? (Elicit the simple views block in the sidebar region)
  77. Use the whiteboard, elicit:Extendable with modules.Customizable content creation and workflows, from CCK to revisions and many modules available for managing content.Search friendly URLs.Role-based access permissions.Social publishing and collaboration tools.Configurable layout and visual design