Category: Web Development
Difference among isset, is_null and empty in PHP
Difference among isset, is_null and empty in PHP Php has different methods to check the value of the variable. The methods isset(), empty() and is_null() are very useful methods and all returns a boolean value. Let see the difference between
.htaccess file in WordPress
.htaccess in wordpress, its purpose & how to edit it .htaccess file in wordpress is used for the functionality like redirecting visitors to our site, beefing up site’s security etc. .htaccess is the distributed configuration file which is only readable
Introduction to WordPress REST API
WordPress REST APIs – Introduction and Example What is an API? API stands for Application Programming Interface. It is a piece of software that works as a bridge between two different applications. For example suppose you have to post something
Handling zip file download completion and cancellation event in PHP
Handling zip file download completion and cancellation event (PHP) Problem: I am working on a project in which user needs to download a zip file from the website. I am creating zip file on the server temporarily which should be
Salesforce | Call Apex class from Process Builder
Salesforce process builder is a tool to automate the processes using user interface itself. Here we can select source object, criteria/event to initiate the process as well and the action to be taken on the occurrence of the event. In
Zoho CRM Editions and Limitations
What you cannot do in which type of Zoho CRM license Zoho CRM is available in many editions and each edition has different set of features. In this article we are trying to cover each edition and list corresponding key
WordPress Optimization Techniques
WordPress Optimization Techniques The following are some of the best known techniques to improve the performance of your WordPress site: 1. Selecting the Right Hosting Plan One of basic requirement for a high performance site is selecting a reputable and
Bootstrap 4 Accordions with Examples
How to Use Bootstrap 4 Accordions with Examples The accordion is a kind of collapsable list which shows one item at a time. These items are panels and an accordion resembles a tab control with tabs, but is vertically stacked
Understanding WordPress Shortcodes
Introduction To WordPress Shortcodes and How to Use them What is a shortcode? A shortcode is a WordPress-specific code that lets you do effective things with a very little effort. We can embed the files or can create objects that
