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

Search In

How to load data on scrolling top using angularjs?

First you need make a directive for this. mainApp.directive("loadMoreData", [function() { return { restrict: 'ACE', link: function($scope, element, attrs, ctrl) { // alert("check"); va

Respond to http request with json object in Liferay Portlet

Hello Guys Ajax known as Asynchronous JavaScript and XML. Ajax based web applications used to send data and retrieve from a server in the background without refreshing complete web page. When we send http request to server from client side using aj

Date picker plugin for Cordova apps

Hello Readers, Today's post is about add datepicker in Cordova application. We have an date picker plugin which supports Android,iOS and windows platform. Install following plugin through CLI : $ cordova plugin add cordova-plugin-datepicker

How to Convert EDB File to PST File When Exchange Server Get Corrupted?

Utility for Exchange Recovery and EDB Conversion to PST File   This is blog to let know about the best method of EDB Recovery and Conversion into new created outlook file from 97 to 2016.  And also will solve your problem how to convert E

Add image in panel using swings

Hi All, To add image as background image in JPanel ,JLabel is used for example:- setLayout(new BorderLayout()); try { image = ImageIO.read(new File("D:\\New folder (2)\\fish.jpg")); } catch (IO

JSON data insert into MySQL using PHP

We can insert the json data in to mySQL using php .please see the below example for processing json data to mySQL. Example : - Suppose we have a file having json data like below - {"FirstName":"ravi", "LastName":"srivastva"} For processing

Foreach loop in C++

Foreach loop is another loop which was introduced in C++ 11. The advantage of foreach loop over other loops is that, it can access elements of an array quickly without performing initialization, testing and increment/decrement, the code bec

Can't use HTTPS to download from website with early Android versions

I have an Android app which downloads simple text files from my website using HTTPS. I have been testing it on emulators for every version from API18 onwards, and on real devices running API18 and API28. It works fine for API21 and above, but for API

WordPress HTTP API

Hello readers, today I will guide you about "WordPress HTTP API". Do you wish to make a request to the remote server to go or to post something? WordPress HTTP API is the perfect solution for this. It provides a simple interface to make r

HealthKit Introduction

Hi Readers This Tutorial is a brief introduction about the new feature introduced in iOS 8 ,that is, HealthKit.It gives us the way to store and retrieve a user’s health data. Before using this HealthKit let us go through the app via which the

1 118 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: