Book Image

Joomla! 1.5 Content Administration

Book Image

Joomla! 1.5 Content Administration

Overview of this book

Often a company hires consultants or web developers to build a Joomla! web site, and then takes over running the site in house. If you are a content administrator concerned with creating and maintaining the 'product' of a content management site, and not modifying its code, this book is all you need. This practical, hands-on guide will give you all the knowledge needed to maintain and edit your web site as a content-rich place that visitors return to again and again. There are many books available to help you administer a Joomla! site, but this is the only one specifically for Content Administrators. It is a quick-start guide that best serves content administrators and editors and doesn't cover designing or creating a site. However, anybody who has built their own site but needs help with article management, multimedia management, search engine optimization, and more will also benefit from it. To explain all the features, we will work on developing and maintaining the content and structure of a fledgling web site for a fictitious company "The Party People". Beginning with the basics, which includes an exploration of how to access and navigate around the administration interface, you will move into managing and creating content, including adding images, video, and audio material. There is advice on how to make the most of your multimedia material and how to choose the right file type for your needs. As your skills develop, you will work through techniques for making the site search-engine friendly and securing it against potential malicious attacks. All of these techniques and processes are explained step by step, and by the end of the book you will be able to take advantage your new-found knowledge and skills and maintain your Joomla! site with ease. Keeping your content fresh and engaging becomes easy, once you know how and that's what this book aims to do. It will help you become a more effective and efficient manager of Joomla!-based web sites.
Table of Contents (14 chapters)
Joomla! 1.5 Content Administration
Credits
About the Author
Acknowledgement
About the Reviewer
Preface

Precautionary measures


There are a number of measures you can take to make it more difficult for malicious events to compromise your website. While none are 100% guaranteed, these measures will certainly make it a lot more difficult for them. There is information available if you would like to know more about the type of attacks that occur, such as "SQL Injections" (http://en.wikipedia.org/wiki/Sql_injection) or "mail injection" attacks, which basically exploit any security vulnerabilities within a PHP/MySQL framework.

While Joomla! is a secure content management system, there is always a chance that it can be compromised. However, if the security of your site has been carefully planned, then the risk is reduced considerably.

Keeping up-to-date

The Joomla! team responds very quickly to security exploits and hosts an administrator's checklist at http://docs.joomla.org/Category:Security_Checklist. It contains a list of links to pages with details on precautions, beginning with the implementation...