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

Search In

config.xml file in PhoneGap

Hello Today we will discuss in details about the config.xml file in PhoneGap The config.xml file allows developers to specify metadata about their application. To load the config.xml file correctly it should be at the top level of the application

How to Execute Multiple Insert Queries in NodeJs Application?

I am trying to perform an insert query, use the insertid of the row and then perform another insert query using the inert id. the first query is executing but the second query is not. please help. Below is my code: $("#addopdfrm").submit(fu

How to get Geolocation (Lattitude and Longitude) of a point in phonegap

If you want to track the location using phonegap App, you can simply checkout this steps. 1. After creating a project for example "test", you can add a plugin using terminal cordova plugin add org.apache.cordova.geolocation After installing the

What is phpScaffold

phpScaffold Scaffold is a powerful standalone PHP class that dynamically creates CRUD functionality for a database table. It is designed to dramatically decrease the time it takes to get your database-driven application up and running. phpScaffold

Early binding and Late binding

In C++ program the compiler converts every statement in machine language of one or more lines, during compiled time. Every line is provided with the unique address. So each function of the program is provided with the unique machine language address.

Forming Valid Query Strings in jQuery

The jQuery serialize() method turns the form values into a valid querystring, as such you can simply append to the string: firstName=Maurizio&lastName=Tarchini Useful, right? Lets take an example: <p><em></em></p><

PHP 7 new feature: Return type declaration

Hello Friends, Today, We will discuss a new feature Return type declaration which is introduced in Php 7. Return type declaration refers the type of the value that a function should return. Following is the declaration type supported by the Php 7.

How to send smtp mail in codeigniter?

Hi Reader's, Welcome to FindNerd, today we are going to discuss how to send SMTP mail in codeigniter? In a web applications sending email is a very common feature.This is used for sending Emails messages,notifications and newsletters. If you are

Can you Spot the Error in this PHP Code?

<?php class Post { private $user_obj; private $con; public function __construct($con, $user){ $this->con = $con; $this->user_obj = new User($con, $user); } public function submitPost($body, $user_to) { $body = strip_tags($body); $body = m

Creating .p12 for apns with server side in Java

Generally in iOS apps server side is coded in PHP and to integrate APNS we can create .pem file by following this RayWenderlich tutorial. But we might face difficulty in receiving remote notification on device when server side coding is done in Java

1 386 423
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: