Skip to content

Web DeSIGN & Development Blog

Magento : How to replace the default logo in transactional emails

Here is a screenshot of the magento admin panel. Navigate through menu > System > Configuration> Design > Transactional Emails. Select and upload the logo , then set the ALT
Read More

Joomla Contact Us Form Issue – PHPMAILER_RECIPIENTS_FAILED

PHPMAILER_RECIPIENTS_FAILED Some times this error occurs because default contact form tries to use users email address as the FROM address. Some hosts doesn’t allow this to stop spam. So we
Read More

Database Error: Unable to connect to the database:Could not connect to database

You should check the configuration.php file of your Joomla application and make sure the following lines are correct: var $dbtype = ‘mysql’; var $host = ‘localhost’; var $user = ‘user_name’;
Read More

Joomla Tip : Creating a new file on a joomla installation

Whenever creating a new file for the Joomla! installation you must avoid using certain text editors such as , WordPad, Word, for example as they unfortunately have a tendency to
Read More

How to add CSS and Javascript to Your Joomla Extension

When creating a quality Joomla extension you will place your styles and javascript codes on seperate files. Then here is the way to add those files in to the joomla
Read More

Redirecting non-www to www with .htaccess

If you want to redirect all non www requests to your web site to the www version, all you need to do is add the following code to your .htaccess
Read More

Why it is better to have a Dedicated IP ?

Every small piece of information transferred on the Internet is passed via an IP address. This address is just like your home address, and like a physical address can contain
Read More

Inserting an Iframe to Joomla article using JCE editor

Have you tried to embed the an iframe in an article using the JCE editor in Joomla ? You may have been frustrated to see your iframe code stripped off
Read More
beautiful stacked website designs done using joomla

What is Joomla and Why do I need Joomla for my website?

Almost everyone who wants to publish a web site can benefit from using Joomla! to do it. Take a look at a few of the many good reasons to consider
Read More

How to create a Joomla 1.5 Custom 404 Error Page

Joomla! CMS uses the templates/system/error.php file to handle several HTTP Status errors, including “403 Forbidden”, “404 Not Found”, and “500 Internal Server” Errors. You may style the error results by
Read More

Remove featured products and recently viewed products from Joomla Virtuemart category browse page

go to: component/com_virtuemart/themes/browse/includes edit one of this files depending of what you have selected in layout style. browse_listtable.tpl.php browse_layouttable.tpl.php browse_notables.tpl.php Comment out following lines. echo $ps_product->featuredProducts(true,10,true); echo $recent_products; It should
Read More