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

Search In

What are various methods to make ajax request in jQuery?

Hello Readers, Using below jQuery methods, you can make ajax calls. load(): It's a jquery method and simple method in jquery and the most powerful AJAX method.Load method load the data from the server and returned the data and this return data put

Cordova plugin InAppBrowser

Hi All, Today we will discuss in this blog how to use InAppBrowser in your Cordova Application. -InAppBrowser is a web browser view in a Cordova application that displays when calling window.open() function. To use the functionality in your Cordova

Performing live serach using AJAX and PHP

Here in this blog i have used AJAX to search and provide result on the whenever user enter any character in the textbox. The result is coming from a PHP page. Ajax search is used for making the code easy to understand and for saving the users time, h

Cordova plugin media - record and play back audio files on a device

Hello Readers, In today's post we will discuss about media plugin for Cordova apps. This plugin allows to record and play back audio files on a device. This plugin defines media constructor. We need to use this plugin with the device ready event

Show mobile Ad with cordova AdMob plugin

In this post, you will learn how to show mobile ads in your screens. Cordova provides a plugin for google admob. Using this plugin you can show mobile Ad with a line of JavaScript code. It is designed for use in HTML5 based hybrid applications or mob

Javascript validation with date picker

While providing client side validations you need to use javascript or jquery for that. For doing that you need to use libraries that support jquery functions and methods for providing validations This code includes both validation as well as ca

Fetching Latitude and Longitude On Basis Of Address

Hello Friends, In order to fetch the latitude and longitude of a location based on its address,you may use the following code:   double latitude = 0; double longitude = 0; Use the google api along with your address NSString *req = [NSStr

Truncate and drop difference

Truncate and drop both are similar to each other as they are used to delete the complete data of a table. The difference between them is this truncate only delete the data of the table where as the table structure is there but when we drop the table

How to store image in cache in iOS?

Hi Readers, This blog includes the concept of how to store image data in a cache memory with the help of SDWebImageManager. First of all, we need to install pods in the application to use SDWebImageManager, after creation of pod file you need to inc

Object prototype in Javascript

Every javascript object has a prototype by default. And the prototypes is also an objects. All objects in JavaScript inherit methods and properties from  their prototype  and we can override it, but we can not override an Object with a null

1 137 160
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: