Author: Webner
WordPress Gravity Forms Zoho Reports Integration
WordPress Gravity Forms Zoho Reports Integration Sometimes in our projects, we need to pass the gravity form entries from a WordPress website to a particular table in the Zoho reports in order to use that data to generate reports, create
Integrate Razorpay in CakePHP application
Integrate Razorpay in CakePHP application Step 1: Create Razor Pay Account First of all you need a test account for Razorpay integration. Click the below link https://dashboard.razorpay.com/#/access/signup and set up a test account there: Step 2: Get your API Keys:
How to use Bootstrap pagination
How to use Bootstrap pagination Steps to use Bootstrap pagination: 1. Create a simple html file. 2. Include bootstrap css and js CDN link in html file. Example : <!doctype html> <html lang=”en”> <head> <!– Required meta tags –> <meta
Some important features in Laravel Framework
Some important features in Laravel Framework 1. Artisan: Artisan is a command-line interface tool which is provided by laravel. By using this tool, users can create database structure. It is also used for creating the MVC files right away which
Popular Open source tools for stress testing of a web application
Popular Open source tools for stress testing of a web application What is Stress Test? Stress test is kind of real-time diagnostics performance test of a web application in order to determine the stability of your web application under heavy
Drag and Drop in Jquery UI
Drag and Drop in Jquery UI Problem: Jquery UI provides APIs to make DOM elements draggable and droppable. We can do some things out of the box by using its APIs. I have written a Jquery code below in which
Steps to configure Selenium webdriver in Eclipse
Before we download and install selenium webdriver and eclipse, we need java which is prerequisite that must be installed in our system. Following activities need to be performed during configuration: 1. Steps for configuration of eclipse IDE: 1.1. Go to
Create Salesforce Custom Object Using Apex Code
Salesforce custom object using apex code There are two ways of creating a custom object and its related fields in Salesforce. The first and the easiest way is to go to the Objects link beneath Create tab, click on the new
How To Install WordPress On Windows
Installation Process of WordPress on Windows We need WAMP or XAMPP to setup our own local server environment and install WordPress on Windows. Here we will discuss how to install with xampp assuming that xampp is already installed on the