ºÝºÝߣ

ºÝºÝߣShare a Scribd company logo
Drupal Theming intro DrupalCamp SC | 2011 http://lbt.me/themingintro
Shameless Plugs ThomasLattimore .com Freelance Front-end developer & Drupal themer  ? Drupal.org & Twitter: ?  @tlattimore Maintainer of: The  web110 ,  LightlyTextured , &  Tumblike , themes on Drupal.org.
What will be covered How Drupals template system operates
What will be covered How Drupals template system operates What Drupal theming  is in definition
What will be covered How Drupals template system operates What Drupal theming actually is in definition The tools to get started
What will be covered How Drupals template system operates What Drupal theming actually is in definition The tools to get started Then: Bail on notes and slides, lets build a theme !
Drupal theming defined: Controlling the fire-hose.
How templates work Each *.tpl.php lives inside another
Outdated, but still valid
What you need to get Started Understanding of HTML & CSS
What you need to get Started Understanding of HTML & CSS  Drupal install (of course) In our case, Drupal 7
What you need to get Started Understanding of HTML & CSS  Drupal install (of course) In our case, Drupal 7  A good code editor  with  syntax highlighting, preferably an IDE: Such As Aptana, NetBeans, or Komodo
D.o projects you should know about Mothership - http://drupal.org/project/mothership Total theming awesomesauce  Devel -  http://drupal.org/project/devel Devel_themer -  http://drupal.org/project/devel_themer Firebug - http://getfirebug.com
Are we done yet? Forget the slides, show me the code!

More Related Content

Drupal theming intro

  • 1. Drupal Theming intro DrupalCamp SC | 2011 http://lbt.me/themingintro
  • 2. Shameless Plugs ThomasLattimore .com Freelance Front-end developer & Drupal themer ? Drupal.org & Twitter: ? @tlattimore Maintainer of: The web110 , LightlyTextured , & Tumblike , themes on Drupal.org.
  • 3. What will be covered How Drupals template system operates
  • 4. What will be covered How Drupals template system operates What Drupal theming is in definition
  • 5. What will be covered How Drupals template system operates What Drupal theming actually is in definition The tools to get started
  • 6. What will be covered How Drupals template system operates What Drupal theming actually is in definition The tools to get started Then: Bail on notes and slides, lets build a theme !
  • 7. Drupal theming defined: Controlling the fire-hose.
  • 8. How templates work Each *.tpl.php lives inside another
  • 10. What you need to get Started Understanding of HTML & CSS
  • 11. What you need to get Started Understanding of HTML & CSS Drupal install (of course) In our case, Drupal 7
  • 12. What you need to get Started Understanding of HTML & CSS Drupal install (of course) In our case, Drupal 7 A good code editor with syntax highlighting, preferably an IDE: Such As Aptana, NetBeans, or Komodo
  • 13. D.o projects you should know about Mothership - http://drupal.org/project/mothership Total theming awesomesauce Devel - http://drupal.org/project/devel Devel_themer - http://drupal.org/project/devel_themer Firebug - http://getfirebug.com
  • 14. Are we done yet? Forget the slides, show me the code!