<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TemplateZine &#187; Joomla Templates</title>
	<atom:link href="http://www.templatezine.com/category/joomla-templates/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.templatezine.com</link>
	<description>Reviewing Web Templates</description>
	<lastBuildDate>Mon, 23 Jan 2012 14:27:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>How to Create Template and Assign Different Templates for Pages</title>
		<link>http://www.templatezine.com/2009/09/how-to-assign-non-default-template-to-a-page/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-assign-non-default-template-to-a-page</link>
		<comments>http://www.templatezine.com/2009/09/how-to-assign-non-default-template-to-a-page/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 14:57:17 +0000</pubDate>
		<dc:creator>Aleksey</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Joomla Templates]]></category>
		<category><![CDATA[assign template]]></category>
		<category><![CDATA[create template]]></category>
		<category><![CDATA[joomla how to]]></category>
		<category><![CDATA[joomla tutorials]]></category>

		<guid isPermaLink="false">http://www.templatezine.com/2009/09/how-to-assign-non-default-template-to-a-page/</guid>
		<description><![CDATA[<p>Standard Joomla set includes several templates which are located within ../template folder in the root of your site. You can use any of them (except /system).</p> ]]></description>
			<content:encoded><![CDATA[<div style="padding-right: 10px; float: left"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="joomla-logo-150x137" border="0" alt="joomla-logo-150x137" align="left" src="http://www.templatezine.com/wp-content/uploads/2009/11/joomlalogo150x137_thumb.jpg" width="178" height="165" /> </div>
<p>Standard Joomla set includes several templates which are located within ../template folder in the root of your site. You can use any of them (except /system).</p>
<p>You can easy <b>create a new template</b>:</p>
<p> <span id="more-500"></span>  </p>
<ol>
<li>Create a new folder within ../template folder; </li>
<li>Add to this folder templatedetails.xml and index.php files </li>
</ol>
<p><b>Templatedetailes.xml</b> file is a description of a new template. It contains two required sections. The first one includes general information about your template such as name, date of creation, information about template author, etc.:</p>
<p><font color="#0000ff" size="2" face="v">&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?&gt;</font></p>
<p><font color="#0000ff" size="2" face="v">&lt;!DOCTYPE install<i> (View Source for full doctype&#8230;)</i>&gt;</font></p>
<p><a href="http://www.templatezine.com/wp-content/uploads/HowtoAssignnondefaulttemplatetoapage_FAC8/templateDetails.xml"><b><font color="#0000ff" size="2" face="v">-</font></b></a><font color="#0000ff" size="2" face="v"> &lt;install version=&quot;<b>x.x</b>&quot; type=&quot;<b>template</b>&quot; client=&quot;<b>site</b>&quot;&gt;</font></p>
<p><font color="#0000ff" size="2" face="v">&lt;name&gt;TemplateName&lt;/name&gt;</font></p>
<p><font color="#0000ff" size="2" face="v">&lt;creationDate&gt;MM/DD/YY&lt;/creationDate&gt;</font></p>
<p><font color="#0000ff" size="2" face="v">&lt;author&gt;AuthorName&lt;/author&gt;</font></p>
<p><font color="#0000ff" size="2" face="v">&lt;authorEmail&gt;author@email.com &lt;/authorEmail&gt;</font></p>
<p><font color="#0000ff" size="2" face="v">&lt;authorUrl&gt;http://www.authorUrl.com&lt;/authorUrl&gt;</font></p>
<p><font color="#0000ff" size="2" face="v">&lt;copyright /&gt;</font></p>
<p><font color="#0000ff" size="2" face="v">&lt;license&gt;GNU/GPL&lt;/license&gt;</font></p>
<p><font color="#0000ff" size="2" face="v">&lt;version&gt;x.x.x&lt;/version&gt;</font></p>
<p><font color="#0000ff" size="2" face="v">&lt;description&gt;description&lt;/description&gt;</font></p>
<p><font size="2" face="ar">The second one describes position of modules on the page, for example:</font></p>
<p><a href="http://www.templatezine.com/wp-content/uploads/HowtoAssignnondefaulttemplatetoapage_FAC8/templateDetails_3.xml"><b><font color="#0000ff" size="2" face="v">-</font></b></a><font color="#0000ff" size="2" face="v"> &lt;positions&gt;</font></p>
<p><font color="#0000ff" size="2" face="v">&lt;position&gt;breadcrumb&lt;/position&gt;</font></p>
<p><font color="#0000ff" size="2" face="v">&lt;position&gt;left&lt;/position&gt;</font></p>
<p><font color="#0000ff" size="2" face="v">&lt;position&gt;right&lt;/position&gt;</font></p>
<p><font color="#0000ff" size="2" face="v">&lt;position&gt;top&lt;/position&gt;</font></p>
<p><font color="#0000ff" size="2" face="v">&lt;position&gt;user1&lt;/position&gt;</font></p>
<p><font color="#0000ff" size="2" face="v">&lt;position&gt;user2&lt;/position&gt;</font></p>
<p><font color="#0000ff" size="2" face="v">&lt;position&gt;user3&lt;/position&gt;</font></p>
<p><font color="#0000ff" size="2" face="v">&lt;position&gt;user4&lt;/position&gt;</font></p>
<p><font color="#0000ff" size="2" face="v">&lt;position&gt;footer&lt;/position&gt;</font></p>
<p><font color="#0000ff" size="2" face="v">&lt;position&gt;debug&lt;/position&gt;</font></p>
<p><font color="#0000ff" size="2" face="v">&lt;position&gt;syndicate&lt;/position&gt;</font></p>
<p><font color="#0000ff" size="2" face="v">&lt;/positions&gt;</font></p>
<p>If you have any problems with creating this file, you can always apply to templatedetails.xml of any existing Joomla template.</p>
<p>This would be the simplest template. For more difficult template you will need to create folders with css, javascripts, images and html pages.</p>
<p><b></b></p>
<p><b>Index.php</b> is a file with standard html page layout. If you wish to insert some Joomla module into your template, paste the following string to index.php:</p>
<p>&lt;jdoc:include type=&quot;modules&quot; name=&quot;modulename&quot; style=&quot;rounded&quot; /&gt;</p>
<p>where modulename is a name of the module to be inserted.</p>
<h3>Settings default template for site</h3>
<p>Now let select the default template for your site:</p>
<ol>
<li>Go to <b>Extensions -&gt; Template Manager</b>; </li>
<li>Select a template from the list and click <b>Default</b> button at the top of the page. </li>
</ol>
<p>The selected template will be immediately starred in the <i>Default</i> column of the list. From now, your site will use this template for pages appearance.</p>
<h3>Assigning another template for individual site page(s)</h3>
<p>While you have already set the default template for your site, you may wish to show some page in other manner. Joomla allows you to do so assigning some other template for individual page(s):</p>
<ol>
<li>Go to <b>Extensions -&gt; Template Manager</b>; </li>
<li>Click to the name of a template which will be assigned to a page; </li>
<li>Within <b>Menu Assignment</b> area, select page (or pages) the template will be assigned to. </li>
<li>Click <b>Save</b>. </li>
</ol>
<p>The assigned template will be marked with check in <i>Assigned</i> column of the templates list. And the selected page(s) will be displayed using the assigned template.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.templatezine.com/2009/09/how-to-assign-non-default-template-to-a-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JA Beryl Released &#8211; Joomlart</title>
		<link>http://www.templatezine.com/2009/06/ja-beryl-released-joomlart/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ja-beryl-released-joomlart</link>
		<comments>http://www.templatezine.com/2009/06/ja-beryl-released-joomlart/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 09:47:16 +0000</pubDate>
		<dc:creator>Aleksey</dc:creator>
				<category><![CDATA[Joomla Templates]]></category>

		<guid isPermaLink="false">http://www.templatezine.com/?p=421</guid>
		<description><![CDATA[Joomlart has recently released a new theme, JA Beryl. I love this theme as it is clean and is highly suitable for people who wants to showcase their portfolio and at the same time, have maximum visibility for their content...]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.templatezine.com/wp-content/uploads/2009/06/ja-beryl-150x150.jpg" alt="ja-beryl" title="ja-beryl" width="150" height="150" class="alignleft size-thumbnail wp-image-422" /><a href="http://www.templatezine.com/angels/joomlart.php">Joomlart </a>has recently released a new theme, JA Beryl. I love this theme as it is clean and is highly suitable for people who wants to showcase their portfolio and have maximum visibility for their content.</p>
<p><strong>Compatibility</strong>: FireFox, Internet Explorer &#038; Chrome tested.<br />
<strong>Available Colors</strong>: Green, Orange, Cyan<br />
<strong>Version</strong>: 1.5 (Joomla).<br />
<strong>Price</strong>: $70</p>
<p><strong>Dynamic above the fold</strong><br />
This template comes with a rotating slideshow that creates the refreshing elements for the site. There is enough white space around each column and elements to guide the eye movement as well. </p>
<p>Its modern layout will give people a good impression especially if you are into technology niche.</p>
<p><img src="http://www.templatezine.com/wp-content/uploads/2009/06/ja-beryl.jpg" alt="ja-beryl" title="ja-beryl" width="500" height="399" class="aligncenter size-full wp-image-422" /></p>
<p><strong>Below the fold</strong><br />
Getting to the bottom of the template is even more interesting. You can see that there is a section to showcase your works, as well as several tabs to put up more content for your visitors. I like how the default template feature their partners at the bottom and I think this has created a significantly stronger impression as compared to the normal sites.</p>
<p>Overall, I find this template very flexible (partly due to its Joomla-powered technology). <a href="http://template15.joomlart.com/ja_beryl/">Take a look at the demo here</a>.<br />
<img src="http://www.templatezine.com/wp-content/uploads/2009/06/ja-beryl-bottom.jpg" alt="ja-beryl-bottom" title="ja-beryl-bottom" width="500" height="405" class="aligncenter size-full wp-image-423" /></p>
<p>Enjoy the template!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.templatezine.com/2009/06/ja-beryl-released-joomlart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pets Fun Released &#8211; Joomla Template</title>
		<link>http://www.templatezine.com/2009/04/pets-fun-released-joomla-template/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=pets-fun-released-joomla-template</link>
		<comments>http://www.templatezine.com/2009/04/pets-fun-released-joomla-template/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 01:55:38 +0000</pubDate>
		<dc:creator>Aleksey</dc:creator>
				<category><![CDATA[Joomla Templates]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[pets]]></category>

		<guid isPermaLink="false">http://www.templatezine.com/?p=333</guid>
		<description><![CDATA[I came across this fantastic Joomla template by <a href="http://store.templatemonster.com/?aff=kctan">Template Monster</a> a few days ago and believe you would like it as well especially if you have a niche pet related site.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.templatezine.com/wp-content/uploads/2009/04/petsfun-thumb-150x150.jpg" alt="Pets Fun Joomla Template" title="Pets Fun Joomla Template" width="150" height="150" class="alignleft size-thumbnail wp-image-334" />I came across this fantastic Joomla template by <a href="http://store.templatemonster.com/?aff=kctan">Template Monster</a> a few days ago and believe you would like it as well especially if you have a niche pet related site.</p>
<p><strong>Compatibility</strong>: FireFox, Internet Explorer &#038; Chrome tested.<br />
<strong>Version</strong>: 1.5 (Joomla).<br />
<strong>Price</strong>: $55</p>
<p><strong>Iconic Design</strong><br />
The entire template design is very visual and it captures the attention of the visitors very well. The header stands out from the template, with nicely decorated side menus, both at the left and right. There is also a top navigation bar for you to highlight important internal links to your site. </p>
<p><img src="http://www.templatezine.com/wp-content/uploads/2009/04/petsfun-abovefold.jpg" alt="Pets Fun - Above the Fold" title="Pets Fun - Above the Fold" width="450" height="255" class="aligncenter size-full wp-image-335" /><br />
<strong>Great for niche pet site</strong><br />
In my opinion, this template is highly effective if you are targeting a certain pet type and offers membership content. For example, members can login and subscribe to certain modules to learn more about the pet that you are targeting.</p>
<p>I would also advise if you were to use this template, try using a lot of visuals on the front page to capture the attention and get the visitors to sign up with you for freebies or access to certain parts of your site.</p>
<p><a href="http://osc.template-help.com/joomla_23492/">You can view the demo of this template here</a>.</p>
<p><a href="http://store.templatemonster.com/?aff=kctan">Purchase the template here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.templatezine.com/2009/04/pets-fun-released-joomla-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla With Powerful Shopping Cart &#8211; JA Zeolite</title>
		<link>http://www.templatezine.com/2009/03/joomla-with-powerful-shopping-cart-ja-zeolite/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=joomla-with-powerful-shopping-cart-ja-zeolite</link>
		<comments>http://www.templatezine.com/2009/03/joomla-with-powerful-shopping-cart-ja-zeolite/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 08:49:32 +0000</pubDate>
		<dc:creator>Aleksey</dc:creator>
				<category><![CDATA[Joomla Templates]]></category>
		<category><![CDATA[joomla]]></category>

		<guid isPermaLink="false">http://www.templatezine.com/?p=282</guid>
		<description><![CDATA[This Joomla template comes with VirtueMart plugin that enables you to set up your own online store to sell physical or digital products. Created by <a href="http://www.templatezine.com/angels/joomlart.php">Joomlart</a>, this clean store template is highly suitable for any products you have in mind for selling...]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.templatezine.com/wp-content/uploads/2009/03/featured-product-150x150.jpg" alt="JA Zeolite" title="JA Zeolite" width="150" height="150" class="alignleft size-thumbnail wp-image-284" /> This Joomla template comes with VirtueMart plugin that enables you to set up your own online store to sell physical or digital products. Created by <a href="http://www.templatezine.com/angels/joomlart.php">Joomlart</a>, this clean store template is highly suitable for any products you have in mind for selling.</p>
<p><strong>Compatibility</strong>: FireFox, Internet Explorer &#038; Chrome tested.<br />
<strong>Version</strong>: 1.5 (Joomla).<br />
<strong>Additional Features</strong>: VirtueMart, Slideshow.<br />
<strong>Variations</strong>: Green, red, blue and cyan.<br />
<strong>Price</strong>: $70</p>
<p><img src="http://www.templatezine.com/wp-content/uploads/2009/03/zeolite.jpg" alt="Zeolite" title="Zeolite" width="450" height="259" class="aligncenter size-full wp-image-285" /></p>
<p><strong>Clear and neat placement</strong></p>
<p>The top navigation contains a list of clear big icons for your users to select and your cart details is displayed on the top right. You can also feature your most sleek products using the top slide show feature to get the attention of your visitors.</p>
<p><img src="http://www.templatezine.com/wp-content/uploads/2009/03/zeolite2.jpg" alt="Zeolite bottom" title="Zeolite bottom" width="450" height="256" class="aligncenter size-full wp-image-283" /></p>
<p>The lower section of this template shows how a typical VirtueMart category looks like. Other menus can be linked from the sides of these templates like a normal Joomla template does. This is one of the nicest Joomla shopping cart templates that I have seen so far. Check out the demo via the following link =)</p>
<p>View the <a href="http://www.joomlart.com/templates_demo.php?template=ja_zeolite">demo </a>or <a href="http://www.templatezine.com/angels/joomlart.php">purchase this magnificent template here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.templatezine.com/2009/03/joomla-with-powerful-shopping-cart-ja-zeolite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Real Estate Joomla Template</title>
		<link>http://www.templatezine.com/2009/02/real-estate-joomla-template/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=real-estate-joomla-template</link>
		<comments>http://www.templatezine.com/2009/02/real-estate-joomla-template/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 06:54:13 +0000</pubDate>
		<dc:creator>Aleksey</dc:creator>
				<category><![CDATA[Joomla Templates]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[real estate]]></category>

		<guid isPermaLink="false">http://www.templatezine.com/?p=143</guid>
		<description><![CDATA[I am happy to review this cool template created by <a href="http://www.themza.com">themza</a>. One of the reasons I choose this template is also because its free and has tons of variations for you to choose =) By the way, you can use this for other niches as well...]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.templatezine.com/wp-content/uploads/2009/02/real-estate-thumb-150x150.jpg" alt="Real Estate Joomla Template" title="Real Estate Joomla Template" width="150" height="150" class="alignleft size-thumbnail wp-image-145" />I am happy to review this cool template created by <a href="http://www.themza.com">themza</a>. One of the reasons I choose this template is also because its free and has tons of variations for you to choose =) By the way, you can use this for other niches as well.</p>
<p><strong>Compatibility</strong>: FireFox, Internet Explorer &#038; Chrome tested.<br />
<strong>Version</strong>: 1.5 (Joomla).<br />
<strong>Additional Features</strong>: Javascript based menu, banner &#038; logo option.<br />
<strong>Variations</strong>: Red, Green, Blue with 3 banners + 6 logos variations.</p>
<p><strong>Effective Above the Fold Design</strong></p>
<p>The top navigation is powered by Javascript withe drop-down menu display. The entire horizontal bar is well designed and clearly positioned. Your visitors should not have any problems spotting the important links.</p>
<p><img src="http://www.templatezine.com/wp-content/uploads/2009/02/real-estate.jpg" alt="Well-Designed Aove the Fold" title="Well-Designed Aove the Fold" width="500" height="295" class="aligncenter size-full wp-image-144" /></p>
<p>The square banners are your biggest asset in this template. You have to showcase and present clearly to your visitors what are the categories that your site offers. You may even want to implement one of the square banners as your opt-in box to capture your visitors&#8217; data such as email and / or name.</p>
<p><strong>Touch up on the main content</strong></p>
<p>The main content is up to you to include anything that you want to reinforce and get the attention from your visitors. It is a three column layout by default but I believe you can dress it up to four columns if there is a need to.</p>
<p>Just like any other Joomla templates, there are several footer modules for you to utilize. You can add in other links such as testimonials or partners in the footer modules. Or just get rid of them altogether =)</p>
<p>View the <a href="http://demo.themza.com/joomla15/?joomla15-template=themza_j15_16">DEMO </a>or download this <a href="http://www.themza.com/joomla1.5/real-estate-template.html">free template here</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.templatezine.com/2009/02/real-estate-joomla-template/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>JA Quartz &#8211; Fashion &amp; Photography Template</title>
		<link>http://www.templatezine.com/2009/02/ja-quartz-fashion-photography-template/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ja-quartz-fashion-photography-template</link>
		<comments>http://www.templatezine.com/2009/02/ja-quartz-fashion-photography-template/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 18:24:36 +0000</pubDate>
		<dc:creator>Aleksey</dc:creator>
				<category><![CDATA[Joomla Templates]]></category>

		<guid isPermaLink="false">http://www.templatezine.com/?p=123</guid>
		<description><![CDATA[I am introducing the JA Quartz Template from <a href="http://www.templatezine.com/angels/joomlart.php">Joomlart </a>in this post as I believe this is the ultimate template that most Photographers are looking for...]]></description>
			<content:encoded><![CDATA[<p>I am introducing the JA Quartz Template from <a href="http://www.templatezine.com/angels/joomlart.php">Joomlart </a>in this post as I believe this is the ultimate template that most Photographers are looking for =)</p>
<div id="attachment_127" class="wp-caption alignleft" style="width: 160px"><img src="http://www.templatezine.com/wp-content/uploads/2009/02/quartz-thumb-150x150.jpg" alt="JA Quartz" title="JA Quartz" width="150" height="150" class="size-thumbnail wp-image-127" /><p class="wp-caption-text">JA Quartz</p></div><br />
<strong>Compatibility</strong>: FireFox, Internet Explorer &#038; Chrome tested.<br />
<strong>Version</strong>: 1.5 (Joomla)<br />
<strong>Additional Features</strong>: Slideshow enabled and tab module.<br />
<strong>Price</strong>: $70 (<a href="http://www.templatezine.com/angels/joomlart.php">1-year template club license</a>)<br />
<span id="more-123"></span></p>
<p style="margin-top:20px;">
<p><strong>Template Header &#8211; Portfolio</strong><br />
In my opinion, this is the best section in the template for you to showcase your amazing work pieces! Most of your visitors will be sold once you have displayed your talented portfolio. You just need to assure them with your customers testimonials in the rest of the page =)</p>
<p><div id="attachment_125" class="wp-caption aligncenter" style="width: 510px"><img src="http://www.templatezine.com/wp-content/uploads/2009/02/quartz-header.jpg" alt="JA Quartz Header" title="JA Quartz Header" width="500" height="216" class="size-full wp-image-125" /><p class="wp-caption-text">JA Quartz Header</p></div>
<p><strong>Another Sideshow?</strong><br />
There is another slideshow just below the header and it is up to you to throw in more of your work or I suggest you to put up what your customers say about your services. This element (testimonials) alone will help you to increase your trust very quickly.</p>
<div id="attachment_126" class="wp-caption aligncenter" style="width: 310px"><img src="http://www.templatezine.com/wp-content/uploads/2009/02/quartz-slideshow.jpg" alt="Slideshow for testimonials?" title="Slideshow for testimonials?" width="300" height="171" class="size-full wp-image-126" /><p class="wp-caption-text">Slideshow for testimonials?</p></div>
<p><strong>Where the rest of the details go..</strong><br />
Here&#8217;s where all your content and pricing goes. JA Quartz has a three column layout and you most probably would not need so many columns.. This is the best part where Joomla comes in, just assign the third column to not appear in all pages and you will have a two-column layout instantly!</p>
<p><div id="attachment_124" class="wp-caption aligncenter" style="width: 460px"><img src="http://www.templatezine.com/wp-content/uploads/2009/02/quartz-body.jpg" alt="JA Quartz Body" title="JA Quartz Body" width="450" height="258" class="size-full wp-image-124" /><p class="wp-caption-text">JA Quartz Body</p></div><br />
The login form is not very clear to the visitors and I would advise you to remove it if you do not need one. Alternatively, you can check out the other 7 styles to see which themes appeal most to you. </p>
<p>In terms of monetization, you do not really have a good chance unless you are selling your own products or services. Programs such as Adsense (Pay-Per-Click) may not work so well for this theme.</p>
<p>You can <a href="http://www.joomlart.com/templates_demo.php?template=ja_quartz">view the complete DEMO here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.templatezine.com/2009/02/ja-quartz-fashion-photography-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Joomla Templates From SiteGround</title>
		<link>http://www.templatezine.com/2009/02/free-joomla-templates-from-siteground/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=free-joomla-templates-from-siteground</link>
		<comments>http://www.templatezine.com/2009/02/free-joomla-templates-from-siteground/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 12:01:13 +0000</pubDate>
		<dc:creator>Aleksey</dc:creator>
				<category><![CDATA[Joomla Templates]]></category>
		<category><![CDATA[adsense theme]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[joomla]]></category>

		<guid isPermaLink="false">http://www.templatezine.com/?p=28</guid>
		<description><![CDATA[I am introducing SiteGround to you in this post as another alternative for your Joomla templates resources. SiteGround has been around for a while and they have been giving out one of the best quality Joomla templates in my opinion. With over 80 templates to choose from..]]></description>
			<content:encoded><![CDATA[<p>I am introducing <a href="http://www.siteground.com/">SiteGround </a>to you in this post as another alternative for your Joomla templates resources. SiteGround has been around for sometime and they have been giving out top quality Joomla templates from time to time. With <strong>more than 80 templates</strong> to choose from, you will certainly find something that suits your niche.</p>
<p>Let&#8217;s take a look at one of my favorite templates from <strong>SiteGround</strong>:</p>
<div id="attachment_29" class="wp-caption alignleft" style="width: 160px"><img src="http://www.templatezine.com/wp-content/uploads/2009/02/siteground-main-150x150.jpg" alt="SiteGround Templates" title="SiteGround Templates" width="150" height="150" class="size-thumbnail wp-image-29" /><p class="wp-caption-text">SiteGround Templates</p></div><br />
<span id="more-28"></span><br />
<strong>Compatibility</strong>: FireFox, Internet Explorer &#038; Chrome tested.<br />
<strong>Version</strong>: 1.5 (Joomla)<br />
<strong>Additional Features</strong>: none<br />
<strong>Price</strong>: FREE!</p>
<p>I like this template because of the &#8216;out of the box&#8217; header design. It does not constrain the main image in the top header banner. However, it will take a bit of effort for you to redesign if you are going for a totally unique template. You may find something useful over in <a href="http://www.templatezine.com/category/freebies/">our Freebies section</a> =)</p>
<p><div id="attachment_30" class="wp-caption alignright" style="width: 198px"><img src="http://www.templatezine.com/wp-content/uploads/2009/02/siteground-menu.jpg" alt="Template Menu" title="Template Menu" width="188" height="152" class="size-full wp-image-30" /><p class="wp-caption-text">Template Menu</p></div> The menu is also well-designed, it acts as a very distinguish separator from other menus and this will definitely help your readers to facilitate their eye-movement.</p>
<p><strong>Monetizing SiteGround Templates</strong><br />
SiteGround templates are pretty standard in design but most Joomla users should be able to find what they want in SiteGround repositories. The most effective ways to monetize these templates are PPC programs such as <a href="http://www.google.com.sg/adsense ">Adsense </a>(in the beginning) or Yahoo Publisher Network.</p>
<p><strong>Optimal Adsense Placement</strong><br />
If you are targeting Adsense as one of your first income channels, you should at least place the ads in your article floating around the content. Another good placement would be just after an article. To find out more about monetizing your template using Adsense, <a href="http://adsense.blogspot.com/search/label/Optimization">read more from Adsense optimization tips</a>.</p>
<p><a href="http://www.siteground.com/joomla-hosting/joomla15-templates.htm?page=4">Download the above template here</a>.</p>
<p><strong>Here&#8217;s another one..</strong></p>
<p>The following is another template that I like very much from SiteGround. I find this template suitable for self-development or &#8216;Go Green&#8217; niche. Just replace the header image and you are good to go with a totally unique site!</p>
<p><div id="attachment_31" class="wp-caption aligncenter" style="width: 510px"><img src="http://www.templatezine.com/wp-content/uploads/2009/02/siteground-more-templates.jpg" alt="More templates from SiteGround" title="More templates from SiteGround" width="500" height="298" class="size-full wp-image-31" /><p class="wp-caption-text">More templates from SiteGround</p></div>
<p><a href="http://www.siteground.com/joomla-hosting/joomla15-templates.htm">Download it here</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.templatezine.com/2009/02/free-joomla-templates-from-siteground/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

