<?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"
	>

<channel>
	<title>Cool Joomla Templates, Themes &#38; Sites</title>
	<atom:link href="http://www.cooljoomla.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cooljoomla.com</link>
	<description></description>
	<pubDate>Tue, 09 Mar 2010 19:20:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>The ZOO 2.0 App Concept</title>
		<link>http://www.cooljoomla.com/03-2010/the-zoo-20-app-concept/</link>
		<comments>http://www.cooljoomla.com/03-2010/the-zoo-20-app-concept/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 19:20:06 +0000</pubDate>
		<dc:creator>John</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.cooljoomla.com/03-2010/the-zoo-20-app-concept/</guid>
		<description><![CDATA[<p>A couple of days ago <a href="http://www.yootheme.com/blog/item/root/announcing-zoo-20">we announced our brand new ZOO 2.0</a> extension and we are really excited about it! Today we want to show you the most important part of your new ZOO architecture: the apps!</p>
<p>One of the biggest goals&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>A couple of days ago <a href="http://www.yootheme.com/blog/item/root/announcing-zoo-20">we announced our brand new ZOO 2.0</a> extension and we are really excited about it! Today we want to show you the most important part of your new ZOO architecture: the apps!</p>
<p>One of the biggest goals for us during the development was to move from a catalog system to an application builder. The CCK feature from ZOO 1.0 already allows us to create content specific types to fit exactly your requirements. But on the other side everything in ZOO 1.0 was a catalog with the same parameters and content fields. We didn&#8217;t like that concept that each catalog has the same properties and settings. For example a blog, a product catalog or a download archive aren&#8217;t the same and have different requirements. So the next step was to allow catalogs to have their own properties, settings and workflows and to be a real content application. With ZOO 2.0 we did this step and it is not a catalog system with a CCK anymore. ZOO 2.0 is a content application engine that lets you create your own apps!</p>
<h4>Let’s start with an example!</h4>
<p><img width="385" height="280" alt="ZOO 2.0 App Concept - Apps and Instances" src="http://www.cooljoomla.com/wp/wp-content/plugins/wp-o-matic/cache/63f0c_news_zoo20_appconcept_01.png" />Imagine you are setting up a new website and need a private blog. When you create the blog a new section will appear where you can manage your private blog with its own items, categories and content. After a few days you decided to start blogging about your business and you don’t want to mix it up with your private blog stuff. Again you can easily create a new blog and another section will appear where you can write articles about your business. This is great! You have 2 instances of the blog application and each instance manages its own stuff. A couple of weeks later you want to add your wines and electronics and make it a browseable catalog. Again you can create two separate instances of the product catalog app. One for wines and the other for electronics. In general you can create multiple instances of every app in Zoo 2.0.</p>
<h4>The App Instances</h4>
<p><img width="385" height="180" alt="ZOO 2.0 App Concept - App Instances" src="http://www.cooljoomla.com/wp/wp-content/plugins/wp-o-matic/cache/33f9b_news_zoo20_appconcept_02.png" />Normally you will spend most time working inside an app instance to create and manage your content. So let’s go back to our example. We created 2 instances of the blog app. In the configuration of each blog you can choose which template should be used to display the content. Further you can configure some global settings for example for the RSS feed and comments. In each blog instance you can manage its own content. This means each blog has its own frontpage, categories, items, comments and tags. And you can manage all this content in the blog instance. The same goes for the 2 product catalogs. But the big difference between the blogs and catalogs is that they are instances of different apps. This means they have for example different templates and settings to fit their specific needs. Let’s take a look at the core part: the apps itself!</p>
<h4>The Apps</h4>
<p><img width="385" height="420" alt="ZOO 2.0 App Concept - Apps" src="http://www.cooljoomla.com/wp/wp-content/plugins/wp-o-matic/cache/3b0c5_news_zoo20_appconcept_03.png" />In ZOO 2.0 apps are small ZOO extensions which are developed for a specific purpose like a blog, a product catalog, a download archive and more. Further each app comes with it&#8217;s own templates which can be assigned to each app instance individually. Every template loads its own assets like images, CSS or JavaScript. Templates include sub templates for all app views like the frontpage, category and item. We also have to introduce a new core concept for the templates: the layouts! Layouts are responsible to render items with its element positions. Element positions are similar to the module positions in Joomla templates. Each layout has it&#8217;s own set of element positions. So when you create your types you can drag ‘n drop the elements on the element positions provided by the template. In ZOO 1.0 you had to edit your template to render an element. This is no longer necessary. Just drag ’n drop them on the element positions. This is awesome! Another new feature of the template engine are global template parameters. Each template has its own set of parameters. When you create an app instance you can set the global template parameters in the configuration. These global parameters will be used by default but the template engine allows you to set them individually for the frontpage, each category and item. You know this concept from Joomla! but we improved it a little bit.</p>
<p>Next important parts of an app are the types. We introduced the types and elements concept with ZOO 1.0 as Content Construction Kit (CCK). It allows you to create your very own custom content types which mean you can select the exact elements the type should consist of, like text, images or many more. Later when creating new items in your app instance you choose which type the item should be. For the blog app for example you would have an article and an author type. Also you can create predefined types which are bundled with the app. This is great because it allows users to start instantly creating the content using the predefined types. You can edit existing types and add easily new ones. Another great feature is that you can also attach your own elements. So if you need a specific element for your app and there is currently no one which matches your needs in the ZOO 2.0, you can add your own elements to the app.</p>
<p>Further we provide a lot of parameters which allows you to configure and extend your app. You can define basic app parameters which can be used by the app. We got content parameters which allow extending the frontpage and categories with content fields. For example you can add text, textareas and images to categories. This means that app instances of different apps can have different content fields for categories. Isn’t this awesome? It’s a CCK for the frontpage and the categories! Further apps include comments configuration, language files and the alpha index. The alpha index configuration allows you to add more individual characters to match you native language.</p>
<p>Of course we have an installation manager for apps. They can be uninstalled and you can install new ones. It is also possible to export your own created apps and share it with others. We hope this gives you a overview of the new app concept of ZOO 2.0. We are pretty excited with the new approach of ZOO 2.0 to be a content application engine.</p>
<p>Next post we will take a closer look on the new user interface and all the usability improvements. We have more awesome UI stuff to show!</p>
<p><img src="http://www.cooljoomla.com/wp/wp-content/plugins/wp-o-matic/cache/3b0c5_r8IaaSmb_Rw" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cooljoomla.com/03-2010/the-zoo-20-app-concept/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Announcing ZOO 2.0</title>
		<link>http://www.cooljoomla.com/03-2010/announcing-zoo-20/</link>
		<comments>http://www.cooljoomla.com/03-2010/announcing-zoo-20/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 08:20:03 +0000</pubDate>
		<dc:creator>John</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.cooljoomla.com/03-2010/announcing-zoo-20/</guid>
		<description><![CDATA[<p>Today we are really excited to announce one of the most anticipated extensions for Joomla: ZOO 2.0! Yes, we know some of you waited quite a while for this announcement. This is the start of a blog post series about&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Today we are really excited to announce one of the most anticipated extensions for Joomla: ZOO 2.0! Yes, we know some of you waited quite a while for this announcement. This is the start of a blog post series about the new ZOO 2.0. Today we want to give you some insight into the ZOO development and changes in the upcoming version.</p>
<p>Actually the new ZOO release was planned for summer 2009. We had some cool features implemented like “drag ’n drop” element positions to improve templating and the overall usability. The project codename was ZOO 1.1. But as always we had some new ideas and we did a brainstorming about how we could add essential improvements to the software architecture to make it more future proof. We didn’t like the old concept that everything is a so called &#8220;catalog&#8221;. For example a blog isn’t necessarily a typical catalog and may have other features and workflows than a product catalog. And a business directory may have again different requirements. It was great that we already had a CCK which allows to build content items that meet exactly your requirements. The next big thing for us was to transform this idea and make it possible to build your own content applications which have their own parameters, workflows and features instead of having a super catalog, which has hundreds of parameters and options to cover everything. So we started the ZOO 1.5 development in late summer to move from a CCK to a Content Application Builder.</p>
<h4>Introducing Content Applications</h4>
<p>What does “Content Application Builder” mean? A content application (or in short: app) has its own application parameters. It has its own templates. Each template again has its own template parameters. Further a content app has its own types, items, categories, feeds, etc. It can even have its own elements. One of the great things is while you are working inside an app you are only seeing the content like items and categories of this particular app and it&#8217;s not mixed up with other apps. This gives you a much better workflow when working with your content. We also wanted to make these apps exportable so that it is very easy to share apps among each other. So we implemented an installation manager which allows you to uninstall and install new apps. Also it was essential to us to make an app extendable. Finally apps became small extensions for ZOO with their own controller and views. You can do anything by extending your app!</p>
<h4>ZOO 2.0 is around the corner</h4>
<p>By designing and developing this new application architecture we reviewed the whole code base of ZOO 1.0. At the end nearly 100% of code is rewritten from scratch for the new version. The code is now slicker, more flexible and much improved. We put a lot of effort into developing ZOO 2.0 and it took almost twice the time than developing version 1.0. To reflect on the completely new architecture and all the new features we decided to make a major version jump to ZOO 2.0! Which other new features are included? We got our own brand new native comment and tag systems. Both are very slick with a great usability. We got a completely new template engine with element positions. You can now arrange your content via drag &#8216;n drop. There is a new global parameter system for categories and items. All elements are completely rewritten and we added &#8220;repeat&#8221;-functionality and a lot of new features. And of course we also got a bunch of new elements. There is a lot more and we will talk about it in the next blog posts!</p>
<h4>Goodbye ZOO LITE and PRO</h4>
<p>How does the new app architecture affect the ZOO distributions? Another thing we didn’t like about the current ZOO 1.0 are the different ZOO editions: ZOO Pro and ZOO LITE. The update process isn’t that smooth if you want to move from LITE to PRO and we also have to deal with two different release packages. To cut a long story short with the new ZOO release there will only be one ZOO version. And now here it comes: it will be free for everyone distributed under the GPL license. It will include all the new features and a blogging app along with a template.</p>
<h4>Cutting edge!</h4>
<p>ZOO 2.0 is written from scratch and uses the latest web standards and technologies offered by modern browsers. We utilized all the new CSS3 properties and selectors, added the latest JavaScript stuff and used CSS image sprites for fast loading times. To achieve this we dropped the IE6 support for ZOO 2.0 like we already have for our templates since January 2010. ZOO 2.0 requires PHP 5.2+ and is of course compatible with PHP 5.3.</p>
<h4>We care about our Members</h4>
<p>You might ask: &#8220;ZOO 2.0 will be free and includes all new features? So why did I purchased ZOO PRO in the first placed?&#8221; Here is the answer. Currently we are developing a lot of new sophisticated apps for ZOO 2.0 to cover a wide range of uses. Like blogs, download archives, product catalogs and many more. Basically a versatile app bundle will replace the current ZOO PRO edition. We will also provide anybody who purchased the ZOO PRO edition access to the all new apps even if the membership is already expired. This means we will extend all active memberships and reactivate all expired memberships so that everybody has at least additionally two months of testing and working with ZOO 2.0 and all the apps. A couple of months ago we already extended the three months membership time to six months. So if you purchase the current ZOO 1.0 or the new apps for ZOO 2.0 you will have six months access to updates and our forum. We think this better reflects the time some projects take. One more thing: ZOO 2.0 will be a BETA release at first and only ZOO PRO members will have access to the BETA. Once ZOO 2.0 goes stable we will provide a public download for everybody.</p>
<h4>The release date and the future</h4>
<p>The release date for the ZOO 2.0 BETA is set for 23. March 2010. We got a new teaser site online with a countdown. <a href="http://zoo.yootheme.com">Check it out!</a> We will do a number of blog posts on the new app architecture and the new features in the coming days. After the BETA release it will not take that long for the public stable release. We are confident that the new architecture of ZOO 2.0 is future proof so that after the release we can focus on adding additional features. We are aiming for short release cycles for ZOO 2.1, 2.2 and so on. Also we will try to open the development process more by posting details about upcoming features.</p>
<p>If you enjoyed this reading get excited about ZOO 2.0! Because we are!</p>
<p><img src="http://www.cooljoomla.com/wp/wp-content/plugins/wp-o-matic/cache/9f85e_Dk6hi2X8OWI" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cooljoomla.com/03-2010/announcing-zoo-20/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Intro template</title>
		<link>http://www.cooljoomla.com/03-2010/intro-template/</link>
		<comments>http://www.cooljoomla.com/03-2010/intro-template/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 01:20:04 +0000</pubDate>
		<dc:creator>John</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.cooljoomla.com/03-2010/intro-template/</guid>
		<description><![CDATA[<p>In march we &#34;Intro&#34;duce our new template Intro. The clean and light design is predestinated for setting up a blog, a portfolio or any other content of your choice!</p>
<p>The template comes with a very clean and open design, only wrapping&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>In march we &quot;Intro&quot;duce our new template Intro. The clean and light design is predestinated for setting up a blog, a portfolio or any other content of your choice!</p>
<p>The template comes with a very clean and open design, only wrapping the articles in boxes to put your websites content into the visitors focus. Most of the template colors can be easily customized by just editing CSS and the use of only a few images will accelerate template loading time.</p>
<p>We created some new module styles for this template, like the new styles for the submenus and the <a href="http://tools.yootheme.com/extensions/yootweet" target="_blank">YOOtweet module</a>. The new module class suffixes for the ribbon header and the stamped style of modules complete the brand new look of this template. The template comes with 12 new color variations with subtle colors to match every kind of content.</p>
<h5>New List Styles</h5>
<p>Typography is a key element in web design. This templates delivers you a sophisticated typography and we also added two additional list styles to this template. The first new list style can be perfectly used to build lists with a nice menu style hover effect. It integrates in the template layout and changes its colors depending on the module position it is published in.<br />
The second one is a neat list style with a plus sign and a dotted line as separator. Both can be used to put your lists in the right perspective.</p>
<p>Have a look at our Typography page and learn how to use them.</p>
<h5>Feature list</h5>
<ul>
<li>A variety of template color variations</li>
<li>Built with the new Warp5 template framework</li>
<li>Multi-column dropdown menu</li>
<li>Lots of modules with color variations, endless combinations with icons and badges possible</li>
<li>2-1-3 column ordering for search engine friendliness</li>
<li>Compact size, using gzip and image sprites</li>
<li>Works with all <a href="http://tools.yootheme.com" target="_blank">YOOtools</a></li>
</ul>
<p><a href="http://www.yootheme.com/signup"><img src="http://www.cooljoomla.com/wp/wp-content/plugins/wp-o-matic/cache/11e4c_signup.png" width="170" height="35" alt="Join the YOOtheme club today!" /></a><br />
<a href="http://demo.yootheme.com/index.php?show=mar10/index.php" target="_blank"><img src="http://www.cooljoomla.com/wp/wp-content/plugins/wp-o-matic/cache/12609_viewdemo.png" width="170" height="33" alt="View demo" /></a><img src="http://www.cooljoomla.com/wp/wp-content/plugins/wp-o-matic/cache/12609_CkmAaud6d5o" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cooljoomla.com/03-2010/intro-template/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Vox template</title>
		<link>http://www.cooljoomla.com/02-2010/vox-template/</link>
		<comments>http://www.cooljoomla.com/02-2010/vox-template/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 15:20:04 +0000</pubDate>
		<dc:creator>John</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.cooljoomla.com/02-2010/vox-template/</guid>
		<description><![CDATA[<p>We proudly introduce Vox, our new February Template. It comes with a very sleek and simple design which will match any type of content you put on your site. It perfectly fits for any kind of editorial content like news,&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>We proudly introduce Vox, our new February Template. It comes with a very sleek and simple design which will match any type of content you put on your site. It perfectly fits for any kind of editorial content like news, media, sports, music and many more.</p>
<p>One of the highlights of this template is the new designed tabbed style for the main menu which smoothly integrates the dropdown menu.</p>
<h5>Template variations for every purpose</h5>
<p>In this template we added 10 brand new astonishing template variations which will suite your needs. The wide range of different themes covers designs from clean over playful to complex background images. Your content will be supported by a large teaser area in the top position which, in combination with our <a href="http://tools.yootheme.com/extensions/yoocarousel" target="_blank">YOOcarousel</a>, can be perfectly used for rotating news articles or advertising.</p>
<h5>Warp5</h5>
<p>Vox is based on the powerful <a href="http://warp.yootheme.com/" target="_blank">Warp5 framework</a> which utilizes the latest web techniques. As <a href="http://www.yootheme.com/blog/item/root/goodbye-ie6" target="_blank">announced in back in August</a>, all templates released in 2010 and will drop the support for the old and outdated Internet Explorer 6 browser.</p>
<h5>Feature list</h5>
<ul>
<li>A variety of template color variations</li>
<li>Built with the new Warp5 template framework</li>
<li>Multi-column dropdown menu</li>
<li>Lots of modules with color variations, endless combinations with icons and badges possible</li>
<li>2-1-3 column ordering for search engine friendliness</li>
<li>Compact size, using gzip and image sprites</li>
<li>Works with all <a href="http://tools.yootheme.com" target="_blank">YOOtools</a></li>
</ul>
<p><a href="http://www.yootheme.com/signup"><img src="http://www.cooljoomla.com/wp/wp-content/plugins/wp-o-matic/cache/c9f5e_signup.png" width="170" height="35" alt="Join the YOOtheme club today!" /></a><br />
<a href="http://demo.yootheme.com/index.php?show=feb10/index.php?yt_color=city" target="_blank"><img src="http://www.cooljoomla.com/wp/wp-content/plugins/wp-o-matic/cache/c9f5e_viewdemo.png" width="170" height="33" alt="View demo" /></a><img src="http://www.cooljoomla.com/wp/wp-content/plugins/wp-o-matic/cache/c9f5e_A7eSv6-L2Ww" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cooljoomla.com/02-2010/vox-template/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Planet template</title>
		<link>http://www.cooljoomla.com/01-2010/planet-template/</link>
		<comments>http://www.cooljoomla.com/01-2010/planet-template/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 23:20:05 +0000</pubDate>
		<dc:creator>John</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.cooljoomla.com/01-2010/planet-template/</guid>
		<description><![CDATA[<p>Happy New Year 2010! Enjoy our new template creation &#8220;Planet&#8221;! We used a complex process to catch the colors sparks of new years fireworks and build it into our latest template.</p>
<p>This template comes with four impressive color variations: Black, White,&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Happy New Year 2010! Enjoy our new template creation &#8220;Planet&#8221;! We used a complex process to catch the colors sparks of new years fireworks and build it into our latest template.</p>
<p>This template comes with four impressive color variations: Black, White, Green and Blue. They fit perfect for gaming and sports sites. They are combined with different color and glow effects. We introduce two new impressive visual effects: We animated the background image of the header to create a pulsating gradient effect. And we slowly change colors of module headers, article separators and more to create a glowing color effect.</p>
<p>This new YOOtheme template is based on the powerful <a href="http://warp.yootheme.com/" target="_blank">Warp5 framework</a> which utilizes the latest web techniques. As <a href="http://www.yootheme.com/blog/item/root/goodbye-ie6">announced in back in August</a>, all templates released in 2010 and will drop the support for the old and outdated Internet Explorer 6 browser. Taking this step will ensure better templates which use latest web standards and technologies offered by modern browsers.</p>
<p>Come and visit the four Planets (The Dark, Ice, Battle and Water Variations) of this template or customize them to create your own new worlds.</p>
<h5>Feature list</h5>
<ul>
<li>Black, White, Green and Blue template variations</li>
<li>Built with the new Warp5 template framework</li>
<li>Multi-column dropdown menu</li>
<li>Lots of modules with color variations, endless combinations with icons and badges possible</li>
<li>2-1-3 column ordering for search engine friendliness</li>
<li>Compact size, using gzip and image sprites</li>
<li>Works with all <a href="http://tools.yootheme.com" target="_blank">YOOtools</a></li>
</ul>
<p><a href="http://www.yootheme.com/signup"><img src="http://www.cooljoomla.com/wp/wp-content/plugins/wp-o-matic/cache/9154f_signup.png" width="170" height="35" alt="Join the YOOtheme club today!" /></a><br />
<a href="http://demo.yootheme.com/index.php?show=jan10/index.php?yt_color=blackblue" target="_blank"><img src="http://www.cooljoomla.com/wp/wp-content/plugins/wp-o-matic/cache/9154f_viewdemo.png" width="170" height="33" alt="View demo" /></a><img src="http://www.cooljoomla.com/wp/wp-content/plugins/wp-o-matic/cache/e25ee__Mp4dxtj7i4" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cooljoomla.com/01-2010/planet-template/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Explorer template</title>
		<link>http://www.cooljoomla.com/12-2009/explorer-template/</link>
		<comments>http://www.cooljoomla.com/12-2009/explorer-template/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 23:20:04 +0000</pubDate>
		<dc:creator>John</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.cooljoomla.com/12-2009/explorer-template/</guid>
		<description><![CDATA[<p>Welcome &#8216;Explorer&#8217;, our new December Template. The Explorer template features really extensive themed variations for different purposes and different font-faces using CSS3. Like all our latest templates, Explorer is based on the <a href="http://warp.yootheme.com" target="_blank">Warp5 Joomla template framework</a>.</p>
<h5>Template variations at its best</h5>
<p>This&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Welcome &#8216;Explorer&#8217;, our new December Template. The Explorer template features really extensive themed variations for different purposes and different font-faces using CSS3. Like all our latest templates, Explorer is based on the <a href="http://warp.yootheme.com" target="_blank">Warp5 Joomla template framework</a>.</p>
<h5>Template variations at its best</h5>
<p>This time we have taken it a step further, to provide you great looking variations for websites about Adventure trips, Traveling, Vacations, Sports and Blogging. Further to provide a overall consistent layout, every variation comes with it&#8217;s own style for the modules. So make sure to check out every single template variation! This template also features a large top module position to publish your pictures or promotional content, e.g. in a <a href="http://tools.yootheme.com/extensions/yoocarousel" target="_blank">YOOcarousel</a>.</p>
<h5>CSS3 Web Fonts</h5>
<p>In Explorer, we used one of the great new features of CSS3, the font-face rule. With font-face you can enhance your website by using your favorite font. Just have a look at the article- and module headlines of this site. We also included different fonts for the templates variations.</p>
<h5>Feature list</h5>
<ul>
<li>Extensive themed template variations</li>
<li>Built with the new Warp5 template framework</li>
<li>Muti-column dropdown menu</li>
<li>Lots of modules with color variations, endless combinations with icons and badges possible</li>
<li>2-1-3 column ordering for search engine friendliness</li>
<li>Compact size, using gzip and image sprites</li>
<li>Works with all <a href="http://tools.yootheme.com" target="_blank">YOOtools</a></li>
</ul>
<p><a href="http://www.yootheme.com/signup"><img src="http://www.cooljoomla.com/wp/wp-content/plugins/wp-o-matic/cache/8c84b_signup.png" width="170" height="35" alt="Join the YOOtheme club today!" /></a><br />
<a href="http://demo.yootheme.com/index.php?show=dec09/index.php" target="_blank"><img src="http://www.cooljoomla.com/wp/wp-content/plugins/wp-o-matic/cache/1152f_viewdemo.png" width="170" height="33" alt="View demo" /></a><img src="http://www.cooljoomla.com/wp/wp-content/plugins/wp-o-matic/cache/1152f_dbuUEDs_gss" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cooljoomla.com/12-2009/explorer-template/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Symphony template</title>
		<link>http://www.cooljoomla.com/10-2009/symphony-template/</link>
		<comments>http://www.cooljoomla.com/10-2009/symphony-template/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 17:20:05 +0000</pubDate>
		<dc:creator>John</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.cooljoomla.com/10-2009/symphony-template/</guid>
		<description><![CDATA[<p>Slick as slick can be! Our new template creation Symphony is based on the <a href="http://warp.yootheme.com" target="_blank">Warp5 Joomla template framework</a> and is a perfect symbiosis of colors and shapes. Symphony has the look of a very smooth surface.
</p>
<p>Its header provides a large&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Slick as slick can be! Our new template creation Symphony is based on the <a href="http://warp.yootheme.com" target="_blank">Warp5 Joomla template framework</a> and is a perfect symbiosis of colors and shapes. Symphony has the look of a very smooth surface.
</p>
<p>Its header provides a large presentation area you can use for product images or large headlines and all menus have a stunning three-dimensional depth &#8230; check out the menu items&#8217; cute little bullets! When you use the left and right column, the content area looks like it is hovering above them - a real eye-catcher.</p>
<h5>Beautiful color variations</h5>
<p>Symphony comes with a wide range of color variations and three extra themes we created to be used especially for cooking websites, online roleplay portals and blogs. Make sure to check out the perfectly balanced color combinations!</p>
<h5>YOOtools in Action</h5>
<p>Like its predecessor <a href="http://www.yootheme.com/blog/item/root/mellow-template" target="_blank">Mellow</a>, Symphony also provides fresh looks for YOOtools. The YOOtools style overrides featured in this template include overrides for the <a href="http://tools.yootheme.com/extensions/yoocarousel" target="_blank">YOOcarousel&#8217;s</a> buttons and a nice text shadow for the <a href="http://tools.yootheme.com/extensions/yootweet" target="_blank">YOOtweet</a> module. And just like always, the <a href="http://tools.yootheme.com/extensions/yoosearch" target="_blank">YOOsearch</a> got a style matching the rest of the template. Also, the presentation area can be perfectly used to display presentational YOOtools like the <a href="http://tools.yootheme.com/extensions/yooscroller" target="_blank">YOOscroller</a>.</p>
<h5>Small Warp5 Updates</h5>
<p>We improved JS effect of the Down Down Menu for all Internet Explorers and added some new module templates. Also we did some small changes to the headings style in our Reset CSS.</p>
<p>Get Symphony and <a href="http://www.yootheme.com/signup">join the YOOtheme club today</a>.</p>
<h5>Feature list</h5>
<ul>
<li>Built with the new Warp5 template framework</li>
<li>Muti-column dropdown menu</li>
<li>Lots of modules with color variations, endless combinations with icons and badges possible</li>
<li>2-1-3 column ordering for search engine friendliness</li>
<li>Compact size, using gzip and image sprites</li>
<li>Works with all <a href="http://tools.yootheme.com" target="_blank">YOOtools</a></li>
</ul>
<p><a href="http://www.yootheme.com/signup"><img src="http://www.cooljoomla.com/wp/wp-content/plugins/wp-o-matic/cache/34978_signup.png" width="170" height="35" alt="Join the YOOtheme club today!" /></a><br />
<a href="http://demo.yootheme.com/index.php?show=nov09/index.php" target="_blank"><img src="http://www.cooljoomla.com/wp/wp-content/plugins/wp-o-matic/cache/b8123_viewdemo.png" width="170" height="33" alt="View demo" /></a><img src="http://www.cooljoomla.com/wp/wp-content/plugins/wp-o-matic/cache/b8123_skihr32pfI4" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cooljoomla.com/10-2009/symphony-template/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mellow template</title>
		<link>http://www.cooljoomla.com/10-2009/mellow-template/</link>
		<comments>http://www.cooljoomla.com/10-2009/mellow-template/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 18:20:04 +0000</pubDate>
		<dc:creator>John</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.cooljoomla.com/10-2009/mellow-template/</guid>
		<description><![CDATA[<p>Say hello to Mellow! Our October template is mostly dressed in subtle colors. We give you an unobtrusive template at hand that looks nice and modern without the need for gradients.</p>
<p>It has modules that change their color when hovered. It&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Say hello to Mellow! Our October template is mostly dressed in subtle colors. We give you an unobtrusive template at hand that looks nice and modern without the need for gradients.</p>
<p>It has modules that change their color when hovered. It also comes with pretty style overrides for the <a target="_blank" href="http://tools.yootheme.com/extensions/yooaccordion">YOOaccordion</a> and <a target="_blank" href="http://tools.yootheme.com/extensions/yoocarousel">YOOcarousel</a> modules which change according to the color variation that is in use.</p>
<p>You can use Mellow for all kinds of purposes &#8230; it presents your content in the proper light. And please pay attention to the nice three-dimensional menu tab design! And of course Mellow is based on the <a target="_blank" href="http://warp.yootheme.com">Warp5 Joomla template framework</a>.</p>
<h5>Feature list</h5>
<ul>
<li>Built with the new Warp5 template framework</li>
<li>Muti-column dropdown menu</li>
<li>Lots of modules with color variations, endless combinations with icons and badges possible</li>
<li>2-1-3 column ordering for search engine friendliness</li>
<li>Compact size, using gzip and image sprites</li>
<li>Works with all <a href="http://tools.yootheme.com" target="_blank">YOOtools</a></li>
</ul>
<p><a href="http://www.yootheme.com/signup"><img src="http://www.cooljoomla.com/wp/wp-content/plugins/wp-o-matic/cache/5752a_signup.png" width="170" height="35" alt="Join the YOOtheme club today!" /></a><br />
<a href="http://demo.yootheme.com/index.php?show=oct09/index.php" target="_blank"><img src="http://www.cooljoomla.com/wp/wp-content/plugins/wp-o-matic/cache/5752a_viewdemo.png" width="170" height="33" alt="View demo" /></a><img src="http://www.cooljoomla.com/wp/wp-content/plugins/wp-o-matic/cache/5752a_CiGWQOvYBXc" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cooljoomla.com/10-2009/mellow-template/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Crystal template</title>
		<link>http://www.cooljoomla.com/09-2009/crystal-template/</link>
		<comments>http://www.cooljoomla.com/09-2009/crystal-template/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 18:20:05 +0000</pubDate>
		<dc:creator>John</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.cooljoomla.com/09-2009/crystal-template/</guid>
		<description><![CDATA[<p>Here is our latest template creation: Crystal! This template comes with a super swish fixed menu bar on top of the site. Crystal also sets new standards in the use of PNG alpha transparencies. You can create stunning effects using&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Here is our latest template creation: Crystal! This template comes with a super swish fixed menu bar on top of the site. Crystal also sets new standards in the use of PNG alpha transparencies. You can create stunning effects using multiple transparencies when you place transparent modules on transparent backgrounds. It also comes with a great selection of background color variations and further you are able to easily apply your own custom background images.</p>
<p>Crystal offers lots of different color variations for menu items, allowing you to style every page in a different color. The background color of the drop down menu also changes when you change a menu item&#8217;s item color. Of course, you can combine all menu item-based color variations with all module color variations &#8230; variety galore!</p>
<p>By the way: We also wanted our <a href="http://zoo.yootheme.com" target="_blank">ZOO component</a> to fit into Crystal visually, so we included black CSS styles for ZOO. Now you can seamlessly integrate ZOO into the new YOOtheme Crystal template.</p>
<h5>Warp5 updates</h5>
<p>We added some minor stuff to our <a href="http://warp.yootheme.com" target="_blank">Warp5 framework</a>. The YOOmorph JavaScript allows now to use an ignoreSelector and we added some new module templates.</p>
<h5>Feature list</h5>
<ul>
<li>Built with the new Warp5 template framework</li>
<li>Muti-column dropdown menu with fancy effect</li>
<li>Nice text shadow for headlines, modules and menu</li>
<li>Lots of modules with color variations, endless combinations with icons and badges possible</li>
<li>2-1-3 column ordering for search engine friendliness</li>
<li>Compact size, using gzip and image sprites</li>
<li>Works with all <a href="http://tools.yootheme.com" target="_blank">YOOtools</a></li>
</ul>
<p><a href="http://www.yootheme.com/signup"><img src="http://www.cooljoomla.com/wp/wp-content/plugins/wp-o-matic/cache/9d25f_signup.png" width="170" height="35" alt="Join the YOOtheme club today!" /></a><br />
<a href="http://demo.yootheme.com/index.php?show=sep09/index.php?yt_color=neon" target="_blank"><img src="http://www.cooljoomla.com/wp/wp-content/plugins/wp-o-matic/cache/c8e62_viewdemo.png" width="170" height="33" alt="View demo" /></a><img src="http://www.cooljoomla.com/wp/wp-content/plugins/wp-o-matic/cache/c8e62_2Jc1hT4O7vA" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cooljoomla.com/09-2009/crystal-template/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Goodbye IE6!</title>
		<link>http://www.cooljoomla.com/08-2009/goodbye-ie6/</link>
		<comments>http://www.cooljoomla.com/08-2009/goodbye-ie6/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 12:20:11 +0000</pubDate>
		<dc:creator>John</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.cooljoomla.com/08-2009/goodbye-ie6/</guid>
		<description><![CDATA[<p>As many of you may know, all our current YOOtheme template and extension releases are compatible and tested with the Internet Explorer 6 (IE6). Since this browser was originally released in 2001 and does not support the latest web standards&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>As many of you may know, all our current YOOtheme template and extension releases are compatible and tested with the Internet Explorer 6 (IE6). Since this browser was originally released in 2001 and does not support the latest web standards and technologies compared to modern browsers which offer a rich <a href="http://a.deveria.com/caniuse/" target="_blank">support for HTML5, CSS2 or CSS3</a>. Not to mention all the IE6 quirks and bugs which were sadly never fixed (Well we guess, every web developer knows what we are talking about ;-).</p>
<p>Since it&#8217;s release in 2001, Microsoft realized that the IE6 was not the greatest piece of software they have ever written. So after about 5 year&#8217;s of development on the 18. October 2006 they released IE6 successor Internet Explorer 7.</p>
<p>Furthermore in March 2009 they even released todays latest version, Internet Explorer 8. Both successors offer a lot of improvements compared to the old IE6 and most importantly a better support of todays web standards. Fortunately the number of people using IE6 is decreasing slowly but steady and the release of the upcoming Windows 7 later this year will surely speed up this process.</p>
<p>So we decided to discontinue IE6 browser support in YOOtheme products by the end of the year 2009. This means all templates and extensions of 2009 will still be IE6 compatible, but starting in January 2010 we will not test IE6 compatibility anymore. By doing so we follow an <a href="http://www.ie6nomore.com/" target="_blank">actual trend of dropping IE6 support</a>, as announced on a lot of popular websites like <a href="http://www.techcrunch.com/2009/07/14/youtube-will-be-next-to-kiss-ie6-support-goodbye" target="_blank">Youtube</a>, <a href="http://37signals.com/svn/posts/1072-apples-mobileme-drops-support-for-ie-6" target="_blank">Apple MobileMe</a>, <a href="http://37signals.blogs.com/products/2008/07/basecamp-phasin.html">37signals Basecamp</a> or <a href="http://blog.digg.com/?p=878" target="_blank">Digg</a>. Why are we dropping the IE6 support? IE6 is clearly a past-generation browser and cannot deliver a rich user experience that modern browsers can. Also this step allows us to focus on modern web technologies to optimize and enhance our templates without all the IE6 drawbacks.</p>
<p>WeÂ´re sure that this will give our future YOOtheme releases an additional boost and we can be very excited about what to come.</p>
<p>So we say &#8220;Farewell IE6!&#8221; on January 1st 2010.</p>
<p><img src="http://www.cooljoomla.com/wp/wp-content/plugins/wp-o-matic/cache/56237_q1j274DOTGg" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cooljoomla.com/08-2009/goodbye-ie6/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flux template</title>
		<link>http://www.cooljoomla.com/08-2009/flux-template/</link>
		<comments>http://www.cooljoomla.com/08-2009/flux-template/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 13:20:05 +0000</pubDate>
		<dc:creator>John</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.cooljoomla.com/08-2009/flux-template/</guid>
		<description><![CDATA[<p>Get your hands on Flux, the newest YOOtheme template creation. Flux is based on the new <a href="http://warp.yootheme.com" target="_blank">Warp5 Joomla template framework</a> and is designed with a chromish style which looks perfect for example for gaming sites.</p>
<p>Flux shines with its flashy menu bar,&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Get your hands on Flux, the newest YOOtheme template creation. Flux is based on the new <a href="http://warp.yootheme.com" target="_blank">Warp5 Joomla template framework</a> and is designed with a chromish style which looks perfect for example for gaming sites.</p>
<p>Flux shines with its flashy menu bar, for which we once again used our amazing fancy menu: The menu items look like they are buttons pushed into the menubar. Also the <a href="http://tools.yootheme.com/extensions/yoosearch" target="_blank">YOOsearch</a> and the breadcrumbs fit in perfect with the template design. Of course, Flux comes with our awesome new Warp5 menu that you might already know from our last template <a href="http://www.yootheme.com/blog/item/root/phoenix-template" target="_blank">Phoenix</a>. It also allows you to publish modules in the dropdown menu and, like all our templates, it comes with loads of module variations.</p>
<h5>Warp5 updates</h5>
<p>We also added some new features to our Warp5 framework:</p>
<ul>
<li>The fancy menu effect is now also applied to modules published on the menu position.</li>
<li>The effect of the fancy menu remains even when the cursor goes off the dropdown and back on again.</li>
<li>You can assign individual widths for modules published in the dropdown via the Module Class Suffix, for example: dropdownwidth-255.</li>
<li>You can set individual dropdown widths for menu items via the Page Class Suffix, for example: columnwidth-200.</li>
<li>You can turn off background images for a specific menu via the Menu Class Suffix, for example: images-off.</li>
<li>We also improved a few module templates.</li>
</ul>
<h5>Feature list</h5>
<ul>
<li>Built with the new Warp template framework</li>
<li>New muti-column dropdown menu with fancy effect</li>
<li>Nice text shadow for headlines, modules and menu</li>
<li>Lots of modules with color variations, endless combinations with icons and badges possible</li>
<li>2-1-3 column ordering for search engine friendliness</li>
<li>Compact size, using gzip and image sprites</li>
<li>Works with all <a href="http://tools.yootheme.com" target="_blank">YOOtools</a></li>
</ul>
<p><a href="http://www.yootheme.com/signup"><img src="http://www.cooljoomla.com/wp/wp-content/plugins/wp-o-matic/cache/1b329_signup.png" width="170" height="35" alt="Join the YOOtheme club today!" /></a><br />
<a href="http://demo.yootheme.com/index.php?show=aug09/index.php?yt_color=carbon" target="_blank"><img src="http://www.cooljoomla.com/wp/wp-content/plugins/wp-o-matic/cache/5ac97_viewdemo.png" width="170" height="33" alt="View demo" /></a><img src="http://www.cooljoomla.com/wp/wp-content/plugins/wp-o-matic/cache/5ac97_SNh7iokEbBg" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cooljoomla.com/08-2009/flux-template/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google loves YOO</title>
		<link>http://www.cooljoomla.com/07-2009/google-loves-yoo/</link>
		<comments>http://www.cooljoomla.com/07-2009/google-loves-yoo/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 13:20:06 +0000</pubDate>
		<dc:creator>John</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.cooljoomla.com/07-2009/google-loves-yoo/</guid>
		<description><![CDATA[<p>Optimizing your website to easily get found by search engines and make it as accessible as possible is what makes the difference between an average website  and a  good one.  When we gave the <a href="http://warp.yootheme.com" target="_blank">Warp framework</a> its last layout makeover, one&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Optimizing your website to easily get found by search engines and make it as accessible as possible is what makes the difference between an average website  and a  good one.  When we gave the <a href="http://warp.yootheme.com" target="_blank">Warp framework</a> its last layout makeover, one of our major goals while widening its flexibility was to achieve the best search engine friendliness possible. That&#8217;s when we came up with introducing  our new 2-1-3 column ordering.</p>
<p>2-1-3 column ordering means that in the HTML structure the Joomla component (which contains your most relevant content) gets rendered first, and then the left and right columns. The order of the columns displayed on the screen does not have anything to do with the order if the DIVs in the HTML structure. This is currently the most modern and search engine friendliest approach that is around. The image to the right shows the columns as displayed in Warp-based templates, the code to the left it is the HTML structure (simplified) that we use to create this layout:</p>
<div>
<div>
<pre>&lt;div id=&quot;main&quot;&gt; &lt;/div&gt;
&lt;div id=&quot;left&quot;&gt; &lt;/div&gt;
&lt;div id=&quot;right&quot;&gt; &lt;/div&gt;</pre>
</p></div>
<div>
		<img src="http://www.cooljoomla.com/wp/wp-content/plugins/wp-o-matic/cache/5b7d4_news_seo_01_2009.png" width="270" height="70" alt="3-column-layout of the Warp framework" align="right" />
	</div>
</div>
<p>So, since Warp5 we use CSS to order the columns rather than putting the DIV with the ID &quot;left&quot; first in the HTML code.</p>
<h4>It&#8217;s two of them!</h4>
<p>We actually implemented the 2-1-3 column ordering twice, one nested into the other one, and it is very easy to <a href="http://warp.yootheme.com/documentation/item/root/how-to-change-the-layout-column-widths" target="_blank">change the width of your columns</a>: Now, You can set them in the template parameters in the backend of your YOOtheme template and don&#8217;t have to modify any CSS for this any more.</p>
<p><img src="http://www.cooljoomla.com/wp/wp-content/plugins/wp-o-matic/cache/5b7d4_news_seo_02_2009.png" width="760" height="315" alt="How to change the layout column widths" /></p>
<h4>Everything is accessible</h4>
<p>Warp only makes use of unobtrusive JavaScript. All behavior is separated from the markup. This means that all content is accessible, even if your user has JavaScript switched off or if you switch off the JavaScript effects used in your Warp-based template. All JavaScript effects are put &quot;on top&quot; but are not necessary to be able to view the content of a website based on the Warp framework.</p>
<p><img src="http://www.cooljoomla.com/wp/wp-content/plugins/wp-o-matic/cache/5b7d4_8bHaxmJYgas" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cooljoomla.com/07-2009/google-loves-yoo/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
