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...
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...
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:
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...
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.
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...
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...
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...
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...
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...