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

Search In

How to Display banner ads for DFP users in ObjectiveC

This blog includes how to display banner ads for DFP users.For this first user need to signed up as a DFP (Double click for publisher) and then install cocoa pods for Google mobile ads. pod 'Google-Mobile-Ads-SDK'   We can also include the S

3D Shapes Spinning Pyramids:-

Hello Reader's! Today I am going to explain you about a spinning 3d pyramid, first thing comes to mind that what is this pyramid and how this is built so basically a pyramid is a polyhedron for which the base is a polygon and all lateral faces ar

How to browse and show multiple images at the same time in cakephp?

Sometimes we are required to upload multiple images in our CakePHP application and at the same time to show them on that page. Let's see how we can do it. In our view file like as we have done in post add file of view. In our form of type =>

How to Save and Get Same Hash Map Using Shared Preference in Android

Hash Map is a type of Array list containing special key for every element within it, while Shared Preference is being used to save data like String, Boolean, Integer and other primitive data type.     So, in this tutorial, I'm

How to shuffle an array in javascript?

To shuffle(randomize) an array in javascript, there is an algorithm called Fisher-Yates devised and Don Knuth popularized algorithm. Below is the code for using it:- Arr.prototype.shuffle = function() { var input = this; for (var i = input

How to Integrate Google Map in a .Net Web Application

"Integrate Google Map in a .Net Web Application"     In this article I have discussed how to integrate Google map in a .Net Application. Getting Started: Make a web application, and write the following HTML in the aspx page: &l

What is User Exit and how to add User Exit in MDM Hub?

User Exit is a customize java code, that will help you to manipulate with the data before referring it as GOLDEN. There are many class provided by Informatica for User Exit such as postLoadUserExit, postMatchUserExit etc. Example: Suppose I have a b

What is “$rootScope” and how is it related with “$scope”?

$rootscope is the parent of all scopes. Values exposed there will be used in all controllers and templates. It acts as a parent object of all “$scope” angular objects created in a web page. Now, let us understand how the “$rootScop

How to load a URL in WebView in iOS?

Hi guys, Today we'll learn how to load a URL in a WebView in iPhone. Go to Story-Board & drag Web view in your View Controller in which you want to open that URL or web address. Create its outlet in your View Controller as - IBOutlet UIW

Check whether Application is installed or not on an Android device

There are two ways to know that the particular application is installed in your android device or not. 1st way:- In first way we get the list of installed application and check whether the targeted package name (package of the application that we w

1 149 408
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: