Data Visualization with Chart.JS in Lightning Components
Chart JS is a JavaScript library for creating Charts in the browser. There is about 8 different types of charts that you can create. You...
Speech to Text API in Lightning
In this post, I will be showing how speech recognition can be added in Salesforce Lightning UI using Google's Speech API. The JavaScript...
SF Trigger to create Portal user upon creating contact.
Requirement Specification: We need to create a user record when a contact record is created: -Timezone: We need to go and read from the...
Google Maps integration in Visualforce
Demo Link below Google Maps Integration Demo
Display Multi-Select Picklists as Checkboxes on a Visualforce page
Sometime ago, I was doing work for a client that required mult-select picklists to be displayed as checkboxes on a Force.com site. The...
'Mobile first' approach with Webflow
Webflow is a drag & drop editor for developing mobile friendly pages and adding nice treatments to them without code. While you are...
Responsive Visualforce pages demo.
Below is the link to the demo, click on 'Learn More' to see the second page. http://renderingfielddemo-developer-edition.eu5.force.com/Te...
Test Class (100% code coverage) for Rest API web service class
In this post, I'll be posting a sample test class I wrote that has all CRUD operations and includes attachements in POST. It's built on a...
Creating an httpPost with multiple files using Rest API.
In this post I'll be creating a record in Salesforce with file attachements using Rest api. The first step is to create a connected app...
How to use a jQuery selection slider in Visualforce.
Click Option 6 here to see how it works. This is how the slider looks like. If it is moved the value on the input field changes to the...