Develop and customize Joomla! templates to make your website stand out from the crowd
A great mix of recipes for beginners, intermediate, and advanced Joomla! template designers
Start from the very basics of customizing Joomla! templates and master the most complex functionalities as well
Part of Packt's Cookbook series: Each recipe is a carefully organized sequence of instructions to complete the task as efficiently as possible
Description
Templates in Joomla! provide a powerful way to make your site look exactly the way you want either using a single template for the entire site or a separate template for each site section. Although it sounds like an easy task to build and maintain templates, it can be challenging to get beyond the basics and customize templates to meet your needs perfectly.Joomla! 1.5 Templates Cookbook consists of a series of self-contained step-by-step recipes that cover everything from common tasks such as changing your site's logo or favicon and altering color schemes, to custom error pages and template overrides. It starts off with the basics of template design and then digs deep into more complex concepts. It will help you make your site more attractive and user-friendly. You will integrate your site with various social media such as Twitter and YouTube; make your site mobile-friendly with the help of recipes for creating and customizing mobile spreadsheets; and use miscellaneous tricks and tips to get the most out of your website. You get all of this in a simple recipe format that guides you quickly through the steps and explains how it all happened.
Who is this book for?
This book is written for Joomla! developers who want to improve the look and feel of their Joomla! sites. Readers are expected to have knowledge of CSS and (X)HTML. Although it will be helpful, no prior knowledge of Joomla! theming is expected.
What you will learn
Get to grips with the basics of template design for Joomla! such as changing the logo and altering color schemes for your templates
Understand Joomla! concepts such as module chrome and template positions
Add a multilingual aspect to your website to cater to a larger audience
Create custom error templates and generate revenue by displaying advertisements on your website
Style Joomla! s search results and customize Joomla! s breadcrumb trail
Create attractive and functional print styles for your website to make your content printer-friendly
Customize the look and feel of your Joomla! website s administration panel to match either your business or client identity
Create social bookmarks, embed videos, and add a shoutbox to your Joomla! website to make it more user-friendly
Integrate Joomla! with social media such as Twitter and YouTube
Create and specify mobile stylesheets for you Joomla! website to style your Joomla! website more effectively for mobile users
Use JavaScript to enhance your Joomla! templates
A wide range of miscellaneous tips, tricks, and tasks to help get your Joomla! website one step closer to perfection
Joomla! 1.5 Templates Cookbook is incredibly thorough. From the title of the book I assumed it was about how to make your own template for Joomla!. The Cookbook is much more than that! The very beginner and advanced user alike will find this book extremely helpful and a must-have for their Joomla! library.Joomla! 1.5 Templates CookbookThis Cookbook starts with the basic -- how to find your default template. From there it takes you step-by-step to customize the default templates.For the users who want more control over the look of their site, the Cookbook takes them through styling the error pages, Email-a-Friend popup, print page, favicon, pagination, breadcrumbs, offline message, and so on. As template club members will note, many of these areas are not included in commercial templates.Modifying your site for mobile devices is now a necessity. The Cookbook devote a chapter to these styling issues.Do you know about Internet Explorer's "double-margin" bug? Learn how to fix this and other IE bugs, and how to test your site in other browsers and operating systems.Need to compress javascript files for faster pageload? Need to use JQuery with Joomla? An entire chapter is devoted to understaning the use of Javascript in Joomla sites.Template overrides are a fantastic feature that was added to Joomla! starting in version 1.5. You can make your own template overrides to change the layout of any component, including articles, categories, etc., without having to modify the Joomla! core.The Joomla! 1.5 Templates Cookbook explains everything you need to know to give your site a polished, professional look that is not cookie-cutter, out-of-the-box Joomla.
Amazon Verified review
blog.elimu.plJul 17, 2010
3
Hard to have only one opinion about this book. Maybe I expected too much, because myself I am a writer of books about Joomla! (but written in polish language). Several chapters are really good and contains interesting tips eg. in particular from the 177 page. Earlier chapters are mainly (or only) for very beginners or dummies.There is no information about: typography, CSS3, how to use Firebug, put flash in template layout (major omission!). This book is for one-two hours of reading, because there is lots of screenshots (most of the unnecessary) and code listings. Sorry Richard, but Tessa Blakeley Silver book was generally better that yours.
Amazon Verified review
Tim KrauseAug 11, 2010
3
Joomla 1.5 Templates Cookbook is a good beginner's title in the Packt Publishing series of titles on Joomla. One of the biggest frustrations that I often see beginner's have with Joomla is that, although there are many freely available templates for Joomla, few of them are without at least either some minor errors, or stylistic issues that a Web site manager might like to correct. What this book does best is walk the beginner through the process of making minor modifications to templates using a cookbook-based approach with easy-to-follow recipes.The first chapters begin with an overview of Joomla's Template Manager and does a decent job of explaining some of the alternatives to editing templates. However, Carter does not describe the inherent risks in some of those approaches. For example, if you do edit your template's HTML and then reinstall that template, all changes will be lost.Carter also takes a closer look at some of the more specific conventions Joomla! uses to manage site templates, including the use of positions to control module and component layout, the syntax for parameters for providing more advanced options for themes associated with templates, and the role of the XML file in creating an actual template package for distribution. While this information is both accurate and useful, some of it seems a bit out-of-place. For example, the information on the role of the XML file would suggest that Carter also provide some additional detail on how to create a template package. That discussion, relative to other Packt titles on the subject, is extremely light, and I think means that creating a purely custom template is beyond the scope of this title. That said, I would recommend leaving some of this information out of future editions, or would point the reader more directly to other titles that would help with this kind of task (note: the end of the book does reference related Packt titles, but I believe that doesn't go quite far enough.).Chapters three through eight provide recipes for a number of useful revisions to a template, including:* styling the search module* customizing the look of breadcrumbs* adding random background images* working with the administrator templates* adding social bookmarking and integrating TwitterThe code for all of these recipes is very clean, and the recipes both useful and relevant.The remaining couple of chapters of the text deal more specifically with integrating components and modules with one's template. In addition to social bookmarking and Twitter, Carter describes how to work with stylesheets for mobile devices, solve problems associated with cross-browser issues, install jQuery, and install Google Analytics. These are all excellent topics, and worthy of inclusion in a book of this scope.If I start, however, with stylesheets for mobile devices, it seems that the book gets a bit off of its cookbook approach. There are some relatively basic things I might do to create stylesheets for mobile devices. I do like that Carter gives some basic recipes for what those solutions might look like. They're very similar to his print stylesheets, and should be relatively easy for the end-user to adapt. Carter then goes on to discuss the MobileJoomla! extension. I've used this extension on my site as recently as a month ago. The author should point out that the latest version (0.9.6 as of this writing) is still in beta--suggesting that it is technically not ready for a production environment. The developers have done an excellent job working a significant number of bugs out of the extension, but it is definitely one I wouldn't recommend.The last item that I looked at in great detail was Carter's advice on installing Google Analytics. In one word: horrible. Templates should describe the look and feel of the pages associated with one's site. That includes font sizes, the color associated with design elements, the placement of logos and of modules. Templates are not, however, an appropriate place for functionality of any sort. Why? I change templates for any reason and that functionality has to get recreated in the new template. It completely defeats the purpose of working with a platform like Joomla! The solution is simple: instead of copying and pasting the code for Google Analytics into one's template, create a custom module, position it, and publish it. The same advice should be followed for any of the other examples Carter provides where he suggests adding custom code to a template.In closing, there's some good information in this title for beginners, but there are definitely some places where some serious revision--and in some cases a different approach--need to be considered in the second edition of this title. In addition, some of the conventions for illustrating code are inconsistent, screen shots use different conventions (arrows that point to specific aspects of a screenshot, for example, are inconsistent; screen shot sizes are arbitrary; screen shots designed to illustrate color are useless in a grey-scale book, and generally irrelevant, regardless). The index is generally solid, though the introductory section on Symbols seems arbitrary and incomplete.Am I still recommending this title? Yes, there are still some great recipes in this title, and the introduction to templating is perfect for a beginner. But I also think there's more potential for this book than the current edition reflects.
A subscription provides you with full access to view all Packt and licnesed content online, this includes exclusive access to Early Access titles. Depending on the tier chosen you can also earn credits and discounts to use for owning content
How can I cancel my subscription?
To cancel your subscription with us simply go to the account page - found in the top right of the page or at https://subscription.packtpub.com/my-account/subscription - From here you will see the ‘cancel subscription’ button in the grey box with your subscription information in.
What are credits?
Credits can be earned from reading 40 section of any title within the payment cycle - a month starting from the day of subscription payment. You also earn a Credit every month if you subscribe to our annual or 18 month plans. Credits can be used to buy books DRM free, the same way that you would pay for a book. Your credits can be found in the subscription homepage - subscription.packtpub.com - clicking on ‘the my’ library dropdown and selecting ‘credits’.
What happens if an Early Access Course is cancelled?
Projects are rarely cancelled, but sometimes it's unavoidable. If an Early Access course is cancelled or excessively delayed, you can exchange your purchase for another course. For further details, please contact us here.
Where can I send feedback about an Early Access title?
If you have any feedback about the product you're reading, or Early Access in general, then please fill out a contact form here and we'll make sure the feedback gets to the right team.
Can I download the code files for Early Access titles?
We try to ensure that all books in Early Access have code available to use, download, and fork on GitHub. This helps us be more agile in the development of the book, and helps keep the often changing code base of new versions and new technologies as up to date as possible. Unfortunately, however, there will be rare cases when it is not possible for us to have downloadable code samples available until publication.
When we publish the book, the code files will also be available to download from the Packt website.
How accurate is the publication date?
The publication date is as accurate as we can be at any point in the project. Unfortunately, delays can happen. Often those delays are out of our control, such as changes to the technology code base or delays in the tech release. We do our best to give you an accurate estimate of the publication date at any given time, and as more chapters are delivered, the more accurate the delivery date will become.
How will I know when new chapters are ready?
We'll let you know every time there has been an update to a course that you've bought in Early Access. You'll get an email to let you know there has been a new chapter, or a change to a previous chapter. The new chapters are automatically added to your account, so you can also check back there any time you're ready and download or read them online.
I am a Packt subscriber, do I get Early Access?
Yes, all Early Access content is fully available through your subscription. You will need to have a paid for or active trial subscription in order to access all titles.
How is Early Access delivered?
Early Access is currently only available as a PDF or through our online reader. As we make changes or add new chapters, the files in your Packt account will be updated so you can download them again or view them online immediately.
How do I buy Early Access content?
Early Access is a way of us getting our content to you quicker, but the method of buying the Early Access course is still the same. Just find the course you want to buy, go through the check-out steps, and you’ll get a confirmation email from us with information and a link to the relevant Early Access courses.
What is Early Access?
Keeping up to date with the latest technology is difficult; new versions, new frameworks, new techniques. This feature gives you a head-start to our content, as it's being created. With Early Access you'll receive each chapter as it's written, and get regular updates throughout the product's development, as well as the final course as soon as it's ready.We created Early Access as a means of giving you the information you need, as soon as it's available. As we go through the process of developing a course, 99% of it can be ready but we can't publish until that last 1% falls in to place. Early Access helps to unlock the potential of our content early, to help you start your learning when you need it most. You not only get access to every chapter as it's delivered, edited, and updated, but you'll also get the finalized, DRM-free product to download in any format you want when it's published. As a member of Packt, you'll also be eligible for our exclusive offers, including a free course every day, and discounts on new and popular titles.