or
Sign in to turn on 1-Click ordering.
or
Amazon Prime free trial required. Sign up when you check out. Learn more
More Buying Choices
Have one to sell? Sell yours here
Learning Joomla! 1.5 Extension Development
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Learning Joomla! 1.5 Extension Development [Paperback]

J LeBlanc

RRP: £24.99
Price: £23.74 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £1.25 (5%)
  Special Offers Available
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.
Want guaranteed delivery by Friday, June 1? Choose Express delivery at checkout. See Details
Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Plus, get an extra £5 Gift Certificate when you trade in books worth £10 or more before June 30, 2012. Visit the Books Trade-In Store for more details.

Special Offers and Product Promotions

  • Jubilee offer: spend £10 or more on any product sold by Amazon.co.uk on or before June 6 and you can buy The Diamond Jubilee  A Classical Celebration Album for just £2.50 Here's how (terms and conditions apply)

Product details


Product Description

Product Description

Joomla! is the world's hottest open-source content management system, and the winner of the 2006 Open Source CMS Prize.

While Joomla! is packed with features, its greatest quality is that it is extremely extensible, allowing any number of complex applications to be cleanly integrated. Shopping carts, forums, social networking profiles, job boards, and real estate listings are all examples of extensions developers have written for Joomla!. All of these can run off one Joomla! site, while only one database, template, and core need to be maintained. When you build an extension to Joomla!, it will inherit the look and feel of the overall site.

If you're eager to start creating extensions for Joomla!, this book is for you. Walk through the development of complete Joomla! 1.5 components and modules with this tutorial for PHP programmers. Written for Joomla! version 1.5 and tested against the final release, this book will get you started coding your first extensions as quickly as possible, and adds the features that will make your work look professional! This book is the most up-to-date introduction to creating Joomla! extensions available.

The book will show you how to use the Model-View-Controller design pattern, pull in common HTML elements, use JavaScript frameworks, manage users, build configuration panels, internationalise interfaces, and manage database records. General knowledge of PHP is assumed, but previous Joomla! programming experience is not.

About the Author

Joseph L. LeBlanc started with computers at a very young age. His independent education gave him the flexibility to experiment and learn computer science. Joseph holds a bachelor's degree in Management Information Systems from Oral Roberts University. Joseph is a freelance Joomla! extension developer. He released a component tutorial in May 2004, which was later translated into French, Polish, and Russian. Work samples and open-source extensions are available at www.jlleblanc.com. In addition to freelancing, he is an active member of the Washington, DC tech community and Joomla! Bug Squad.

Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organise and find favourite items.
Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

There are no customer reviews yet on Amazon.co.uk.
5 star
4 star
3 star
2 star
1 star
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com:  13 reviews
10 of 10 people found the following review helpful
Excellent tutorial 20 Feb 2009
By Sueter - Published on Amazon.com
Excellent beginning book on writing Joomla extensions. He concentrates on devloping a component extension, but also has you create modules and plugins.

So that you know how to judge my reaction to this book, here's my background: I have good HTML/CSS skills, have installed a few Joomla site, and written a couple of templates. I've been a programmer for many years but on languages quite different from php. My php skills are still pretty new. I understood the concept of object oriented programming but hadn't much experience with it. I knew what MVC stood for, but that was about it.

It would have been nice to know more OOP, but I managed.

The MVC was very sensible and a much cleaner way to deal with php. That was fine to pick up.

After finishing the book, I was able to create my own component extension.

You are going to want to know some HTML, some php and joomla before you try this. If you don't know oop, I'd recommend taking a quick tutorial on it first. Killerphp.com has a quick practical one.

The only complaint I have is that I wish he had created an appendix or footnotes with the Joomla commands and their parameters. While he explains what's needed for the extension example, it's sometimes hard to know what all the parameters are used for which makes it difficult to go beyond something very similar to his example without finding another resource. You can check out the joomla dev site for details or look at the files themselves, but that's a little TOO detailed!
5 of 6 people found the following review helpful
Great Stepping Off Point For Joomla Extension Development 14 Feb 2009
By Scott L. Wolpow - Published on Amazon.com
Having a number of Joomla Projects that require me to get to the next level of custom design I turned to a number of books. This book is well written, even at a laypersons level. [Though you must have some understanding of basic code, HTML etc] If you are a total "newbie" you can still follow it, even if you do not understand all that it discusses. After each set of code is an explanation of why the code was used and what it does. This can help you learn the concepts for not only Joomla, but also any PHP/MySQL/JavaScript/HTML based scripting.
2 of 2 people found the following review helpful
Better than nothing - but not great 5 Jan 2010
By Kevin T. Beard - Published on Amazon.com
Although I've only been using the book for a few days, and have learned a lot from it, I'm frustrated by mistakes in the code and lack of full documentation for the various methods that are used.

Background: I have a decent amount of experience with HTML/CSS and had set up a few Joomla sites before buying this book. I've used PHP before also, but for relatively simple things. I understand the basic precepts of OOP, but I am not a professional developer, so I thought (judging from the "who this book is for") this book would be a good way to start working on my own extensions. In some ways it is.

It does explain the basic things you need to do to build a new component, and uses a lot of Joomla functions that I'm sure will be useful, but it does not do a very good job of explaining how these functions/methods really work, what parameters they accept, etc.

The most frustrating part for me is that it seems there are some errors in the sample code. At first I thought this might be due to my own error, so I copied in the code samples available for download... there were still a few issues... so I installed the finished extension on a new install of Joomla, and it basically works - but still with a few issues.

In the end I'm sure the book will be useful, it's better than nothing, and I'm not aware of anything better - but something better could definitely be done.

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!

Create a Listmania! list

Look for similar items by category


Look for similar items by subject


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges