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
Regular expressions to allow UTF characters through Jquery
Regular expressions provide a powerful way of adding validations to the web forms. To allow UTF encoded characters (Letters) either UTF -8 or UTF -16 like Á á É é Í ÑÓ ¿ € ₧ å ∫ ç ∂´ƒ ©˙
Ubuntu | How to automatically mount the encrypted drive at startup of system?
Solution: When you have a drive which is encrypted and password protected and you want the drive to be mounted automatically at startup below are the steps that you can use: Step 1. Open the encrypted drive as you usually do
Selenium | Unable to launch the latest Firefox browser 54.0 with Selenium 3
Problem: I was unable to launch the latest Firefox browser 54.0 with Selenium 3 Solution: Earlier I was using the Firefox version 43.0 and I was able to launch the Firefox properly with my selenium script. But recently I have
WordPress | Dynamic database prefix and wpdb
SOLVING DATABASE TABLE PREFIX ISSUE IN WORDPRESS When we create WordPress plugins then we generally need to create new tables for storing some data. As plugin should generally work on any WordPress site so it is important to keep in
Windows Azure | 2 ways to view deployed files on Azure Server
Two ways to see deployed app files on Azure server. 1. Azure scm 2. Ftp publish settings file. 1. Azure scm: Azure has its service site scm where you can view your deployed files. For that you must have the
Heroku | Heroku cron jobs and CakePHP code
Use Heroku cron jobs to run CakePHP code at fixed intervals of time. Cron is a time-based scheduler used to run commands periodically at fixed intervals. Cron means time. It is used for scheduling repetitive tasks. In order to use
Salesforce | Creating Customer Portal step by step
Create a new Salesforce customer portal: 1. Go to quick find box and type customer portal. 2. Click on customer portal settings. 3. Click edit and enable customer portal. 4. click save. Now after enabling customer portal feature, we can
Software Release Life Cycle
Number of stages for a software, before it is released, may vary project to project and company to company. But in general pre-alpha (nightly builds, which may not have all features implemented), alpha (with all requirements implemented, unit-tested but before
How to use image sprite in html
What is the importance of image sprite in html and how these Sprite images can be used in html and css? Image sprite is a collection of different images put into a single image. Image sprites are are used in