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

Search In

Learn How to Integrate Google Login SDK Using Swift in iOS - 3 Easy Steps

To integrate your iOS app with Google for allowing login from Google, Share and other features we need integration by Google login SDK. So in this tutorial, I am providing you simple steps to integrate Google Login SDK using swift in iOS.   L

Creating Credit Card Form Using Bootstrap

Hello readers, Today in my blog I have tried to create credit card form using Bootstrap.   In the HTML, I need to create an outer div with the class name as credit card div and had 2 nested div inside it.   With the help of Bootstrap fr

Spring OXM with XStream API

Spring with XStream : XStream is a simple library to serialize the Java object to the XML document and vice versa.We can use Spring OXM with XStream library for XML binding. The benefit of the XStream library over Castor is that XStream does not use

Compliance Management System - What Do They Look Like

Automated tools enable your organization’s compliance management system. Nonetheless, CMS is more of a corporate compliance program than mere technology. A CMS is a series of processes, policies, and procedures that govern all your compliance e

Search records using angularJS with nodeJS

Welcome to Findnerd. Today we are going to build an application for searching the records. As we all know that we have written many blogs on angularJS as well as nodeJS. We want to recommend you to check these blogs for clear idea of these two framew

Php 7 Acting Weird - Failing To Send Email, Failing To Send Link With Random Numbers

Hi, I'm a beginner in php. Starting my learning at php 7 and not 5 or earlier. I don't understand why php 7 is showing me an error like this: [09-Mar-2017 20:54:49 UTC] PHP Fatal error:  Uncaught Error: Call to undefined method mysqli:

How to get User details in Joomla?

To view the details of user in Joomla we use the following method: JFactory::getUser(); It returns reference to the user object. The return object is of type JUser. It contains users information such as, id, name, email etc. Ex: $user= JFactory:

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

Proxy Servers

While making requests to a server you never thought how that request gets fulfilled .   For ex : If you are accessing the Gmail its main server will be out of India so if its out of india how the processing is so fast that we get data in less

  • 178
What is checked keyword in c#

Arithmetic operations are very basic in every strongly type programming languages. We will oftenly save the result of this arithmetic computation in certain type of variable.  Suppose if I am adding two integers then i will save the result in in

1 150 162
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: