- This is the source code for the Advanced Joomla! book by Dan Rahmel from APress
- Advanced Joomla book on Amazon
- Official site: Joomla Jumpstart at http://www.joomlajumpstart.com
- I try to update the source code for compatibility with each new version of Joomla. Check out the Github site for the latest version:
https://github.com/drahmel/Advanced-Joomla
A book from APress that covers advanced template design (including mobile), extension creation, and full site configuration.
All of the example code from the book organized by chapter and also by type (components, modules, etc.)
A variety of extensions including:
- mod_twitter (ch6) — Module that uses the Twitter API to search using Twitter keywords and display relevant tweets
- mod_bingnews (ch6) — Modules that searches the Bing news API and displays relevant new items
- mod_flickr (ch6) — Searches the Flickr API for images that match a search term
- mod_store_locator (ch6) — Google Map module that displays store locations configured in the module administrator interface
- mod_facebook_like — Adds a Facebook Like button to specified pages
- com_article_librarian (ch13) — Displays list of article versions
- com_article_stencial (ch12) — Templating engine for articles
- com_form_builder — Allows construction of dynamic forms that can be used in any article via the plugin
- com_ajax_request — Simple article insertion through Ajax call
- com_barchart (ch13) — Create server-side bar charts with gradient fills
- aj_dynamic (ch3) — Completely dynamic Joomla template
Sample code of widgets demonstrated in Advanced Joomla.
- chatango (ch2)
- google_calendar (ch2)
- google_map_wizard (ch2)
- survey_monkey (ch2)
Query examples from chapter 9 and a PHP script to convert all Joomla tables from MyISAM to InnoDB.
Testing scripts from chapter 10 for JMeter and Selenium that can be used to test your Joomla site.
- Copyright © 2013-2014 Dan Rahmel. All rights reserved.