Main Menu
Home
Search
Forum
Portfolio
About Me
Contact Me
Downloads
Guest Book
Ben's Blog
Joomla Related
Tutorials
Templates
Modules
Church Related
How to Know God
Prayer Requests
Daily Devotion
Church Directory
Monthly Columns
ADVERTISEMENT
Tutorials
CSS Overview
Written by Ben   
Monday, 18 October 2004
Introduction

This is less of a tutorial and more of an overview of CSS styling in Joomla!. I have taken the template from the previous tutorial (of which you can see here) and used it as a reference for this.

Basicly all I am doing is showing you an example of each class and where in a template it appears. This may or may not include all current styling classes for Joomla!. I do believe, however, that it does include the most used and therefore most relevant. If anyone has anything that they think should be added please let me know.

Again this is not a css tutorial. If you need help with the different css styles then I recommend you visit www.w3schools.com.

Last Updated ( Friday, 03 March 2006 )
Read more...
 
Template Creation
Written by Ben   
Wednesday, 13 October 2004
Introduction

This tutorial will aid you in the creation of simple Joomla! templates without the use of web page creation software such as Dreamweaver and FrontPage.  All templates will be created in xhtml transitional format.  If you do not have any prior html or css knowledge you may have some difficulty with this tutorial.  I recommend www.w3schools.com for help with any questions as this is not a html or css tutorial.  Also this tutorial is for templates to be used with Joomla! 1.0 and above only.

One thing to note about this tutorial is that I use images to show you the code.  I do this so you will have to type it out.  In having you do it this way you learn faster by typing the code yourself rather than just simply copying and pasting.

Examples

There are two example templates included in the zip file that you can download here.  The first example (default_template.zip) is an empty template for you to start with.  The second example (finished_template.zip) is a very simple template with both the index.php file and the template_css.css file commented heavily so that you can refer to them both for help.  This will be the end result of this tutorial.
Last Updated ( Thursday, 06 September 2007 )
Read more...