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

Search In

How to detect if an app is installed in IOS or ANDROID with the help of javascript and Deep Linking

In this tutorial we will learn how to let our device detect if an app is installed in our device or not. If the app is installed in our IOS device or ANDROID device the app will open else we can redirect to the Apple store or Google store for downloa

How to get facebook profile picture by Facebook App

If you would like to get your profile picture in facebook app. Please user the below code, you can download facebook.js from facebook SDK. <script src="//code.jquery.com/jquery-latest.min.js"></script> <script src="//connect.f

how to install wordpress on local server

To install the wordpress on the local server you need first a local server like xampp. XAMPP is a cross platform server for Apache, MySQL, PHP, Perl. It a ligh weigh server which can be used to install the wordpress. 1. First you need is to instal

How to write basic query(find and findById) using node.js and mongoDb?

As in my previous chapter I have explained how we will authenticate using passport module. Now I will explain that how we will write basic query using node.js and mongoDb. Here are the few query which I will implement step by step:   Step 1:

How Online Job Posting on Social Media will Change the Business World

  A new era of business has begun. Businesses in United States and Canada are now allowed to post job openings on the social networking sites as well as a new jobs bookmark. Business will be able to communicate and track application directly

Creating Folder Structure Inside already existing folders,Through Bat file

Creating Folder Structure Inside already existing folders..Through Bat file Hey guys...!! Today i am gonna show you "how to make folders or folder structure inside already existing folders so what i have done is, I created a folder named as LogicSim

HttpSessionListener Interface in Servlet

HttpSessionListener in Servlet : We all know that user state is maintained in almost all the web applications like you have seen in shopping websites or banking websites etc. In java we mostly use application server's session handler. But what if we

How to perform all checks on lines in Odoo?

If you want to perform all checks on lines in Odoo follow the following code: if 'account_id' not in vals or 'journal_id' not in vals: raise UserError(_("It is mandatory to specify an account and a journal to create a write-off."))

Simple chat application in node.js

Today, I am going to show you, how to create a simple chat application in node js using a special model "socket.io". It simply transmits messages from one client to all others. For this, I am going to create two files:- 1: main.js (Server

Implementing Token Based Authentication in Rails

In modern world, most of the web applications are api based. So using api's we also need to validate the authenticity of the user. When it is a proper web application the authentication of the user is maintained using cookies and sessions. But in

1 113 370
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: