Book Image

Joomla! 1.6 First Look

By : Eric Tiggeler
Book Image

Joomla! 1.6 First Look

By: Eric Tiggeler

Overview of this book

Release of the much awaited Joomla! 1.6 is just round the corner. There is a lot of hype and curiosity about the new features Joomla! 1.6 will provide and how it will affect existing users.Joomla! 1.6 First Look is a concise guide to the new features of Joomla! 1.6, targeted at existing Joomla! users and developers. If you want to see what's new in Joomla 1.6 and how it's going to affect you, this is the book for you. This book will give readers an insight into the new features of Joomla! 1.6, showing them what has changed, how the changes will affect them, and how to upgrade to Joomla! 1.6 from existing Joomla! versions. It begins with general changes in interface and basic articles, and then takes you through the changes in menus, control levels, templates, extensions, and SEO features. It explains the new features and how to use them, drawing attention to significant differences from how things used to behave. By the end of this book, you will be well-versed with the consequences these changes will bring to you as a Joomla! user or developer.
Table of Contents (14 chapters)
Joomla! 1.6 First Look
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface

What's new? Finally, table-less templates


Compared to previous versions, Joomla! 1.6 templates now output cleaner code. Up to version 1.5, by default, Joomla! used a notoriously outdated method to display content, deploying HTML tables not just (as intended) to display tabular data, but for page layout purposes. It was only possible to get Joomla! to output clean code using so-called template overrides. These days, table-less layout is considered a much better, more flexible way to design websites. Luckily, Joomla! 1.6 is fully up to standards in this respect.

Web standards are specifications created by the World Wide Web Consortium (W3C), led by Tim Berners-Lee, the inventor of the web. Sites using clean, semantically correct code without browser-specific hacks load faster and can be accessed more easily through different devices and browsers, including screen readers. To find out more about web standards, have a look at http://www.webstandards.org/learn/faq. You can also find a good introduction...