JDOC

Difference between revisions of "Wanted Tutorials"

From Joomla! Documentation

(Importing text file)
 
m (putting page in a category so it is known)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
====== Wanted Tutorials ======
+
If you would like to contribute a tutorial to the Joomla! documentation so that others can benefit from your knowledge, we welcome all submissions! Below is a list of suggested tutorial topics. If you would like to contribute directly, please create an account on this Wiki and create a page for your tutorial. If you would like to suggest a topic, please post a message in the [[jforum:303|Documentation forum]].
  
If you would like to contribute a tutorial to the Joomla! documentation so that others can benefit from your knowledge, we welcome all submissions!  Below is a list of suggested tutorial topics.  If you are interested in contributing a tutorial, please post a message in the [[http://forum.joomla.org/index.php/board,287.0.html|Developer Documentation Submit]] forum.  If you would like to suggest a topic, please post a message in the [[http://forum.joomla.org/index.php/board,60.0.html|Developer Documentation]] forum.
+
== Suggested Topics ==
  
===== Suggested Topics =====
+
''Please note that this list is outdated. If you would like to contribute, please search the Wiki for existing pages before creating a new page for one of these topics.''
  * Creating custom XML Parameter Types
+
 
  * Creating component preferences
+
* Creating custom XML Parameter Types
  * Adding JavaScript and CSS to the page
+
* Creating component preferences
  * Accessing the current user object
+
* Adding JavaScript and CSS to the page
  * Adding AJAX to your component
+
* Accessing the current user object
  * Using JPagination in your component
+
* Adding AJAX to your component
  * Creating a toolbar for your component
+
* Using JPagination in your component
  * Adding configuration objects to modules and plugins
+
* Creating a toolbar for your component
  * Storing data in the session between page loads
+
* Adding configuration objects to modules and plugins
  * Using the caching system in your component
+
* Storing data in the session between page loads
  * Creating a file uploader in your component
+
* Using the caching system in your component
  * Suppressing output of extra HTML
+
* Creating a file uploader in your component
  * Supporting plugins in your component
+
* Suppressing output of extra HTML
  * Adding Multi-language support
+
* Supporting plugins in your component
  * Retrieving data from the GET and POST requests - the Joomla! way
+
* Adding Multi-language support
  * Adding view layout configuration parameters
+
* Retrieving data from the GET and POST requests - the Joomla! way
  * Using the installer API to support package installation
+
* Adding view layout configuration parameters
 +
* Using the installer API to support package installation
 +
 
 +
[[Category:JDOC Projects]]

Latest revision as of 22:34, 5 March 2013

If you would like to contribute a tutorial to the Joomla! documentation so that others can benefit from your knowledge, we welcome all submissions! Below is a list of suggested tutorial topics. If you would like to contribute directly, please create an account on this Wiki and create a page for your tutorial. If you would like to suggest a topic, please post a message in the Documentation forum.

Suggested Topics[edit]

Please note that this list is outdated. If you would like to contribute, please search the Wiki for existing pages before creating a new page for one of these topics.

  • Creating custom XML Parameter Types
  • Creating component preferences
  • Adding JavaScript and CSS to the page
  • Accessing the current user object
  • Adding AJAX to your component
  • Using JPagination in your component
  • Creating a toolbar for your component
  • Adding configuration objects to modules and plugins
  • Storing data in the session between page loads
  • Using the caching system in your component
  • Creating a file uploader in your component
  • Suppressing output of extra HTML
  • Supporting plugins in your component
  • Adding Multi-language support
  • Retrieving data from the GET and POST requests - the Joomla! way
  • Adding view layout configuration parameters
  • Using the installer API to support package installation