Book Image

Drupal 5 Themes

Book Image

Drupal 5 Themes

Overview of this book

Drupal is an award winning open source Content Management System. Based on PHP/MySQL, its power and flexibility combined with its exceptional design mean it is already on the way to becoming the de facto standard for CMS Websites. Drupal?¢‚Ǩ‚Ñ¢s modular design and structured source code make it both highly flexible and easily extended and modified. Drupal is extremely scalable, making it ideal for both a simple personal website as well as an industrial strength commercial or institutional web presence.Drupal is a model open source project in that it has a large, friendly community of people who contribute to the project in various ways. Drupal is not only free and easy to use, but this community provides on going mutual support.
Table of Contents (14 chapters)
Drupal 5 Themes
Credits
About the Author
About the Reviewer
Preface
Appendix A

Setting Up the Workspace


There are several software tools that can make your work of modifying themes more efficient. Though no specific tools are required to work with Drupal themes, there are a couple of applications that you might want to consider adding to your tool kit.

I work with Firefox as my primary browser, principally due to the fact that I can add into Firefox various extensions that make my life easier. As mentioned in the previous chapter, installing the Web Developer extension is hugely helpful when dealing with CSS and related issues. I highly recommend the combination of Firefox and the Web Developer extension to anyone working with Drupal themes.

Of course, it must be said that in addition to working with Firefox, you should check your work in all the most popular browsers and across the various devices that your target audiences might employ. Checking your work in only one browser is never sufficient.

Next, when it comes to working with PHP files and the various template...