Developers/Projects: Difference between revisions
From Joomla! Documentation
m →Suggested topics: adding category |
m Adapted the suggested titles to the continuous tense used in most tutorial titles |
||
| Line 5: | Line 5: | ||
* [[Storing data in the session between page loads]]. | * [[Storing data in the session between page loads]]. | ||
* [[Suppressing output of extra HTML]]. | * [[Suppressing output of extra HTML]]. | ||
* [[ | * [[Using the filter package]]. | ||
*: Describe how and when to use the Filter package and explain what needs to be filtered for various situations (for queries, for URLs, etc) | *: Describe how and when to use the Filter package and explain what needs to be filtered for various situations (for queries, for URLs, etc) | ||
* [[ | * [[Using the registry package]] | ||
* [[ | * [[Using JSimpleXML]]. | ||
*: How to load and store XML files and how to work with them | *: How to load and store XML files and how to work with them | ||
* [[ | * [[Creating component feeds]] (RSS/ATOM) | ||
* [[ | * [[Generating paths for client side and server side]] | ||
* [[ | * [[Acessing information from the request]] | ||
*: This focuses on using the JBrowser class to retrieve information about the features available in the user's browser. | *: This focuses on using the JBrowser class to retrieve information about the features available in the user's browser. | ||
* [[ | * [[Creating an editor plugin]] | ||
* [[What can be done with a user plugin]] | * [[What can be done with a user plugin]] | ||
* [[ | * [[Working with parameters]] | ||
* [[ | * [[Cloaking email addresses]] | ||
* [[Using the caching system in your component]]. This might be enough (for now?) -> [[Cache]] | * [[Using the caching system in your component]]. This might be enough (for now?) -> [[Cache]] | ||
* [[Extending Joomla's MVC Architecture]]<noinclude>[[Category:Landing subpages|{{PAGENAME}}]]</noinclude> | * [[Extending Joomla's MVC Architecture]]<noinclude>[[Category:Landing subpages|{{PAGENAME}}]]</noinclude> | ||
Revision as of 16:40, 2 September 2012
Suggested topics
This is a short list of articles that might be written to support developers. Please feel free to add further topic ideas.
- Adding configuration objects to modules and plugins.
- Storing data in the session between page loads.
- Suppressing output of extra HTML.
- Using the filter package.
- Describe how and when to use the Filter package and explain what needs to be filtered for various situations (for queries, for URLs, etc)
- Using the registry package
- Using JSimpleXML.
- How to load and store XML files and how to work with them
- Creating component feeds (RSS/ATOM)
- Generating paths for client side and server side
- Acessing information from the request
- This focuses on using the JBrowser class to retrieve information about the features available in the user's browser.
- Creating an editor plugin
- What can be done with a user plugin
- Working with parameters
- Cloaking email addresses
- Using the caching system in your component. This might be enough (for now?) -> Cache
- Extending Joomla's MVC Architecture