Book Image

Joomla! 3 Beginner's Guide

By : Eric Tiggeler
Book Image

Joomla! 3 Beginner's Guide

By: Eric Tiggeler

Overview of this book

<p>Joomla! is one of the most popular open source Content Management Systems, actively developed and supported by a world-wide user community. It's a free, fun, and feature-rich tool for anyone who wants to create dynamic, interactive websites. Even beginners can deploy Joomla to build professional websites. Even though it can be challenging to get beyond the basics and build the site that meets your needs perfectly, this book will guide you through it all.</p> <p>Completely updated for Joomla! 3, this practical guide helps you to create professional and good-looking websites with Joomla!, whether you want to build a personal blog site or a full-featured company or club website.</p> <p>The Joomla! 3 Beginner's Guide will help you to get started with Joomla! quickly. It's presented in an organized, easy-to-read manner. The book doesn’t focus on what Joomla! can do - it focuses on what you can do using Joomla!.</p> <p>You learn how to get Joomla! up and running, how to organize content, add new menus, add new features, change the design and much more. Real-life examples and tutorials will spark your imagination and show you what kind of professional, feature-rich websites any web builder can achieve with Joomla!. The focus is on clear instructions and easy-to-understand tutorials, with minimal jargon.</p> <p>Using the "Joomla! 3 Beginner’s Guide" you'll quickly gain the knowledge needed to build your own site, perfectly tailored to your specific needs.</p>
Table of Contents (22 chapters)
Joomla! 3 Beginner's Guide
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

This is what templates do


A Joomla template is a set of files that contain the HTML and CSS code defining what your website will look like. HTML is the code used to build web pages and CSS is the code used to style them. You could say that HTML is the bricks and mortar of your site, whereas CSS provides the wallpaper and paint. Let's see how this works.

Without any CSS applied, your web browser would display a typical Joomla site as shown on the left-hand side in the next screenshot. Although the screenshots are too small for you to be able to discern the screen text, you'll notice that on the left-hand side just plain text and images are shown, with minimal styling. On the right-hand side, however, the same content is shown with CSS styles applied. Through CSS, the overall page layout and design is added:

Actually, a template contains more than pure HTML and CSS. After all, Joomla has to "know" where the dynamic content should be placed within the HTML page structure. That's why a template...