Archived

Joomla! Development for Beginners

From Joomla! Documentation

Revision as of 21:45, 14 October 2012 by Tom Hutchison (talk | contribs) (updated layout)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This page has been archived. This page contains information for an unsupported Joomla! version or is no longer relevant. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

DEV Home · Component Development · Plugin Development · Module Development · Template Development · Development for Beginners

Introduction to Joomla! Development for Beginners

This page contains many links to selected documentation Beginning Joomla! Developers. You can always see the main page Developers for other development topics.

Recommended Reading

There are several ways of setting up your workstation in for Joomla! development. Some suggestions can be found at Setting up your workstation for Joomla development.

Next, you should familiarise yourself with Joomla! Secure coding guidelines and the short article on Development Best Practices.

FAQs

FAQs for Beginner Developers coming soon...

Template Development Tutorials

  • Setting up your workstation for PHP development: Learn how to set up a brand new workstation from scratch in a semiprofessional way to start learning about PHP development in general also learn the existence of many tools that will make your work lot easier in your future as developer.
These articles were never created. Furthermore, it is not in scope of Joomla Docs to create tutorials unless they specifically reference Joomla. The links below have been removed because they indicate general tutorials about specific development topics.
  • Basic Internet communications tutorial(redlink removed): This is a very basic and straightforward tutorial to understand how computers transmit information on Internet.
  • Basic HTML tutorial(redlink removed): This is a very basic and straightforward tutorial to learn how to deal with HTML.
  • Basic CSS tutorial(redlink removed): This is a very basic and straightforward tutorial to learn how to deal with cascading style sheets (CSS).
  • Basic Javascript tutorial(redlink removed): This is a very basic and straightforward tutorial to learn how to deal with javascript.
  • Basic PHP tutorial(redlink removed): This is a very basic and straightforward tutorial to learn how to deal with PHP.
  • Basic SQL tutorial(redlink removed): This is a very basic and straightforward tutorial to learn how to deal with SQL.
  • Basic XML tutorial(redlink removed): This is a very basic and straightforward tutorial to learn how to deal with XML.
  • Basic AJAX tutorial(redlink removed): This is a very basic and straightforward tutorial to learn how to deal with AJAX.
  • Basic JSON tutorial(redlink removed): This is a very basic and straightforward tutorial to learn how to deal with JSON.