The document discusses an introduction to Drupal theming. It covers how Drupal's template system works, what Drupal theming is defined as, and the tools needed to get started with Drupal theming, including an understanding of HTML and CSS, a Drupal install, and a code editor. It also lists some Drupal projects that are useful for theming. The presentation plans to then move past the slides and do a live theme building demonstration.
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 !
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!