Skip to content

Web DeSIGN & Development Blog

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