Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to export an ORS in MDM Hub?

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

How to use Event binding on dynamically created elements in JQuery

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

How to create shortcode in Wordpress

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 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

Type of Response while making API

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

  • 205
Iterate json data in angularJS

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

Use of Case while updation in SQL

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

How to lookup address & city location on live search using google

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

Use of IN operator while writing nested queries

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

Make Paypal Payment in iOS

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

1 20 179
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: