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
Free PHP, HTML, CSS, JavaScript editor – Codelobster IDE
Free PHP, HTML, CSS, JavaScript editor – Codelobster IDE In this article, we suggest you get acquainted with the free editor of web languages – Codelobster IDE. It is presented on the software market for a long time already, and
Get Per Hour Technical Support with Our Support Plans
Get Per Hour Technical Support with Technical Support Plans from Webner Solutions With Webner Technical Support Plans – Your Software, Hardware, Research, and Documentation are completely covered! If you need help with your Website Design, Excel Custom Functions, Macros, assistance
Migrate MySql to MariaDB in Ubuntu 18.04
How to Migrate MySql to MariaDB in Ubuntu 18.04 We need to perform few steps to migrate the MySql database to Maria database, I have mentioned the steps below: Log in to your MySql server with root password. $ mysql
Install MPDF 7.x on https://www.ionos.com/
How to install MPDF 7.x for PHP version > 5.6 on https://www.ionos.com/ and use in PHP Project? Since from January 2019, https://www.ionos.com/ has been resisting the use of PHP version 5.6, it is supporting PHP versions >= 7.1. Currently, PHP
Send Emails Using Mandrill
How to Send Emails Using Mandrill Mandrill is a transactional email platform which was built by Mailchimp. It is used for sending the personalized, one-to-one e-commerce emails, and automated transactional emails like password resets, order confirmations, and welcome messages Steps:
Etag Header in API Response
What is ETag header and how it works? ETag stands for entity tag. Etag Header is a response header element which provides a mechanism to cache the unchanged resources. Whenever we make an API call, we can use this header
Dynamically applying specific Layout to a record on VF page in Salesforce
Dynamically applying specific Layout to a record on VF page in Salesforce You may need a specific layout to show in a tab for a particular record (like account settings). For this, we can fetch ‘Metadata’ field from Field Definition
Install Microsoft Powershell in Ubuntu
How to install Powershell in Ubuntu: PowerShell is Microsoft proprietary and it is a task automation and configuration management framework from Microsoft consisting of a command-line (shell) and associated scripting language but Microsoft provides ways to use this in linux
How to Detect Mobile devices in php
Detect mobile device php code We often need to detect if site visitor is using an iPad, a smartphone or any other mobile device in order to change website appearance and even make it faster by reducing data load. Normally