
Search In
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
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
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 =>
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
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
"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
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
$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
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
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
