Drupal 8 has been released on November 19, 2015 with huge improvements. Learn how can you install and configure the newly launched Drupal 8 on the server with our step by step guide for beginners. It will be a good idea to build and test your Drupal site o...

By: CodexWorld Nov 26, 2015

Are you have a project on your local server? And want to upload it on the live server? Then you need to create the database on the server. This tutorial describes the process of creating database and tables on the server in cPanel.

By: CodexWorld Nov 25, 2015

CakePHP's Element and Layout feature helps you to customize your application layout. This tutorial is designed to help you for CakePHP theme integration by creating elements and layout. In this tutorial, we'll divide the basic bootstrap template into eleme...

By: CodexWorld Nov 30, 2016
PHP

The event calendar is a very useful element to display events datewise in the web application. There are various jQuery plugins are available to integrate event calendar in the website. But if you want to list dynamic events on the calendar, it can be easi...

By: CodexWorld Oct 30, 2024

Are you want to prevent visitors from copying your web page content? In this short article, we'll show you how to stop content theft from your website using jQuery. For stopping the content copy of your website you can do two things, one is to disable the ...

By: CodexWorld Apr 22, 2016
PHP

The dynamic dependent select box is used to auto-populate the dependent data in the dropdown list. Bases on the drop-down selection, the dependent data are retrieved from the database and display in the next select box. Dynamic dependent dropdown is very u...

By: CodexWorld Jun 20, 2023

Assume that, your module needs the database tables for storing the module related data. In this tutorial, we'll discuss the process of creating a table into the database during module installation. Your module needs a .install file, which helps your module...

By: CodexWorld Oct 28, 2015

.htaccess file is a configuration file used to override the main server configuration. .htaccess file placed in a directory and the configuration is applied to that particular directory and all the subdirectories. The most usage of the .htaccess file is Re...

By: CodexWorld Mar 14, 2023
PHP

PayPal Payments Pro provides a powerful and customizable solution to accept payment in the web application. Website Payments Pro API allows you to accept credit and debit cards directly on the website. The main advantages of PayPal Pro are that customers d...

By: CodexWorld Jul 8, 2024

PayPal sandbox test accounts are virtual PayPal accounts that exist only in the Sandbox environment. Sandbox accounts are used by PayPal Developer for testing PayPal transaction. Create PayPal sandbox account and PayPal website payment pro sandbox account ...

By: CodexWorld Nov 2, 2015

Featured image or post thumbnail is pretty useful for your WordPress site. Using this feature, you'll be able to add the thumbnail to WordPress post. This article will explain about how to add featured image or post thumbnail in WordPress. If you are a Wor...

By: CodexWorld Oct 9, 2015
keyboard_double_arrow_up