
Search In
Component is a type of joomla extension. They work as a mini application in joomla. Joomla provides several components which gives it the power to be the best CMS in the world. Some of the top joomla components are:
Virtuemart:
Virtuemart is an
Hi,
Here is a code for loading current logged-in user using Bootstrap full in external PHP file.
function user_load_from_bootstrap($uid = NULL) {
define('DRUPAL_ROOT', $_SERVER['DOCUMENT_ROOT']);
$base_url = 'https://'.$_SERVER['HTTP_HOST']; // thi
To implement caching in core php follow the below steps : -
Step 1 - Firstly create a folder having write permission where we store the output of the page.
Step 2 - At the start of file, please check whether we have already stored any output
It is a small file in a text format and it contains no executable code and has all the information in plain text. Browser stores the cookie file in the user’s work machine. These cookies are sent to the server with each request that follow a set of c
In Odoo first install the accounting module and then if users want all customer related account invoice to be added only to the product price and the quantity of the product calculated and stored in the fields in res.partner, for this follow the step
In this era of software development technology, the main concern in development should be the best performance. As we already aware that database is the backbone of any software. So whilst designing the database we need to keep a few things in mind t
Following is a list of best practices for SQL Server
1) Use correct formatting
Following is a sample select query for reference:
SELECT
X.column1,
Google Analytic is one of the best tools for analyzing website's traffic data and also enables us to track the user's location. Its a powerful web and mobile analytic solution that is easy to use. With this powerful and free service of Google,we can
I am trying to run the following code:
from selenium import webdriver
# create a new Firefox session
driver = webdriver.Firefox(executable_path=r'C:\Program Files\geckodriver.exe')
driver.implicitly_wait(30)
driver.maximize_window()
# navigat
If you are developing a website then you must have a login sign-up page that stores the users information in the database then it is responsibility of the person to make the database more secure i.e. the password must be secured so that nobody can ha
