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. 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 “catalog”. 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. Introducing Content Applications 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’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! ZOO 2.0 is around the corner 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 ‘n drop. There is a new global parameter system for categories and items. All elements are completely rewritten and we added “repeat”-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! Goodbye ZOO LITE and PRO 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. Cutting edge! 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. We care about our Members You might ask: “ZOO 2.0 will be free and includes all new features? So why did I purchased ZOO PRO in the first placed?” 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. The release date and the future 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. Check it out! 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. If you enjoyed this reading get excited about ZOO 2.0! Because we are!
View original post here:
Announcing ZOO 2.0
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. 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 “catalog”. 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. Introducing Content Applications 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’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! ZOO 2.0 is around the corner 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 ‘n drop. There is a new global parameter system for categories and items. All elements are completely rewritten and we added “repeat”-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! Goodbye ZOO LITE and PRO 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. Cutting edge! 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. We care about our Members You might ask: “ZOO 2.0 will be free and includes all new features? So why did I purchased ZOO PRO in the first placed?” 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. The release date and the future 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. Check it out! 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. If you enjoyed this reading get excited about ZOO 2.0! Because we are!
Go here to see the original:
Announcing ZOO 2.0
In march we "Intro"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! 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. We created some new module styles for this template, like the new styles for the submenus and the YOOtweet module . 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. New List Styles 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. 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. Have a look at our Typography page and learn how to use them. Feature list A variety of template color variations Built with the new Warp5 template framework Multi-column dropdown menu Lots of modules with color variations, endless combinations with icons and badges possible 2-1-3 column ordering for search engine friendliness Compact size, using gzip and image sprites Works with all YOOtools

Read the original here:
Intro template
JM Morganite (http://magento-themes.joomlart.com/jm_morganite/) is now available. We build sample contents around automobile category which well-demonstrates modern,…

See the rest here:
JM Morganite – Mordern Magento autos theme
JA Lime Today, the second 2010 template JA Lime (http://www.joomlart.com/demo/#templates.joomlart.com/ja_lime) is out, we give it a vote for…

Go here to read the rest:
JA Lime – Blog site well-tuned with JA Comment
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. One of the highlights of this template is the new designed tabbed style for the main menu which smoothly integrates the dropdown menu. Template variations for every purpose 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 YOOcarousel , can be perfectly used for rotating news articles or advertising. Warp5 Vox is based on the powerful Warp5 framework which utilizes the latest web techniques. As announced in back in August , all templates released in 2010 and will drop the support for the old and outdated Internet Explorer 6 browser. Feature list A variety of template color variations Built with the new Warp5 template framework Multi-column dropdown menu Lots of modules with color variations, endless combinations with icons and badges possible 2-1-3 column ordering for search engine friendliness Compact size, using gzip and image sprites Works with all YOOtools

View original here:
Vox template
A module extension for the the Joomla 1.5 CMS. It displays a short excerpt from articles in a selected category, with link and optional thumbnail image. You can choose the number of characters displayed, the section and category to be displayed, and whether to display thumbnail using the module parameters. **New Feature** I have now added the feature that you can specify individual article ids, as well as categories and sections. **update Jan 2009** You can now set the thumbnail size, also the articles can now be ordered in a variety of ways, allowing the module to function like the ‘latest news’ module, or the ‘most read’ module according to your choice. The module can also display articles in a random order, allowing you to display a random selection of articles from a category or section. The latest update includes the option to set an itemid in the article links, improved image size calculation and more ordering options. The module also includes integration with Mighty Extensions Touch and JomSocial. It can be used to display articles by the profiled user whenever a user profile is viewed. **Note** the module template includes ONE link to my own site, it is not ‘hidden away in the source code’, it is clearly visible in the template, and you can easily remove it by deleting it from the file tmpl/default.php . The link text says ‘module by Inspiration’, I believe that it should be acceptable to include a link to my own site in my own work, but you are perfectly at liberty to remove it if you don’t like it.

Here is the original:
Featured Items
Mit Modulen überall können Sie ein einzelnes Modul mit einschließen oder Modulpositionen abschließen überall in Ihrem Aufstellungsort und Bestandteile der 3. Partei des Inneres einschließen und sogar innerhalb anderer Module. Warum verwenden Sie Module überall und nicht das {loadposition} Einsteck? * Es funktioniert überall, nicht nur in den Artikeln. Es funktioniert sogar in den Modulen! * Sie können ein einzelnes Modul, nicht nur komplette Modulpositionen laden. * Sie können die HTML-Anzeigenart innerhalb vom Umbau, nicht nur eine globale Einstellung steuern. * Sie haben irgendeine Sicherheitseinstellung, also können Sie diese Eigenschaft für unterere Benutzerarten sperren. * Sie kommt mit einem sehr bedienungsfreundlichen Herausgeberknopf. Sie können Module überall einstellen, um die {loadposition} Umbauten auch zu behandeln. In diesem Fall können Sie das {loadposition} Einsteck alle sicher sperren zusammen. Module überall basiert auf Modulen im Inhalt. Aber Module überall ist viel mehr nützlich. Anders als Module im Inhalt, erlaubt es Ihnen auch, Module in andere Plätze als nur Artikel zu legen. Und es gibt mehr kühle Eigenschaften! Wenn Sie Module im Inhalt benutzen, können Sie ihn durch Modules Anywhere ersetzen! Das Mittel, müssen Sie Module im Inhalt deinstallieren, wenn Sie Module überall anbringen. Wie man ihn verwendet: http://www.nonumber.nl/modulesanywhere Changelog: http://www.nonumber.nl/modulesanywhere/changelog halten aktuell: http://www.nonumber.nl/news Stützforum: http://www.nonumber.nl/forum gefallen verwenden nicht die Berichte, um Stützausgaben bekanntzugeben. Benutzen Sie mein Forum für das.
View original here:
Module überall
JA Urani JoomlArt (http://www.joomlart.com) team is delighted to announce December template JA Urani (http://template15.joomlart.com/ja_urani/), a ready-made…

Welcome ‘Explorer’, 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 Warp5 Joomla template framework . Template variations at its best 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’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 YOOcarousel . CSS3 Web Fonts 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. Feature list Extensive themed template variations Built with the new Warp5 template framework Muti-column dropdown menu Lots of modules with color variations, endless combinations with icons and badges possible 2-1-3 column ordering for search engine friendliness Compact size, using gzip and image sprites Works with all YOOtools

See the original post:
Explorer template