What is in Bootstrap apart from grid system? Why it has a Javascript file also?

| By Webner

Bootstrap has lots of other things apart from grid system such as: 1. Glyphicons: Bootstrap has inbuilt icons which we can use by icon’s class name. For Example: “glyphicon-search” will create search icon without using any external image. So Bootstrap has

Salesforce | How to prevent double click on Apex button

| By Webner

How to avoid double click on Apex button in Salesforce (after click disable button and enable again once action is complete)? This is the code having the solution (explained below): <apex:actionStatus id=”saveStatus”> <apex:facet name=”stop”> <apex:commandButton value=”Go” action=”{!go}” status=”saveStatus” rerender=”saveParentBlock” />

Salesforce | Please use TLS 1.1 or higher when connecting to Salesforce using https

| By Webner

Salesforce login via PHP Salesforce Toolkit API may throw this exception: Please use TLS 1.1 or higher when connecting to Salesforce using https The reason is Salesforce has provided customers with the Critical Update feature Require TLS 1.1 or higher