Portal

Difference between revisions of "Template Development/Reading list"

From Joomla! Documentation

< Portal:Template Development
m (update, but these need to listed better, read... 1st, 2nd, 3rd, etc... Better articles)
m (→‎Recommended Reading List: removing list in heading)
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Our template development documentation contains many articles, FAQs and tutorials. These are the first key articles you should read.
+
===Recommended Reading===
====Recommended Reading====
+
Our template development documentation contains many articles, FAQs and tutorials. A first step to developing a template is [[How are templates executed?|understanding how templates are executed]].
* [[Accessibility]]
+
====Beginners====
* [[Creating clickable background images using CSS]]
 
* 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]).
 
 
* [[Changing the site favicon]]
 
* [[Changing the site favicon]]
* [[Using Class Suffixes]]
 
 
* [[Using Firebug With Your Joomla Website]] {{JVer/multi|2.5,3.x}}
 
* [[Using Firebug With Your Joomla Website]] {{JVer/multi|2.5,3.x}}
 +
====Intermediate====
 +
* [[jdoc statements]]
 +
* [[How to cloak email addresses]] {{JVer/multi|2.5,3.x}}
 
* [[Understanding Output Overrides]] {{JVer/multi|1.5,2.5,3.1}}
 
* [[Understanding Output Overrides]] {{JVer/multi|1.5,2.5,3.1}}
 
* [[Layout Overrides in Joomla 2.5]] {{JVer/multi|2.5,3.1}}
 
* [[Layout Overrides in Joomla 2.5]] {{JVer/multi|2.5,3.1}}
* [[How are templates executed?]]
+
* [[Creating clickable background images using CSS]]
* [[How to determine if the user is viewing the front page]]
+
* [[Using Class Suffixes]]
* [[jdoc statements]]
+
====Historical====
* [[Objects methods and properties available from your template]] - what you can do with <code>$this</code>
+
* 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]).
* [[How to cloak email addresses]] {{JVer/multi|2.5,3.x}}
 
 
<noinclude>[[Category:Landing subpages|{{PAGENAME}}]]</noinclude>
 
<noinclude>[[Category:Landing subpages|{{PAGENAME}}]]</noinclude>

Revision as of 12:01, 7 October 2013

Recommended Reading[edit]

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]

Historical[edit]