Portal

Difference between revisions of "Template Development/Reading list"

From Joomla! Documentation

< Portal:Template Development
(new subpage)
 
m (NOTOC)
(32 intermediate revisions by 7 users not shown)
Line 1: Line 1:
* [[Accessibility]]
+
<noinclude><languages /></noinclude>
* [[Beez]] - an accessible default template
+
<translate><!--T:8-->
* [[Creating clickable background images using CSS]]
+
Our template development documentation contains many articles, FAQs and tutorials. A first step to developing a template is [[S:MyLanguage/How are templates executed?|understanding how templates are executed]].
* The [[Joomla! 1.5 Template Tutorial]] is a work in progress. If you would like to help out with it, please take a look at the [[JDOC:Joomla! 1.5 Template Tutorials Project|main project page]] and the [[JDOC:Joomla! 1.5 Template Tutorials Project/Outline|Outline for Template Tutorials]].
+
</translate>
* Jim Yuzwalk has contributed a useful [http://help.joomla.org/files/JJYs_Joomla_Template_Design_Tutorial-2010_08_26.pdf introduction to Joomla templates] (download the example template from [http://help.joomla.org/files/JJYs_Example_Joomla_Template_2010_05_07.zip here]).
+
<translate>====Beginners==== <!--T:3--></translate>
* [[Changing the site favicon]]
+
<translate>
* [[Using Class Suffixes]]
+
<!--T:4-->
* [[Using Firebug With Your Joomla Website]]
+
* [[S:MyLanguage/Changing the site favicon|Changing the site favicon]]
* [[Understanding Output Overrides]]
+
* [[S:MyLanguage/Using Firebug With Your Joomla Website|Using Firebug With Your Joomla Website]]
* [[Creating custom template parameter types]]
+
</translate> {{JVer/multi|2.5,3.x}}
* [[How are templates executed?]]
+
<translate>====Intermediate==== <!--T:5--></translate>
* [[How to determine if the user is viewing the front page]]
+
<translate>
* [[Template parameters]]
+
<!--T:6-->
* [[jdoc statements]]
+
* [[S:MyLanguage/jdoc statements|jdoc statements]]
* [[Objects methods and properties available from your template]] - what you can do with <code>$this</code>
+
* [[S:MyLanguage/How to cloak email addresses|How to cloak email addresses]] {{JVer/multi|2.5,3.x}}
* Find answers to questions about templates in the [[:Category:Template FAQ|Template FAQ]] category
+
* [[S:MyLanguage/Understanding Output Overrides|Understanding Output Overrides]] {{JVer/multi|2.5,3.x}}
 +
* [[S:MyLanguage/Layout Overrides in Joomla 2.5|Layout Overrides in Joomla! 2.5]] {{JVer/multi|2.5,3.x}}
 +
* [[S:MyLanguage/Creating clickable background images using CSS|Creating clickable background images using CSS]]
 +
* [[S:MyLanguage/Using Class Suffixes|Using Class Suffixes]]
 +
</translate>
 +
__NOTOC__
 +
<noinclude>
 +
<translate>
 +
<!--T:7-->
 +
[[Category:Landing subpages]]
 +
</translate>
 +
</noinclude>

Revision as of 07:26, 2 June 2015

Other languages:
Bahasa Indonesia • ‎Deutsch • ‎English • ‎Nederlands • ‎català • ‎español • ‎français • ‎português • ‎русский • ‎فارسی • ‎বাংলা • ‎ไทย • ‎中文(台灣)‎

Our template development documentation contains many articles, FAQs and tutorials. A first step to developing a template is understanding how templates are executed.

Beginners[edit]

Intermediate[edit]