<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-4696864983301230362</atom:id><lastBuildDate>Tue, 24 Sep 2024 14:10:38 +0000</lastBuildDate><category>Joomla Packages</category><category>download</category><category>free joomla templates</category><category>open source</category><category>video tutorial</category><category>four themes to look for in Joomla templates</category><category>joomla modules</category><category>joomla templates</category><category>mosloadmodules</category><category>mosmainbody</category><title>Free Joomla Templates Information</title><description></description><link>http://free-joomla-templates.blogspot.com/</link><managingEditor>noreply@blogger.com (Aaron Martin)</managingEditor><generator>Blogger</generator><openSearch:totalResults>7</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4696864983301230362.post-1175957777198578873</guid><pubDate>Thu, 27 Sep 2007 00:05:00 +0000</pubDate><atom:updated>2007-09-26T17:08:29.440-07:00</atom:updated><title>Free Joomla Templates and the art of Web Design...</title><description>&lt;div xmlns=&#39;http://www.w3.org/1999/xhtml&#39;&gt;So here&#39;s the problem folks. We know that &lt;b&gt;free Joomla templates&lt;/b&gt; aren&#39;t the best quality. We&#39;re just looking for something that isn&#39;t the standard rhuk solarflare II template that you get by default with Joomla. We can&#39;t base our judgment of a good template on whether or not it looks good anymore, there are many more things at stake. Since there are quite a few different browsers out there and a handful of different Os&#39;s out there, getting your design to work on all of these various possibility combinations is a rather daunting task. This is essentially why we have web standards. The W3C has long been the most outspoken advocates for web standards. Most modern browsers have adopted the W3C standards but all at the same time this doesn&#39;t mean that your web standards complaint code will work the same on all browsers, and web standards mean nothing to legacy browsers and systems. The result has been a bunch of hacks to our css to reset a bunch of the main problems which mostly stem from default settings that are different in separate browsers and operating systems. For instance some browsers add a margin to the body of an HTML document, while others do not. What happens when you want to have a top menu bar flush with the top of your browser pane? Well it will work in firefox without any problem, but other browsers will give you up to a 14px white space. &lt;br/&gt;&lt;br/&gt;    This just stinks for web design. Which is why web designers have began building themselves css frameworks that enable a constant development environment. The framework acts as a sheriff, removing all the violations before the browser can come into town.  One such frame work is &lt;a href=&#39;http://developer.yahoo.com/yui/reset/&#39;&gt;Yahoo&#39;s YUI framework&lt;/a&gt; and another is the &lt;a href=&#39;http://code.google.com/p/blueprintcss/&#39;&gt;Blueprint framework&lt;/a&gt; which looks like the framework that we might adopt at &lt;a href=&#39;http://JoomlaPackages.com&#39;&gt;Joomla Packages&lt;/a&gt; for our site face lift. The thing you should note from all of this is that &lt;i&gt;free Joomla templates&lt;/i&gt; manufactures put out their templates at a quick pace, and this is defiantly seen in the quality of the template, but you can almost be assured that browser incompatibilities are not properly addressed nor tested with free Joomla templates. So beware.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Technorati Tags: &lt;a rel=&#39;tag&#39; href=&#39;http://technorati.com/tag/free%20joomla%20templates&#39; class=&#39;performancingtags&#39;&gt;free joomla templates&lt;/a&gt;, &lt;a rel=&#39;tag&#39; href=&#39;http://technorati.com/tag/joomla%20tips&#39; class=&#39;performancingtags&#39;&gt;joomla tips&lt;/a&gt;, &lt;a rel=&#39;tag&#39; href=&#39;http://technorati.com/tag/joomla%20tutorials&#39; class=&#39;performancingtags&#39;&gt;joomla tutorials&lt;/a&gt;, &lt;a rel=&#39;tag&#39; href=&#39;http://technorati.com/tag/web%20design&#39; class=&#39;performancingtags&#39;&gt;web design&lt;/a&gt;, &lt;a rel=&#39;tag&#39; href=&#39;http://technorati.com/tag/css%20frameworks&#39; class=&#39;performancingtags&#39;&gt;css frameworks&lt;/a&gt;, &lt;a rel=&#39;tag&#39; href=&#39;http://technorati.com/tag/css%20hacks&#39; class=&#39;performancingtags&#39;&gt;css hacks&lt;/a&gt;&lt;br/&gt;&lt;/div&gt;</description><link>http://free-joomla-templates.blogspot.com/2007/09/free-joomla-templates-and-art-of-web.html</link><author>noreply@blogger.com (Aaron Martin)</author><thr:total>2</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4696864983301230362.post-1751869317207870059</guid><pubDate>Wed, 19 Sep 2007 18:09:00 +0000</pubDate><atom:updated>2007-09-19T11:10:14.802-07:00</atom:updated><title>Joomla Templates and their PHP Hooks</title><description>&lt;div xmlns=&#39;http://www.w3.org/1999/xhtml&#39;&gt;In this post I&#39;m going to list for you the PHP Hooks that you can use to insert content into your &lt;i&gt;free Joomla templates&lt;/i&gt;, remember they&#39;re free because you&#39;re doing them, which is always the best! PHP Hooks are my word for the functions that Joomla has opened up to the template, kind of like an API but not. They just hook into the Joomla framework. You can find the code for these functions in includes/frontend.php.&lt;br/&gt;&lt;br/&gt;The Hooks are as follows:&lt;br/&gt;&lt;br/&gt;&lt;b&gt;mosCountModules(position)&lt;/b&gt;: this hook is useful when trying to figure out if there are any modules in a certain position. Using a conditional construct you can say that if there are no modules (returns 0) in a specific position then don&#39;t write the container that you would put the modules in. This is helpful when you are trying to remove any unnecessary output from Joomla.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;mosShowHead()&lt;/b&gt;: this hook shows the header information. The header information includes META tags, JavaScripts, and CSS. All header information is dynamicly put together via publishing (mambots/plugins).&lt;br/&gt;&lt;b&gt;&lt;br/&gt;mosMainBody()&lt;/b&gt;: this hook prints the &quot;option&quot; component to the screen. This is specified in the URL. Theres not much to say about this one except if you don&#39;t put it in your template you won&#39;t see much!&lt;br/&gt;&lt;br/&gt;&lt;b&gt;mosLoadModules(position, style)&lt;/b&gt;: I&#39;ve already explained in a previous post about this hook, but basically it prints out a module position utilizing a certain type of HTML or XHTML compliant output. You&#39;ll need to use arguments to express this.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;mosLoadComponent(name)&lt;/b&gt;: This hook isn&#39;t used as much because you&#39;re already using mosMainBody, but this allows you to add a component to your template, albeit not dynamic like mosMainBody, but it can be an advantage if you want to keep a certain component always on the page. The name of the component needs to be added as an argument (&quot;com_name&quot; without &quot;com_&quot;).&lt;br/&gt;&lt;br/&gt;Hope this helps. Tell me what you think.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Technorati Tags: &lt;a class=&#39;performancingtags&#39; href=&#39;http://technorati.com/tag/joomla%20templates&#39; rel=&#39;tag&#39;&gt;joomla templates&lt;/a&gt;, &lt;a class=&#39;performancingtags&#39; href=&#39;http://technorati.com/tag/free%20joomla%20templates&#39; rel=&#39;tag&#39;&gt;free joomla templates&lt;/a&gt;, &lt;a class=&#39;performancingtags&#39; href=&#39;http://technorati.com/tag/joomla%20hooks&#39; rel=&#39;tag&#39;&gt;joomla hooks&lt;/a&gt;, &lt;a class=&#39;performancingtags&#39; href=&#39;http://technorati.com/tag/mosmainbody&#39; rel=&#39;tag&#39;&gt;mosmainbody&lt;/a&gt;, &lt;a class=&#39;performancingtags&#39; href=&#39;http://technorati.com/tag/mosloadmodules&#39; rel=&#39;tag&#39;&gt;mosloadmodules&lt;/a&gt;, &lt;a class=&#39;performancingtags&#39; href=&#39;http://technorati.com/tag/joomla%20packages&#39; rel=&#39;tag&#39;&gt;joomla packages&lt;/a&gt;&lt;br/&gt;&lt;/div&gt;</description><link>http://free-joomla-templates.blogspot.com/2007/09/joomla-templates-and-their-php-hooks.html</link><author>noreply@blogger.com (Aaron Martin)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4696864983301230362.post-2256968535914384966</guid><pubDate>Tue, 11 Sep 2007 05:45:00 +0000</pubDate><atom:updated>2007-09-10T22:59:42.378-07:00</atom:updated><title>Making Custom Joomla Templates Affordable!</title><description>&lt;div xmlns=&#39;http://www.w3.org/1999/xhtml&#39;&gt;So you realized that &lt;b&gt;free Joomla templates&lt;/b&gt; aren&#39;t going to cut it quality wise, and professional Joomla templates look great but 50 people have the same one; you want something unique; you want a custom Joomla template. Let me stop right here and say, even though we can do custom templates for you at &lt;a href=&#39;http://joomlapackages.com&#39;&gt;Joomla Packages&lt;/a&gt;, its not our business, we put together whole sites, and templates are just a small part of that. I want instead to iterate once something I know I&#39;ll be saying over and over to our customers: custom Joomla templates can be expensive. A custom template is unique, its exactly what you want, and it should express your brand better than any free Joomla templates, or even a quality pro template. So, when you&#39;re spending money on a custom Joomla template you should either not think about expense or you should learn how to minimize what you pay when you&#39;re dealing with a developer.&lt;br/&gt;&lt;big&gt;&lt;big&gt;&lt;br/&gt;How do you minimize costs when dealing with a developer? &lt;/big&gt;&lt;/big&gt;&lt;br/&gt;&lt;br/&gt;Well basically with honest developers you&#39;re just being charged the cost of the developers time. This may be an hourly rate or an estimate based on the task at hand (estimate = how we do things). With unscrupulous developers, watch out! They&#39;ll inflate their prices and pour honey in your ear, and at the end of your ordeal with them, you&#39;ll feel like you got robbed...you did. Let me put forth some wisdom for you so that you don&#39;t have to gamble when dealing with developers, because its hard to know whether they are honest or just filling you with the words you want to hear. Go about your custom template development  in this manner:&lt;br/&gt;&lt;br/&gt;&lt;big&gt;&lt;big&gt;Template Wisdom in 5 Easy Steps&lt;/big&gt;&lt;/big&gt;&lt;br/&gt;&lt;br/&gt;&lt;ol&gt;&lt;li&gt;&lt;b&gt;Try to find free Joomla templates:&lt;/b&gt; Start here. If you can&#39;t find anything that works for you, thats perfectly OK, 90% of the time you wont find a fit.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Try to find Professional Joomla templates: &lt;/b&gt;The next step is to check with pro template manufactures, the cost is around $50 USD for a template club subscription, or maybe a little cheaper if you find a pay-per-template group. Sixty percent of the time you&#39;ll find something you can settle on, and you may want to settle because the next three steps may seem too steep for your budget.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Find a free XHTML compliant template:&lt;/b&gt; Step three in your quest for the perfect Joomla template is to go outside the sphere of Joomla templates and find a free standards compliant template, and then have a Joomla template developer insert the PHP hooks and ready the CSS and XML for a Joomla installation. You can find these templates all over the web, but the quality is hit or miss (&lt;i&gt;but much better than free Joomla templates&lt;/i&gt;). The key here, is for you to do the work and find the template. This will minimize the developers time. You can probably get this kind of a template built for you at around $200 USD.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Find a pay web template:&lt;/b&gt; you&#39;ve seen these shops all over the web, the big one is monstertemplates.com. She&#39;s the mother of all pay templates on the web. $50 USD will get you a PSD and some crappy non-standards compliant code that Adobe Image Ready pumps out. The good thing is that they make great looking templates and chop them up for the developer. All the developer has to do is throw the images into the template and standardize the typography. The back breaker here is the CSS file, this take the most time. You really have to massage the CSS into Joomla, and then you have to become friends with the big dumb angry kid on the block, Internet Explorer and its dynasty of crummy browsers. Once again, your “doing the work”, minimizes the developers time. You should bring the developer one template at this stage. You&#39;ll then be looking at $350-500 USD, depending on the complexity of the template.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Lastly, the custom Joomla Template.&lt;/b&gt; You&#39;re just too picky, aren&#39;t you. We&#39;ll, its your website. Actually this is the best part of the website, the design. I would suggest to you, so that you can minimize expense, to bring to the developer at least three sites that you like. You can find these sites of course on the web, or better yet from the resources we&#39;ve already listed above. Bring these ideas to the plate and tell the developer, I like this part of this website because... and be as clear as you possibly can. Write bullet points or whatever. Get across what you are looking for. Spend your time preparing for your developer. This will minimize your costs and it will also help wrap your mind around what you really want. &lt;/li&gt;&lt;/ol&gt;&lt;br/&gt;I&#39;m going to stop it right here...dang I wrote much too much, and I barely scratched the surface...I hope this helped.&lt;br/&gt;&lt;br/&gt;Technorati Tags: &lt;a rel=&#39;tag&#39; href=&#39;http://technorati.com/tag/Free%20Joomla%20Templates&#39; class=&#39;performancingtags&#39;&gt;Free Joomla Templates&lt;/a&gt;, &lt;a rel=&#39;tag&#39; href=&#39;http://technorati.com/tag/Professional%20Joomla%20templates&#39; class=&#39;performancingtags&#39;&gt;Professional Joomla templates&lt;/a&gt;, &lt;a rel=&#39;tag&#39; href=&#39;http://technorati.com/tag/Custom%20Joomla%20templates&#39; class=&#39;performancingtags&#39;&gt;Custom Joomla templates&lt;/a&gt;, &lt;a rel=&#39;tag&#39; href=&#39;http://technorati.com/tag/Joomla%20Packages&#39; class=&#39;performancingtags&#39;&gt;Joomla Packages&lt;/a&gt;, &lt;a rel=&#39;tag&#39; href=&#39;http://technorati.com/tag/Affordable&#39; class=&#39;performancingtags&#39;&gt;Affordable&lt;/a&gt;, &lt;a rel=&#39;tag&#39; href=&#39;http://technorati.com/tag/Joomla%20developers&#39; class=&#39;performancingtags&#39;&gt;Joomla developers&lt;/a&gt;&lt;br/&gt;&lt;/div&gt;</description><link>http://free-joomla-templates.blogspot.com/2007/09/making-custom-joomla-templates.html</link><author>noreply@blogger.com (Aaron Martin)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4696864983301230362.post-8700197948820431576</guid><pubDate>Sun, 09 Sep 2007 06:05:00 +0000</pubDate><atom:updated>2007-09-08T23:05:55.149-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">download</category><category domain="http://www.blogger.com/atom/ns#">four themes to look for in Joomla templates</category><category domain="http://www.blogger.com/atom/ns#">free joomla templates</category><category domain="http://www.blogger.com/atom/ns#">joomla modules</category><category domain="http://www.blogger.com/atom/ns#">Joomla Packages</category><category domain="http://www.blogger.com/atom/ns#">joomla templates</category><category domain="http://www.blogger.com/atom/ns#">mosloadmodules</category><category domain="http://www.blogger.com/atom/ns#">mosmainbody</category><category domain="http://www.blogger.com/atom/ns#">open source</category><category domain="http://www.blogger.com/atom/ns#">video tutorial</category><title>Out with the links to the free Joomla templates already!!!</title><description>&lt;div xmlns=&#39;http://www.w3.org/1999/xhtml&#39;&gt;Geeze...Some people are just hard to please! I&#39;m a developer for &lt;a href=&#39;http://joomlapackages.com&#39;&gt;Joomla Packages&lt;/a&gt;. We get a lot of custom jobs from the Joomla community, our clients want a bunch of the latest and greatest open source extensions installed for them but they don&#39;t want to spend the money on a quality template to show off their site. They&#39;ll spend money getting us to install, configure, and quality assure the extensions that they prefer, but then they&#39;ll slap &lt;b&gt;free Joomla templates&lt;/b&gt; on top and ruin their whole venture. Some people just don&#39;t get it. The template has all the design information in it, while some free Joomla templates are decent, they can never out do the quality of professional Joomla templates. Slapping a free template on a site you just spent a couple hundred dollars in development is the worst thing you can do to your web business. Make your site look good. Either purchase a pro template or spend some time learning the basics in web design so you don&#39;t create an eyesore for your readers. In the end your readers are going to judge you on your content but they may never get there if you don&#39;t present it to them in an instantly understandable format. People have been reading books and newspapers all their lives...we&#39;ll some people. These texts are created in formats that have evolved through out time because people read in a certain way. Typography and grid layouts are what I&#39;m talking about. Pro template manufactures develop (or should) develop with these things in mind, because they pay attention to detail. Free template producers, create quick free templates so that they can sell you their better looking pro templates, and these details are lost.&lt;br /&gt;&lt;br /&gt;Why did I write all this? I&#39;m trying to pursuade you from making the mistake that we at Joomla Packages find our customers making all the time, don&#39;t slap an ugly dress on a pretty girl! ... Not convinced. Ok....I tried to help... We&#39;ve constructed a list of &lt;a href=&#39;http://joomlapackages.com/joomla-templates/free-joomla-templates.html&#39;&gt;free joomla templates&lt;/a&gt; sites along with some videos on Joomla templates, all free, all the time, for your viewing pleasure. If you like the list then maybe you might consider digging the page, or bookmarking it so others can partake in the freeness...By the way we don&#39;t sell templates at Joomla Packages.&lt;/div&gt;</description><link>http://free-joomla-templates.blogspot.com/2007/09/out-with-links-to-free-joomla-templates.html</link><author>noreply@blogger.com (Aaron Martin)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4696864983301230362.post-2420888382195862557</guid><pubDate>Wed, 05 Sep 2007 19:59:00 +0000</pubDate><atom:updated>2007-09-05T13:02:40.160-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">download</category><category domain="http://www.blogger.com/atom/ns#">free joomla templates</category><category domain="http://www.blogger.com/atom/ns#">joomla modules</category><category domain="http://www.blogger.com/atom/ns#">Joomla Packages</category><category domain="http://www.blogger.com/atom/ns#">joomla templates</category><category domain="http://www.blogger.com/atom/ns#">mosloadmodules</category><category domain="http://www.blogger.com/atom/ns#">mosmainbody</category><category domain="http://www.blogger.com/atom/ns#">open source</category><category domain="http://www.blogger.com/atom/ns#">video tutorial</category><title>How do add modules to my templates?</title><description>&lt;div xmlns=&#39;http://www.w3.org/1999/xhtml&#39;&gt;Joomla templates seem to be a mystery because people don&#39;t understand where the Joomla output comes from, so they just buy some professional Joomla template or find some cheap &lt;i&gt;free Joomla templates&lt;/i&gt; to some what fit their needs. The truth is you can easily make your own Joomla templates and modify them how ever you like. Once you make your own template the mystery of Joomla output is reavealed. What we need to wrap our minds around here is that Joomla templates are just like any other php web page, they import content from other areas. The only exception is instead of using an import declaration, you use a Joomla declaration. Now Joomla declarations, or as I like to call them &quot;hooks&quot;, vary in name but have the same purpose, to import Joomla output. For instance to import the area that all Joomla components are displayed in you use the Joomla hook, &lt;i&gt;mosMainBody();&lt;/i&gt; . &lt;br/&gt;Modules cause many people greif because they come in different forms. When the Joomla hook for modules was first created xhtml compliance really wasn&#39;t a burning desire in most people, but now people will stop traffic, and pull over to the side of the virtual super highway for xhtml compliance. So Joomla had to create another style for its module output. Joomla has listed all of these styles in their help section which you should go to get the number for the particular style output that you desire.&lt;br/&gt;&lt;br/&gt;The php code for the Joomla modules hook is:&lt;br/&gt;&lt;br/&gt;    mosLoadModules(&#39;inset&#39;, -1);&lt;br/&gt;&lt;br/&gt;Inset is the name of some module position specified in your &lt;i&gt;Joomla administrator--site--template manager--module positions&lt;/i&gt;, there you&#39;ll find all the positions that are there by default; you can also add your own for your own purposes. The module positions manager in the administrator is your virtual reference for modules in your Joomla CMS. The number that followed &quot;inset&quot; in our example refers to the type of module style. Go to Joomla.org for this reference. Here&#39;s the link for that - &lt;a href=&#39;http://help.joomla.org/content/view/1565/60/&#39;&gt;Joomla.org module styles number code&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;Keep your eye out on &lt;a href=&#39;http://joomlapackages.com&#39;&gt;JoomlaPackages.com&lt;/a&gt; for our latest video tutorial on how to make a Joomla Template, which will go over what we just learned here and more!&lt;/div&gt;</description><link>http://free-joomla-templates.blogspot.com/2007/09/how-do-add-modules-to-my-templates.html</link><author>noreply@blogger.com (Aaron Martin)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4696864983301230362.post-2157779497727421020</guid><pubDate>Fri, 31 Aug 2007 15:42:00 +0000</pubDate><atom:updated>2007-08-31T09:24:41.654-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">download</category><category domain="http://www.blogger.com/atom/ns#">four themes to look for in Joomla templates</category><category domain="http://www.blogger.com/atom/ns#">free joomla templates</category><category domain="http://www.blogger.com/atom/ns#">Joomla Packages</category><category domain="http://www.blogger.com/atom/ns#">open source</category><category domain="http://www.blogger.com/atom/ns#">video tutorial</category><title>A video about Free Joomla Templates</title><description>&lt;div xmlns=&#39;http://www.w3.org/1999/xhtml&#39;&gt;We did this video at &lt;a href=&#39;http://joomlapackages.com&#39;&gt;JoomlaPackages.com&lt;/a&gt; for our clientele. Many of whom have a hard time with the concept of Joomla templates. For some reason there is a great mystery involved with Joomla, so we at Joomla Packages have been trying to demyth or make less mysterious the Joomla CMS by offering these kinds of tutorials. This one is about Free Joomla templates, which explains what to look for in a template, outlining four themes. This video also explains what to look out for when searching for free Joomla templates.&lt;br/&gt;&lt;br/&gt;&lt;object height=&#39;350&#39; width=&#39;425&#39;&gt;&lt;param value=&#39;http://www.youtube.com/v/fsFXuEnb_4E&#39; name=&#39;movie&#39;/&gt;&lt;param value=&#39;transparent&#39; name=&#39;wmode&#39;/&gt;&lt;embed height=&#39;350&#39; width=&#39;425&#39; wmode=&#39;transparent&#39; type=&#39;application/x-shockwave-flash&#39; src=&#39;http://www.youtube.com/v/fsFXuEnb_4E&#39;/&gt;&lt;/object&gt;&lt;br/&gt;&lt;br/&gt;We&#39;ll be going in to greater detail in later posts, until then, keep it sassy San Diego.&lt;/div&gt;</description><link>http://free-joomla-templates.blogspot.com/2007/08/video-about-free-joomla-templates.html</link><author>noreply@blogger.com (Aaron Martin)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4696864983301230362.post-8237989671751629907</guid><pubDate>Fri, 31 Aug 2007 15:32:00 +0000</pubDate><atom:updated>2007-08-31T09:23:25.881-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">download</category><category domain="http://www.blogger.com/atom/ns#">free joomla templates</category><category domain="http://www.blogger.com/atom/ns#">Joomla Packages</category><category domain="http://www.blogger.com/atom/ns#">open source</category><title>Introduction to Free Joomla Template Information</title><description>&lt;div xmlns=&#39;http://www.w3.org/1999/xhtml&#39;&gt;Joomla templates seem to be the most popular things in Joomla today especially the idea of &lt;span style=&#39;font-weight: bold;&#39;&gt;Free Joomla Templates&lt;/span&gt;, but while I&#39;ll point to the newest and latest free Joomla template resource, this blog will be about Joomla templates as a whole, how to make them and what they are formed out of. Since this is a blog we&#39;ll have more than enough time to go through all the complexities of Joomla templates one day at a time.&lt;br/&gt;    Today is just an introduction to what we are going to be talking about. I&#39;ll also post a second, err, post to get our conversation started. As we go along we&#39;ll also be creating some templates from scratch and will be downloadable at &lt;a href=&#39;http://joomlapackages.com&#39;&gt;JoomlaPackages.com&lt;/a&gt; my business website. Of course these downloads will be free and under an open source license, so nothing to worry about, no compulsion to purchase anything from me! ;)&lt;br /&gt;&lt;br /&gt;Technorati Tags: &lt;a rel=&#39;tag&#39; href=&#39;http://technorati.com/tag/open source&#39; class=&#39;performancingtags&#39;&gt;open source&lt;/a&gt;, &lt;a rel=&#39;tag&#39; href=&#39;http://technorati.com/tag/free Joomla packages&#39; class=&#39;performancingtags&#39;&gt;free Joomla packages&lt;/a&gt;, &lt;a rel=&#39;tag&#39; href=&#39;http://technorati.com/tag/download&#39; class=&#39;performancingtags&#39;&gt;download&lt;/a&gt;&lt;/div&gt;</description><link>http://free-joomla-templates.blogspot.com/2007/08/introduction-to-free-joomla-template.html</link><author>noreply@blogger.com (Aaron Martin)</author><thr:total>0</thr:total></item></channel></rss>