Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Top 10 most common components in joomla

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

Drupal 7 get information of current logged-in user in external PHP file

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

How can do caching in Core PHP?

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

What is a cookie

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

How to add value form account invoice line and store in customer form in Odoo-9?

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

How to improve SQL database design and performance

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

SQL Server : Best Practices

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,

How to Create Google Analytics Account?

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

How to Remove Error 'No Such Element Exception' From Below Python Code

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

Encryption functions in PHP

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

1 47 633
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: