When you develop a Visualforce page, many time you have some action in AJAX inside the page, in this case you need a loading icon. First you need to notify the user that the action is in progress and second you don’t want the user to trigger other action in the page since the previous one didn’t finish. Salesforce does not provide any visualforce component for doing this. So I will provide you a visualforce component that will solve this problem and that will be very easy to integrate to your page.The loading animation will look like that
Today we are going to address a very strange and annoying issue which occurs when you try to open a website using HTTPS (Hypertext Transfer Protocol Secure) protocol such as Facebook, Twitter, Google, etc . The problem occurs in all web browsers whether its Internet Explorer , Google Chrome , Mozilla Firefox or Opera but the error messages and problem symptom might differ in different web browsers. Problem Symptom: When you open a HTTPS website such as Facebook, Twitter, etc in your favorite web browser, following things happen: In Google Chrome web browser: The website doesn't open and you see a red cross on padlock icon and a red line through the https:// text in the addressbar with following error message: SSL Error Cannot connect to the real www.facebook.com Something is currently interfering with your secure connection to www.facebook.com. Try to reload this page in a few m...
Comments
Post a Comment