How to integrate Google Data Table in drupal custom page.
Our Requirement is teacher can update the assessments of each students .We implemented this requirement using google data table.
Our Requirement is teacher can update the assessments of each students .We implemented this requirement using google data table.
Magento 2.3.2 version installation process. Magento 2.3.2 version was released with more user-friendly, high performance and security. Magento commerce & open source have some security updates and performance enhancements. Magento 2.3.2 version has security enhancements is used to solve some issues like, Sensitive data disclosure vulnerabilities Cross-site scripting etc. How to install Magento 2 [...]
Upgrade PHP version Website will be faster as the newer version of Php is more efficient. Updating to the latest supported version can deliver a huge increase in performance. The latest version of Php shows the latest security features like; 1. SQL injections 2. Directory traversal and code injection 3. Cross-site scripting and password [...]
AngularJS routing without the hash '#' A Hashtag is not required in modern browsers, that support the Html5 API. First of all, you need to create a .htaccess file, then add to the code below. Two important things that need to be done. 1. Configuration of $location provider. 2. Setting/Add base for relative links. [...]
BlueSnap is a global payment gateway which supports credit and debit card payments, ACH/ECP, SEPA Direct Debit, digital wallets, and Paypal. Its Payment API is RESTful and uses standard HTTP features. Bluesnap API supports automatic recurring subscription and we utilize this feature and implement as Custom Drupal 7 Module. We use cURL to get [...]
Display woocommerce categories and product listing Wordpress: 5.2 Woocommerce: 3.6 If you want to group products subcategory wise the default woo-commerce product listing should be overridden. The product listing uses the archive-products.php file in plugin/woocommerce/templates. Now you have to override archive-products.php file to your theme/woocommerce folder. If the woocommerce folder is not present create [...]
Routing in CodeIgniter with Nginx While setting up Codeigniter in Nginx if a 404 error occurs when you have to set Codeigniter for subfolders in Nginx. For that open /etc/nginx/sites-available/default and then add the following code to the configuration:
1. Permalink Use permalink for individual blog post. In wordpress dashboard, go to settings>permalinks> then you will see the several options for url structure. The least seo friendly url is plain url and post name is the most seo friendly url. Post name :(sample-post) Custom Structure: /%postname%/ Remove www from your permalink. Use permalink [...]
The Braintree Node.js library with Braintree's servers. Prerequisite: Install Braintree node package: For more information or help with this step, see our API Credentials support article. In Client Controller: