Book Image

Building Websites with OpenCms

Book Image

Building Websites with OpenCms

Overview of this book

This book takes you through the process of creating content-rich websites and applications using OpenCms. Although powerful and flexible, OpenCms can be daunting on first approach, but its advanced features reward the investment in learning. This book exists to ease Java developers into getting the most from OpenCms. OpenCms OpenCms is a professional-level, open source Website Content Management System, with which you can create and manage complex websites. Based on Java and XML technology, it fits into almost any modern IT environment. With hard-won experience of the practical difficulties faced by developers working with OpenCms, this book is the embodiment of the author's expertise, and the perfect way to master the system.
Table of Contents (12 chapters)
Building Websites with OpenCms
Credits
About the Author
Introduction

Configuring the Client


The OpenCms workplace provides a rich user interface (UI). Many of the features it employs, such as the file hierarchy and the navigation system, are achieved with very complex JavaScript that requires IE or Mozilla. Two notable features, the WYSIWYG content editor and the advanced sourcecode editor, require IE to function properly. This section explains the configuration of the browser clients.

Mozilla-Based Browsers

Mozilla, derived from the Netscape browser, is the core of several different web browsers, including the Netscape 7.x family, Mozilla, Firefox (formerly Firebird, originally Phoenix), and Galleon. OpenCms will function well with Mozilla-based browsers provided that they have JavaScript and cookies enabled, and do not block popup windows.

Since none of the Mozilla browsers support ActiveX or the built-in IE controls, the WYSIWYG editor and the advanced source control plug-in can't be used. OpenCms will default to a sourcecode editing text area for all...