Over the last couple of weeks I have been getting asked for a good Joomla tutorial guide. While I have had to sadly turn people away with no real definitive solution or place to go to I have done some research and found a great product which as the title suggests “Joomla Made Easy” does make Joomla easy. This complete guide comes with not only a great step by step guide on how to install, configure and use Joomla but it also comes with Joomla templates, addon modules and guides on how to create membership sites.
There are over 18 Joomla videos, a joomla template maker, joomla template ebook and a massive 400 Joomla Templates to choose from. The great thing about “Joomla Made Easy” is the way the videos are created they are all user friendly and show in laymens terms how to create the joomla website you have always wanted. The cost for this product is $47 but for the money it is well worth purchasing.
You can get your copy of Joomla Made Easy by clicking here.
Have you been searching for joomla tutorials on how to build a quality website using Joomla? Well if you have then you have made a start towards using amongst the worlds best Content Management System. I have been using Joomla myself for the past 4 years and in that time I have learnt alot more about one content management system than I thought was ever possible. This was made possible through the development of components and modules by other like minded people who saw the power of Joomla. These people saw the power of Joomla pretty quickly after it was released to the public.
Continue reading »
Getting a footer to go the full width of a screen is a painful exercise if you have never done it or have only done it a few times. After doing a lot of searching on the internet for a div and css solution followed by 2 hours of playing around I have found one that works in all browsers including Internet Explorer, FireFox and Safari. It is CSS 2.0 compliant code so it may not work on older browsers.
Continue reading »
If you are wanting to switch module positions on and off when there are no modules in given positions on certain pages you can employ the following code:
<?php if($this->countModules(‘right’) == 1) : ?><div id=”main”><jdoc:include type=”component” /><jdoc:include type=”module” style=”xhtml” name=”right” /></div><?php else : ?><div id=”main100″><jdoc:include type=”component” /></div><?php endif; ?>
This will now show the right hand column if there is a module on the right. if there is no module it will hide the right hand column giving you more space in your content.
Have you been spending hours looking for that right joomla template? Have you had a few joomla templates in the past or are sick of being stuff with the default ones that are supplied with Joomla when you download it? The good news is that you are probably not the only person who has had this issue. Infact up until a couple of years ago there were millions of users out there with this very issue. Joomla templating can be very difficult and time consuming even for the “experts in joomla”.
Continue reading »