Category: Salesforce
CSS/jQuery- Fading out text inside a div and moving the effect as the text scrolls down
Requirement:- Sometimes we come across the requirement to fade out the text displayed on a webpage horizontally and want the DIV containing text scrollable. For Example: The requirement usually comes when there is a large amount of text on the
CakePHP 3.x or 2.x | Some important configuration settings
Some important settings that can help you while working with CakePHP 3 or 2. 1. How to set Homepage for your website in CakePHP 3? Go to the root directory of your project. You will see config folder there. Inside
Java | Check if JSON field has a value before extracting
We are using Json to retrieve value of a field from Json object but when field has no value it gives an error. For example from Blackboard LMS we can retrieve value of email field from JSON object with this
AssignTo method in apex (Salesforce)
AssignTo method is a getter method in Salesforce. It is used to assign the value of an attribute to a class variable in the associated custom component controller. Getter and Setter methods or a property with get and set values
iCal attachment introduction
What is iCal attachment iCal attachment isn event that we put into the email so that when the receiver will click the it, an event will be added to his calendar. It looks like this in email: Example of iCal
Selenium | Select item from listbox having dynamic id of options
In Selenium script if we want to select a value in a dropdown but value of attribute ‘id’ of the options in the dropdown keep on changing every time then we need to find the option based on some other
Salesforce | Get list of Salesforce sobjects and fields in PHP
Problem: How to get list of all the Salesforce sobjects in php. Also get fields of each sobject. Solution: First we need to install Salesforce php toolkit for this. Once you have it then this is the sample code: require_once(SFDCPHPtoolkit
phpMyAdmin | Different methods to View Table Constraints
How to view List of constraints of tables of Database in phpMyAdmin There are various ways by which we can view the list of constraints applied to tables of given database in PhpMyadmin. Let’s see few methods here: Suppose we
Explanation of Column3 in Moodle/Totara
Column 3 layout in Moodle is basically dividing the screen into 3 parts . user setting options Layout (pre ) content layout (region) editing layout (post) user setting options Layout (pre): In column3 layout pre region is the first column.
