Book Image

Building Websites with ExpressionEngine 2

By : Leonard Murphy
Book Image

Building Websites with ExpressionEngine 2

By: Leonard Murphy

Overview of this book

<p>ExpressionEngine is a flexible, feature-rich content management system used by top designers and web professionals across the world to build and manage their websites. It is written in the world's most popular web scripting language, PHP, and built on the MySQL database server. Are you eager to start creating websites with ExpressionEngine?<br /><br />Written for ExpressionEngine version 2.1 and later, this book will give you clear, concise, and practical guidance to take you from the basics of setting up ExpressionEngine to developing the skills you need to create ExpressionEngine websites to be reckoned with.<br /><br />You will begin with setting up a basic installation of ExpressionEngine. You will then learn how it works, before learning how to create and manage your website in ExpressionEngine. As you progress further into the book you will learn how to build an events calendar and how to build a photo gallery and before you know it, visitors to your website will be able to post comments, search your content, sign-up for a mailing list, and even send their friends an e-mail. As you consider the benefits of buying this book, you will learn how to manage members and member groups, how to optimize your website and avoid repetition, how to remove the index.php file for cleaner URLs, and how to take backups. At the end of the book, you will learn how to update ExpressionEngine to its latest version.</p>
Table of Contents (17 chapters)
Building Websites with ExpressionEngine 2
Credits
About the Author
About the Reviewers
Preface
Solutions to Exercises

Designing the calendar


Ed & Eg frequently host free seminars for customers and members of the community in their conference room. These seminars are usually sponsored by another organization. Ed & Eg would like a calendar on their website that shows each seminar on the date that it is to take place, along with a link so that visitors can read more about the topic of a given seminar as well as who the sponsor company is.

One way you can design such a calendar is to create an events channel, which contains all the information regarding both the event and the event sponsor. This would work, but because a single event sponsor is often associated with more than one seminar, this design would result in you having to include the same information about the same sponsors in more than one channel entry. For example, if Anytown Bank sponsors five seminars, there would be five entries where you would have to provide information about Anytown Bank.

Related Entries is a way to reduce repetition...