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

Search In

Display Breadcrumb without Plugin in WordPress

Breadcrumbs are navigation links that are used by all the sites by which user can understand the hierarchy of the pages. Breadcrumbs are used to display all the pages links leading from the homepage.   In WordPress, breadcrumbs plays an importa

Google Map driving direction

How to display the directions between to locations in google map? The easiest way for adding driving directions to the webpage is to create a map and then create a DIV for the directions panel, and fire off a query to it! Here's a very basic ex

Use StackView in Android

StackView is used to display views in StackView. StackView is added from API level 11.    Steps to implement StackView 1. add StackView in layout . <StackView android:id="@+id/stackView" android:layout_width="mat

Use of Super Keyword and Mixins In Ruby

Use of Super Keyword and Mixins In Ruby Super Keyword Ruby gives us with a built-in function called super that allows us to call methods which are present in its super class.  The use of inheritance is to make the overridden methods in a subc

How to structure a project in ASP.NET MVC using AngularJS?

These are the several steps to structure a project in ASP.NET MVC using AngularJS.   1. Open Visual Studio 2015 -> Select File New Project->Give Project Name->Select a template MVC->Unselect Host in the cloud -> Click Ok.  

How to parse JSON in Swift with ObjectMapper

Hi Readers, Every app needs to parse JSON data coming from server and ObjectMapper is a powerful tool to achieve that. It can be easily done with provided pod which can be install by adding following line into podfile:  pod 'ObjectMapper' No

Learn how to copy text and paste to clipboard using javascript

Hii, To learn how we can copy text and paste to clipboard using very simple few lines of javascript code,Go through the given example below In this example execCommand() plays an important role in the following way: Step 1: I have a html tag i.e <

How to make https to Dropbox rediect URI

Hello Guys, As Dropbox was not allowing http URL's for callback or rediect URI's (as http was only allowed for localhost). I added below redirect URI in dropbox App for local machine : http://localhost:8080/DropboxTest/oauth_callback Now

Protect From Forgery in rails

The first concern for every application is its security, so rails by default provides a method protect_from_forgery, which is always present by default in your application, whenever you create a new application. i.e. class ApplicationController <

Get started with a simple TypeScript application

Typescript is Microsoft’s extension of Javascript. It provides type checking abilities and also has features of object oriented programming. TypeScript is used in both Angular2 and Ionic2. TypeScript has similar syntax and semantics that are us

1 49 126
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: