SlideShare ist ein Scribd-Unternehmen logo
1 von 18
Downloaden Sie, um offline zu lesen
Drupal Design Skills
2012	

!
!
presented by Chris Charlton	

http://xtnd.us
Coding Languages
What languages you
should know today
• XHTML	

• XML	

• CSS 2
What languages you
should know tomorrow
• HTML 5	

• Basic PHP (variables, functions, arrays)	

• jQuery (instead of JavaScript?!?)
What languages you
should know in 2012
• JSON (smaller than XML, devs love it)	

• Intermediate PHP
What do devs know?
• SVN/Git, FTP, SSH	

• HTML/XHTML/XML/CSS	

• JavaScript, jQuery; JSON	

• SQL	

• Devel module & Drush are must haves
Tools
What tools you should
have today or soon
• Testing & Development environment	

• Front-end debugger (Firebug,WebDev Toolbars)	

• Favorite Drupal theme framework	

• Grasp of “960grid”	

• FTP
What tools you should
learn & use (soon)
• Drush (basic commands)	

• SVN & Git (code management software)	

• Devel (module)	

• Coder & Coder Tough Love (modules)
Drupal Design
The order of Drupal
1.Drupal core (bootstrap)	

2.Modules (contrib; non-core)	

3.Theme	

1.theme engine (PHPTemplate)	

2.parent theme (Zen, Omega, Fusion, etc.)	

3.sub-theme
Drupal Theme parts: Level 1
(easy)
• Files (.info, css)	

• Theme Regions	

• Theme Templates (*.tpl.php)	

• Sub-Themes
Drupal Theme parts: Level 2
(medium)
• template.php	

• Theme Hooks (theme_*)	

• Forms API
Drupal 7 Theme parts to know
(medium)
• Required Theme Regions	

• $page (array)	

• Module Hooks (extra credit)
Working in a Team
Plan together
• Will there be a plain parent theme and a
“colored” sub-theme, or just one theme?	

• What CSS #ids & .classes will be used or
made (core styles, module styles, custom)
Split Duties & Code
• DEV	

• Code Modules (module hooks)	

• Generic markup for anything on screen	

• DESIGN	

• Detailed markup (templates or theme hooks)	

• CSS styling
Learn more Drupal
• http://lynda.com	

• http://drupal.org	

• http://ladrupal.org	

• http://drupalcampla.com

Weitere ähnliche Inhalte

Andere mochten auch

e-learning worldwide
e-learning worldwidee-learning worldwide
e-learning worldwide
laurenball
 
101110 satomarullp
101110 satomarullp101110 satomarullp
101110 satomarullp
Taishi Azuma
 
十全居士第三組
十全居士第三組十全居士第三組
十全居士第三組
emma
 

Andere mochten auch (6)

e-learning worldwide
e-learning worldwidee-learning worldwide
e-learning worldwide
 
Gender planing as an input to engender governance coloured 11-2-09
Gender planing as an input to engender governance  coloured 11-2-09Gender planing as an input to engender governance  coloured 11-2-09
Gender planing as an input to engender governance coloured 11-2-09
 
Politicalengagement
PoliticalengagementPoliticalengagement
Politicalengagement
 
101110 satomarullp
101110 satomarullp101110 satomarullp
101110 satomarullp
 
十全居士第三組
十全居士第三組十全居士第三組
十全居士第三組
 
Tuyệt đẹp bộ ảnh bé và cún cưng hóa trang giống nhau dưới ống kính của mẹ
Tuyệt đẹp bộ ảnh bé và cún cưng hóa trang giống nhau dưới ống kính của mẹTuyệt đẹp bộ ảnh bé và cún cưng hóa trang giống nhau dưới ống kính của mẹ
Tuyệt đẹp bộ ảnh bé và cún cưng hóa trang giống nhau dưới ống kính của mẹ
 

Mehr von Chris Charlton

Lightning Talk: Drush aliases (Drupal Camp LA 2013)
Lightning Talk: Drush aliases (Drupal Camp LA 2013)Lightning Talk: Drush aliases (Drupal Camp LA 2013)
Lightning Talk: Drush aliases (Drupal Camp LA 2013)
Chris Charlton
 
Site Aliases: Powerful Drupal Administration Using Drush by Chris Charlton
Site Aliases: Powerful Drupal Administration Using Drush by Chris CharltonSite Aliases: Powerful Drupal Administration Using Drush by Chris Charlton
Site Aliases: Powerful Drupal Administration Using Drush by Chris Charlton
Chris Charlton
 
Policy File: Powerful Drupal Administration Using Drush
Policy File: Powerful Drupal Administration Using DrushPolicy File: Powerful Drupal Administration Using Drush
Policy File: Powerful Drupal Administration Using Drush
Chris Charlton
 

Mehr von Chris Charlton (12)

Drupal Form API 101 (PHP) - DrupalCamp LA 2012
Drupal Form API 101 (PHP) - DrupalCamp LA 2012Drupal Form API 101 (PHP) - DrupalCamp LA 2012
Drupal Form API 101 (PHP) - DrupalCamp LA 2012
 
Drupal Developer Skills (2012) - DrupalCamp LA 2012
Drupal Developer Skills (2012) - DrupalCamp LA 2012Drupal Developer Skills (2012) - DrupalCamp LA 2012
Drupal Developer Skills (2012) - DrupalCamp LA 2012
 
Sassy CSS (part 2) (Drupal Camp LA 2013)
Sassy CSS (part 2) (Drupal Camp LA 2013)Sassy CSS (part 2) (Drupal Camp LA 2013)
Sassy CSS (part 2) (Drupal Camp LA 2013)
 
Lightning Talk: Drush aliases (Drupal Camp LA 2013)
Lightning Talk: Drush aliases (Drupal Camp LA 2013)Lightning Talk: Drush aliases (Drupal Camp LA 2013)
Lightning Talk: Drush aliases (Drupal Camp LA 2013)
 
Site Aliases: Powerful Drupal Administration Using Drush by Chris Charlton
Site Aliases: Powerful Drupal Administration Using Drush by Chris CharltonSite Aliases: Powerful Drupal Administration Using Drush by Chris Charlton
Site Aliases: Powerful Drupal Administration Using Drush by Chris Charlton
 
Policy File: Powerful Drupal Administration Using Drush
Policy File: Powerful Drupal Administration Using DrushPolicy File: Powerful Drupal Administration Using Drush
Policy File: Powerful Drupal Administration Using Drush
 
Drush 5.0 (DrupalCamp LA 2012) - Chris Charlton
Drush 5.0 (DrupalCamp LA 2012) - Chris CharltonDrush 5.0 (DrupalCamp LA 2012) - Chris Charlton
Drush 5.0 (DrupalCamp LA 2012) - Chris Charlton
 
Changes to Drupal Themes in version 7 (part 1)
Changes to Drupal Themes in version 7 (part 1)Changes to Drupal Themes in version 7 (part 1)
Changes to Drupal Themes in version 7 (part 1)
 
Web Content Management Systems From A Designer's Perspective (Drupal Technica...
Web Content Management Systems From A Designer's Perspective (Drupal Technica...Web Content Management Systems From A Designer's Perspective (Drupal Technica...
Web Content Management Systems From A Designer's Perspective (Drupal Technica...
 
Let's Zen! (Stop Theming From Scratch)
Let's Zen! (Stop Theming From Scratch)Let's Zen! (Stop Theming From Scratch)
Let's Zen! (Stop Theming From Scratch)
 
Flex Flash Air Interfaces for Custom Content Types in Drupal Chris Charlton
Flex Flash Air Interfaces for Custom Content Types in Drupal   Chris CharltonFlex Flash Air Interfaces for Custom Content Types in Drupal   Chris Charlton
Flex Flash Air Interfaces for Custom Content Types in Drupal Chris Charlton
 
Better Drupal Interaction Design with Flex
Better Drupal Interaction Design with FlexBetter Drupal Interaction Design with Flex
Better Drupal Interaction Design with Flex
 

Kürzlich hochgeladen

%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
masabamasaba
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
masabamasaba
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
masabamasaba
 
The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is inside
shinachiaurasa2
 
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
chiefasafspells
 

Kürzlich hochgeladen (20)

Architecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastArchitecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the past
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Harare%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Harare
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
 
Announcing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareAnnouncing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK Software
 
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
 
The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is inside
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
 
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
 
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
 
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
 
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdfPayment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
 

Drupal Design Skills (2012) - DrupalCamp LA 2012

  • 1. Drupal Design Skills 2012 ! ! presented by Chris Charlton http://xtnd.us
  • 3. What languages you should know today • XHTML • XML • CSS 2
  • 4. What languages you should know tomorrow • HTML 5 • Basic PHP (variables, functions, arrays) • jQuery (instead of JavaScript?!?)
  • 5. What languages you should know in 2012 • JSON (smaller than XML, devs love it) • Intermediate PHP
  • 6. What do devs know? • SVN/Git, FTP, SSH • HTML/XHTML/XML/CSS • JavaScript, jQuery; JSON • SQL • Devel module & Drush are must haves
  • 8. What tools you should have today or soon • Testing & Development environment • Front-end debugger (Firebug,WebDev Toolbars) • Favorite Drupal theme framework • Grasp of “960grid” • FTP
  • 9. What tools you should learn & use (soon) • Drush (basic commands) • SVN & Git (code management software) • Devel (module) • Coder & Coder Tough Love (modules)
  • 11. The order of Drupal 1.Drupal core (bootstrap) 2.Modules (contrib; non-core) 3.Theme 1.theme engine (PHPTemplate) 2.parent theme (Zen, Omega, Fusion, etc.) 3.sub-theme
  • 12. Drupal Theme parts: Level 1 (easy) • Files (.info, css) • Theme Regions • Theme Templates (*.tpl.php) • Sub-Themes
  • 13. Drupal Theme parts: Level 2 (medium) • template.php • Theme Hooks (theme_*) • Forms API
  • 14. Drupal 7 Theme parts to know (medium) • Required Theme Regions • $page (array) • Module Hooks (extra credit)
  • 15. Working in a Team
  • 16. Plan together • Will there be a plain parent theme and a “colored” sub-theme, or just one theme? • What CSS #ids & .classes will be used or made (core styles, module styles, custom)
  • 17. Split Duties & Code • DEV • Code Modules (module hooks) • Generic markup for anything on screen • DESIGN • Detailed markup (templates or theme hooks) • CSS styling
  • 18. Learn more Drupal • http://lynda.com • http://drupal.org • http://ladrupal.org • http://drupalcampla.com