
Search In
There are two ways to find current location (lat,long) of device : Using CoreLocation framework OR using Mapkit framework.
Here's how to get the location using CoreLocation framework :
1. Import CoreLocation/CoreLocation.h in h file of view control
PayPal Integration :
I am introducing step by step points for integrating paypal into your application with understanding of different terms used in programing.
Creating developer account in paypal :
a. For development purpose we need to cr
Hi ,
If you are starting with swift and want to learn following things:
1) how to declare IBOutlet
2) how to declare property
3) How to declare class variable
4) how to hit http server request
5) how to parse the JSON
Then go through the foll
“$scope” is an object instance of a controller. “$scope” object instance is created when the “ng-controller” directive is called.
The $scope object that is used by views is organized into a hierarchy. Firstly, there is a root scope, and then root sc
Hello Friends,
If you are looking to create a custom select box, you can use below HTML and CSS code I have provided.
Below an example of custom select box.
HTML -
<div class="wrapper">
<input id="textfield" type="text" name="" v
Hello Readers,
Jquery implement the animation functionality using jquery.animate() methods.Animate method performs animation effects on CSS properties and it's effect be on custom animation and the CSS properties should be numeric.Using this propert
Hello Readers,
Often, we see that jQuery .append() method and jQuery .after() method work similarly, but there is a little bit difference between these methods.
Here we will discuss about functionality of following functions and it working rule
Hello Readers,
nextUntil() is the jquery method which is used to return all the siblings of the next siblings elements of the same parent between the selector and stop and returns the new jquery object as a result.
Syntax :
$(selector).nextUntil(
Frame
Frames are HTML tag which divides the browser's window into multiple parts where each part can load a separate HTML document.
<frame> tag specifies each frame within a frameset tag.
A collection of frames in the browser window is known
For the love of light
“If I could eat that light, I would eat that light”
Sometimes the most random thing can set off a bulb inside you, or an inspiration that was sitting dormant inside of you.
Like a song, a movie, an article, a conversation,
