Author: Webner
Bootstrap tooltips customization with Examples
How to create and customize Bootstrap tooltips (with examples) A tooltip is a small pop up that appears when user places mouse pointer over an element such as link, button, icon or any other element to provide information about the
Salesforce custom tabs not visible in production org
Salesforce custom tabs, which are a part of the Managed Package Problem : I had added 3 custom tabs to a managed package and deployed the package in production org. I am able to see them in the developer org
Nodejs callback with example
Nodejs callback A callback is a function that can be called on the completion of a given task to prevent blocking. As a result of it other code will run without waiting for a task to complete. This feature makes
Formula Field as a Custom LookUp field in Salesforce object
How to use a Formula Field as a Custom LookUp field in a Salesforce object In Salesforce we have 40 lookup field limit per object. Sometimes we need a field which behaves like a Lookup field. We can create a
Understanding Inflector in Cakephp
Understanding the purpose and usage of Inflector in Cakephp The Inflector class in cakephp is used to modify single/multi word strings into different formats using its build-in methods. We don’t need to use core php methods such as str_replace if
Big Objects in Salesforce
Purpose of Big Objects and how to create Big Objects in Salesforce What is Big Object in Salesforce? As business grows data of customers/clients/users increases enormously which is hard to handle and query. In this case we need something big
Using AWS Lambda function in Java to communicate with AWS S3
How to Use AWS Lambda function in Java to communicate with AWS S3? Reading, writing and uploading a text file to S3 using AWS Lambda function in Java Following are the steps to write a sample Lambda function in Java
DAO with JPA (and service layer/EJB3-Session Beans) or not
There is a lot of discussion on internet about whether to have DAOs or not with JPA and service layer or with session beans (which is the service layer). My personal opinion is more favored towards DAO layer and some
Change Landing Page of Community Website
Change landing page of community instead of showing default home page We can change default landing page in CommunitiesLandingController. CommunitiesLandingPage is the Active Site Home Page for your community, meaning that it is shown when someone enters a direct URL