Asynchronous Apex
Asynchronous Apex in Salesforce allows developers to execute operations in a separate thread, enabling tasks to run in the background without impacting the user experience. This approach is particularly beneficial for handling long-running processes, callouts to external systems, and operations
What is jquery Autocomplete?
Jquery Autocomplete Autocomplete is a function in javascript jqeury ui that suggests or finds and selects from a predefined list of values. Any type of input box i.e. input or textarea can be converted into an autocomplete. Basically what it
Constructive Criticism
Constructive Criticism Constructive criticism is the process of offering rational and well-reasonable opinions or viewpoint about the work of others. Constructive criticism consists of both positive and negative comments but they are delivered in a friendly way and not in
Salesforce Chatter introduction, uses and customization
Salesforce Chatter introduction, uses and customization Chatter: A Chatter is a an application of Salesforce that helps the users to work together, talk to each others and motivates them to work efficiently across the organization. Each user has a profile
Advanced Threat Protection
Advanced Threat Protection (ATP) Advanced Threat Protection is well known as ATP and it refers to a category of security solutions that protects against sophisticated malware or hacking-based attacks targeting sensitive data. Advanced threat protection solutions can be available as
Creating child site in a Multisite network through code in WordPress
Creating child site on user registration in a Multisite network through code in WordPress Multisite Network – Multisite is a WordPress feature which allows users to create a network of multiple sites on a single WordPress installation i.e in a
Configure CakePHP 3.6 in a Subfolder of WordPress
Configure CakePHP 3.6 in a Subfolder of WordPress What do I actually want to do? I want to access my WordPress site at example.com, while installing a CakePHP app on example.com/cakephp. To achieve this, we need to install wordpress along
What is Bootstrap CDN and some common free CDNs?
Bootstrap CDN and some common free CDNs Bootstrap is the most popular front-end framework for developing responsive, mobile first projects on the web. Now I will explain how to use bootstrap CDN in your project. CDN: CDN is Content Delivery
How to generate Android APK for Ionic project
How to generate Android APK for Ionic project Apk is android application package file format which is used by android operating system to distribute and install app. Apk file is used for publishing mobile application to google play store. Users
Protect your PDF files generated with TCPDF
Protect your PDF files generated with TCPDF TCPDF is a open source PHP library which is used to generate PDF documents. After downloading it, you can invoke all basic functions of this class without requiring external libraries. It supports various