Search
Search Only:

Latest Joomla & VirtueMart Articles

  • How to remove CSS from Joomla header

    Very, very hard coding and rude! But it works... When you optimize your site for Google Search engine or other engines it's a good practice to reduce a number of CSS files which are being loaded in a site's HEADER. It'll help you to merge all these CSS...


    Read More...

  • How to remove JavaScript from Joomla header

    Very, very hard coding and rude! But it works... When you optimize your site for Google Search engine or other engines it's a good practice to reduce a number of javascripts which are being loaded in a site's HEADER tag. It'll help you to merge all...


    Read More...

  • Joomla 3.0 has been deprecated DS constant

    Joomla 3.0 has been deprecated DS constant, since now use DIRECTORY_SEPARATOR instead. Or you just can redeclare the old one: if(!defined('DS')) define('DS', DIRECTORY_SEPARATOR); in one of Joomla's php sources.


    Read More...

  • Mobile Ready feature

    In this article I'm going to tell you how to make mobile, smartphones and tablet PCs, versions of your site. If you wish to have a mobile version of you site there's a good point to use JoomlArt T3 Framework v.2 for developing your site as the framework...


    Read More...

  • How to load AddThis with jQuery

    I recently noticed that AddThis Social Buttons plugin adds about 300KB to my site and moreover it adds 2-3 seconds for loading my page. So how to load AddThis Social Media plugin with jQuery in a background and not to add odd weight to your page? Not a...


    Read More...

  • How to register a user with jQuery Ajax in Joomla

    If your are a Joomla developer sometimes you encounter a task which needs to produce jQuery Ajax call in order to register a new user at a Joomla CMS based site. In this case this article will help you to implement this feature on your site. So first...


    Read More...

  • How to make jQuery Ajax call in Joomla

    If your are a Joomla developer sometimes you encounter a task which needs to produce jQuery Ajax call in order to add some additional content to a Joomla article page or just to make some operation in a background. In this case this article will help...


    Read More...

  • Add YouTube Video to VirtueMart Product

    Jul 16, 2015 12:30 AM This article describes how to add, insert YouTube Video to a product page. If you are an owner of a web-store built on VirtueMart it's a good idea to add YouTube Video to VirtueMart products pages as it adds more attractive...


    Read More...

  • How to get all Joomla plugins loaded

    Sometimes it would be good to know which Joomla plugins are loaded as they may increase your site's loading and you can turn them off. So here you are, it outputs all the plugins' groups with plugins loaded:


    Read More...

  • How to log in a user with jQuery Ajax in Joomla

    If your are a Joomla developer sometimes you encounter a task which needs to produce jQuery Ajax call in order to log in a user to a Joomla CMS based site. In this case this article will help you to implement this feature on your site. Then add HTML...


    Read More...