Category: Web Development
Salesforce: Save docusign (PowerForms) FormData in Salesforce
Problem: Get data filled by user from docusign FormData and pass it into Salesforce. Description: We have docusign account integrated with Salesforce account. We want to use the functionality of power forms of docusign and get all the data filled
How to make the image background transparent using gimp editor
There are two different ways for making the image background transparent in Gimp: For white color background: 1. Open the required image in Gimp: 2. Go to layer > Transparency>color to alpha as given below in the screenshot: 3. Above
Slider Revolution Plugin : Stop slider on hover
Sometimes Slider Revolution slider does not stop moving the slides even if the user is typing the data in the input box on the slides . Solution : We can stop the Slider on hover or after some time in
Web crawlers, Robots.txt and Googlebot
What are web crawlers? Web crawlers are programs or scripts which search engines use to gather certain types of data from the websites and check links and update the indexes, so that search engines can show up-to-date results. Most of
Scaffolding in CakePHP
Scaffolding in CakePHP Application scaffolding in CakePHP is a technique that allows the developer to define and create a basic application that can create, retrieve, update and delete objects. Basically CRUD (create, Read, Update, Delete) data operations are common in
Jquery | Check if image exists for the url created at runtime
Suppose a website page displays the list of subjects along with information and corresponding image. Html “div” with classname “.subjects” are generated dynamically in accordance with database records of subjects with custom attribute assigned as “data-subjectid” to each div which
Selenium IDE: Locate and verify GUI and CSS Elements
While using Selenium Ide, It is very hard to verify the GUI and CSS elements using record and run method. In record and run method you will not be able to use all of the commands due to lack of
RESTFul architecture best practices
1. Restful web service has its specific set of standard methods like: GET, POST, DELETE, PUT, OPTIONS. We should use HTTP methods as per standard. For example: use “Delete” method to delete the resource not for any other task. 2.
Quickbook Webconnector queue concept with Job priorities
Queue plays very important role in Quickbook integration via Web connector. Each new job is created in the queue with priority level according to which it is executed. For example when we add a new user or new product than
