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

Search In

MDM (Master data Management) vs PIM (Product Information Management)

Hello   Today we would be discussing about a very important aspect of MDM and PIM. This blog post point out variations between the two.   Various analysts reckon PIM as a fragment of MDM. For instance, MDM is defined as the management o

How to use load() method in jquery?

Hi Reader's,  Welcome to FindNerd, today we are going to discuss how to use load() in jquery?  Basically load() method is used for loading data from server and putting return data into selected item,in simple word we can say that load(

Callback in node.js

A callback is a function which is highly used in node js. When we want to run any task after the success or completion of a given task then we will use a callback. We will write maximum API in such a way that they will support callback. I will expla

How to play sounds in your phonegap application

Cordova provides a plugin to play sounds in your mobile application. It can record an audio file and also play back audio file on the device. Installing the plugin:   cordova plugin add cordova-plugin-media It has a Media constructor. You ca

Sessions, Cookies and Flash in Rails

Sessions, Cookies and Flash in Rails In rails if we want to store data for multiple request there are majorly three kinds of mechanism can be used for different different purposes.  Flash: Flash stores the data only until the new request. So

Reading setting in Wordpress

In WordPress, there is a Reading setting option in WordPress dashboard which is inside setting option. We can use this Reading setting for controlling Reading experience in WordPress. Reading setting is utilized to set the substance  which is re

Superglobals in PHP

Super Global variables are an assosciative array, that are predefined in PHP. Superglobal means they are always accessible and can be used in function, class or file. They are available in all scopes on script. We can use these variables directly w

What is callback hell?

Callback hell is the nesting of callbacks that is one callback inside another. Callback hell is very bad thing in nodejs, you should always avoid it.   To avoid callback hell you can: 1) Break callback into individual function 2) User promis

Schedule and perform Data Quality Checks in PIM

Hello Readers   Overview: Quality checks can be carried out when required. Quality checks can be initiated in different ways:   - by a defined event or on a fixed date   - by a direct request   Schedule Quality Checks

Loading simple data with the help of ajax

  If we want some part of our website to load but we dont want other part to be loaded for this purpose ajax is used . Ajax stands for Asynchronous JavaScript and XML it helps us to load particular part of the page but not the whole page.&

1 69 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: