Category: Tech Tips
-
Using CCTray to monitor continuous integration setup using Jenkins for Salesforce | Video Tutorial
In previous article, I have explained that how to use Jenkins to setup Continuous integration for Salesforce. Now, once Jenkins is up and its doing its job to build Salesforce changes. Next task is to monitor build result. We already setup post deployment task by creating chatter message to notify everyone about build result, however there is…
-
Resolve Error : Eclipse SSH key is not matching the SSH key(s) that is associated with your Heroku account
We have seen that how to create First Heroku application using Eclipse. However it is possible that after following all steps properly in above article you may receive error saying the Eclipse SSH key is not matching the SSH key(s) that is associated with your Heroku account. To fix this error, you can: – Associate your…
-
IndexedDB – Client Side Database
One of many features of HTML5 is capability to store data on client machine with the help of “Indexed Database API“. Using this technique web developers can add offline capabilities to their application. Currently almost every modern browser supports “IndexedDB”. Unlike traditional RDBMS, IndexedDB doesn’t have table or columns which supports SQL. In RDBMS, it…
-
Streaming API Using JQuery – Salesforce
Tutorial of Streaming API in Salesforce with Source code and Demo Video – Implementation of Bayeux protocol and CometD using JQuery and JSON
-
Handling Colon in Element ID in JQuery – Visualforce problem
Resolving the JQuery error when the Element ID contains colon with Live Demo
-
Create Forum inside WordPress blog using Mingle Forum Plugin
Tutorial of How to create Forum inside Wordpress blog using Mingle Forum Plugin
-
CSS – label control ignores the width style
CSS – label control ignores the width attribute in style
-
Sort comment in reverse order – WordPress
PHP code to sort the comment in WordPress blog in reverse order
-
SAP Security Interview Questions, Tips and Tricks
Important Must read Interview Questions of SAP Security, Tips and Tricks
-
microsot Excel – Change content of alternate cell on change of the cell value using macros
Using VBA script to change the content of alternate column on the basis of value changed in other column of excel sheet