Web designers
(Referenced "Recommended Reading" reference) |
m (Adjusted links) |
||
| Line 4: | Line 4: | ||
* [[Beez]] - an accessible default template | * [[Beez]] - an accessible default template | ||
* [[Creating clickable background images using CSS]]. | * [[Creating clickable background images using CSS]]. | ||
| − | * 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 [[Joomla! 1.5 Template Tutorials Project | main project page]] and the [[Outline for Template Tutorials]]. | + | * 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]]. |
* 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]). | * 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]). | ||
* [[jdoc statements]] for templates | * [[jdoc statements]] for templates | ||
Revision as of 05:03, 24 May 2011
As a web designer you are concerned with the visual appearance and user functionality of a website. For example, you will want to know how to alter the visual style of an article but will usually not be concerned about the article content or how that content is entered and maintained. Your primary focus is the visitor experience. You will be knowledgeable about HTML and CSS but might have only rudimentary programming experience and so could need extra support when dealing with Javascript and PHP. Your knowledge of Joomla! itself may not be advanced as you may have to deal with a wide range of content management systems while working for a range of clients. You may be contracted to supply just a template or set of templates, or you may be asked to deliver a complete working website. You are likely to be increasingly concerned with issues of accessibility and will probably want to ensure that your designs pass various standard tests.
- Accessibility
- Beez - an accessible default template
- Creating clickable background images using CSS.
- 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 main project page and the Outline for Template Tutorials.
- Jim Yuzwalk has contributed a useful introduction to Joomla templates (download the example template from here).
- jdoc statements for templates
- Find answers to questions about templates in the Template FAQ category
- Modify the favicon
- Using Class Suffixes
- Using Firebug With Your Joomla Website
Recommended Reading
- Accessibility
- Creating clickable background images using CSS
- Jim Yuzwalk has contributed a useful introduction to Joomla templates (download the example template from here).
- Changing the site favicon
- Using Class Suffixes
- Using Firebug With Your Joomla Website
- Understanding Output Overrides
- Layout Overrides in Joomla 2.5
- How are templates executed?
- How to determine if the user is viewing the front page
- jdoc statements
- Objects methods and properties available from your template - what you can do with
$this - How to cloak email addresses
For more information, see Template Development.
Joomla Security Guide
Web designers should also be aware of security issues. Template:Security Guide