Book Image

Plone 3 Theming

Book Image

Plone 3 Theming

Overview of this book

Themes are among the most powerful features that can be used to customize a web site, especially in Plone. Using custom themes can help you brand your site for a particular corporate image; it ensures standards compliance and creates easily navigable layouts. But most Plone users still continue to use default themes as developing and deploying themes that are flexible and easily maintainable is not always straightforward. This book teaches best practices of Plone theme development, focusing on Plone 3. It provides you with all the information useful for creating a robust and flexible Plone theme. It also provides a sneak peek into the future of Plone's theming system. In this book you will learn how to create flexible, powerful, and professional Plone themes. It is a step-by-step tutorial on how to work with Plone themes. It also provides a more holistic look at how a real-world theme is constructed. We look at the tools required for theming a web site. The book covers major topics such as configuring the development environment, creating a basic theme product, add-on tools and skinning tricks, integrating multimedia with Plone, and configuring your site's look and feel through the Zope Management Interface (ZMI). Finally, the book takes a close look at the thrilling and greatly simplified future of theming Plone sites.
Table of Contents (20 chapters)
Plone 3 Theming
Credits
About the Author
About the Reviewers
Preface

Chapter 13. Plone and Multimedia

Now that you know how to customize the look and feel of your web site, let's look at the window-dressing that can really make your web site look more professional and more interactive: multimedia.

In this chapter we will show you how to integrate tools such a Flash, slideshows, YouTube videos, and more into your page. We will also explore some Plone-specific products that enhance Plone's handling of audio and video. In this chapter, we will not cover JavaScript or KSS, a client-side framework for implementing rich user interfaces with AJAX functionality, but those with interest in these areas should look into some of the tutorials on plone.org.

Flash integration

Incorporating Flash in a Plone site is a not entirely a straightforward process, but is actually quite simple once you know how to do it. There are two options here: embed Flash into your content or embed Flash into a page template.

Embedding Flash and other media in a page

YouTube and other multimedia...