Tao
Admin
 Admin
| Posts: 108 |  | Karma: 4
|
Re:Template design tips or sites - 2007/08/28 00:47
A few steps I go through to design a Joomla template.
- A vision of what I'm creating (I often borrow ideas from various websites I like)
- Design a visual mockup of the website Interface using Photoshop
- Slice the mockup to graphical elements and optimize them for web
- Create the Joomla template using Joomla specific code (index.php) and construct the layout of the website using Cascading Style Sheet - template_css.css. You template will be so much more flexible if it's 100% CSS bases.
- Make sure all files including images are referenced in templateDetails.xml
|