
Search In
Let's find out the latitude/longitude first to find out the address.
1) Add CoreLocation.framework under Targets -> Build Phases -> Link Binary With Libraries
2) Import in your view controller where you need to find out the address.
3) Add CL
Below is a sample code base to convert PDF files to HTML5 template making use of well known tool Crocdoc :
$_product = $observer->getProduct();
$productid=$_product->getId();
$read = Mage::getSingleton('core/resource')->get
INTRODUCTION
An enum type in Java is a special data type that is defined whenever you need to define a variable with a set of predefined values such as Days of the Week, Months of the Year, items in a menu, etc.
KEY POINTS ABOUT ENUM
An enum typ
The code below will help, how one can use selector "class" to sum all the values in different input box in a Form.
<pre><pre>&lt;pre&gt;&amp;lt;script language="javascript"&amp;gt;
function su
Introduction
While creating a website to reach more and more people irrespective of their language, it becomes the need of the time to make the website a multi-lingual application. DNN achieves localization through the use of resource files. Resour
Hello guys
Bellow example will help you to develop XML configuration based spring framework project,here I have develop example to display "Hello Bhagwan" message using beans.
Please create project and follow bellow setps:
Step :1 Add bellow jar
IBM recently launched the multitenant feature in SDK Java Technology Edition, Version 7 Release 1.
Each program issuing java command from the command prompt/shell or from GUI invokes an instance of the JVM, which contains resources and the area for
Sometime we need to migrate theme from one installation another. We can do this easily by following the below steps:
1). Create a new theme in Liferay 6.2 using this command.
./create.sh themename “ThemeDisplayName”
themename = The Name of your
Importing the GIT Repository :
Getting the Git repository is very easy. A git repository is a place where the copy of a project is tacked.We can import the git repository or project from local or remote machine. We can get the git repository in our s
There are certain steps that need to be followed for enabling CORS in ASP.NET Web API :
Step 1: We Have to install the CORS Package, and to install it , open Nuget Package Manager console and type and run command Install-Package Microsoft.AspNet.
