Category: Web Development
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
Features of Firefox Developer Tools
Overview and Features of Firefox Developer Tools Like most of the browsers, Firefox also provides certain developer tools that help the developer to examine, explore, and debug websites and web apps. Opening Developer Tools: There are three ways to open
Download byte array as a file in ASP .NET MVC and Javascript
How to download byte array as a file in ASP .NET MVC and Javascript? Here is a simple approach to invoke file download operation in the browser for bytes array available on the server: I am receiving the file in
