
Search In
Below are the steps to Export an ORS:
Step 1: Launch the jnlp file.
Step 2: Enter you credential, select the ORS.
Step 3: Under Workbench, select Repository Manager.
Step 4: Connect to Master Database.
Step 5: Under Validate tab, validate the ORS tha
Hello Guys
In JQuery, Events trigger a JQuery function to an event handler for the selected elements in the Html page.
Currently we are using jQuery 1.7, So you should use jQuery.function.on() as below :
$(staticAncestors).on(eventName, dynamicCh
Hello Friends,
Short code is just a piece of code like ['name'] that execute a complete function in your post or page
Here we have a basic example of shotcode development. Please follow the below example:
1) Open function.php in your theme folder a
Progress Bar
Progress bar is used for up-to-date feedback from the user's action, it can also be made a user indeterminate.This bar will be helpful when the length of the task is unknown for the user. If you are using progress bar to show real progre
While making API you can have different kind of response and you have to handle that for displaying data
public IHttpActionResult GetDetails(string Id)
{
logger.Info("GetDetailsById method called");
// BadRequest det
While working for an autocomplete funtionality in angularJS encountered a problem where instead of the JSON we need to iterate each element and have to make an Array of string.
For iterating the JSON data(from server side), we used:
$scope.complet
While doing updation or insertion you can select or insert values based on case selection in SQL
For doing that will provide a better way to get filtered data updated or inserted
ALTER PROC [dbo].[uspGetNudgesDetails]
@AccessToken VARCHAR(50),
@Be
Hello Reader's!Sometime you want to use the auto complete as a text suggestion on your search field. Here I am going to explain how you can search city with suggestion.
It's a very simple to use in any application.
First you need to use Goog
In Sql Server while writing queries sometimes we need to the data from multiple tables or you can say that output of one query becomes input to another one.
In this case we will write the nested queries that will get data from the other table a
To Integrate paypal in iOS App use the steps below:
1- Install Pod for paypal
platform :ios, '6.0'
pod 'PayPal-iOS-SDK'
2- #import <PayPalMobile.h> to your viewController.h and also set the delegate in .h @interface myPaymen