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
Different ways to clear WordPress Cache
What are the different ways to clear WordPress Cache? Sometimes WordPress sites load slow or do not load modified content because of cache problems. How to clear the cache of wordpress site or pages? Some methods are explained below: 1.
PHP script scheduling without cron jobs
PHP script scheduling without cron job Sometimes a website built in php needs to schedule a script on daily or hourly basis – for example, Reminder Emails, Newsletter emails or Database backups to be taken automatically. Normally, these types of
Built in Web Server in PHP
Built in Web Server in PHP and How to Use it What is Built in Web Server? Built-in web server is used for development and testing the PHP application without using LAMP, just launch the built-in server from the command
Improve SQL query performance
Tips to improve SQL query performance 1. Avoid usage of multiple joins in a single query. Unnecessary joins degrade your query performance. 2. Creation of indexes on the table. Indexes are used for improving your queries. We need to create
Understanding Developer Console, Workbench and Force.com IDE
What is the purpose of Developer Console, Workbench and Force.com IDE and their differences Prerequisite: Salesforce Org should be API-enabled for these tools to run. Salesforce API-enabled editions are: 1) Developer Edition 2) Enterprise Edition or above Below, I am
Install and Update WordPress in Local Machine
How to install and update WordPress in local machine Here are the steps to install WordPress on local machine: 1. Download zip file of WordPress new version – Using this \link https://codex.Wordpress.org you can download the zip of WordPress of
Creating and using Custom Component in Visualforce Page
Custom Component in Visualforce Page Custom Component is very useful in the Salesforce. Sometimes, in the visualforce page, we need the same block of code again and again. For this, we can create VisualForce Component which will contain the common
Selenium Webdriver with JavaScript (JavaScriptExecutor)
How to Use Selenium Webdriver with JavaScript? Selenium is an open source automation testing tool. It is used to test the web application. Selenium supports multiple languages to create an automation script such as Java, Python, PHP, C#, Ruby. In
Validate and deploy changeset in Salesforce Production Org
How to validate/deploy a changeset with specific test cases in Salesforce Production Org? Steps to create and deploy a Change Set: In Sandbox: 1. Search Outbound ChangeSet in Quick Find Box in Sandbox Org. Then click on new button to