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

Search In

How can I install LESS?

LESS is a css pre processor which extends the css language with some additional new features like declaring variables, mixins, functions and other techniques that allow us to make CSS more maintainable and extendable.   Installation To insta

Display a list of all installed application in an android device

The PackageManager class is used to get the information of application packages that are currently installed on android device. You can get an instance of PackageManager class using getPackageManager().   Below example will show you how to imp

How to load heavy images via ajax in webpage

Hello Reader's if you find your website is too heavy to load the contents, then you can use the ajax to load images. By using Ajax data be loaded and browser will load the heavy images with fade in effect. So lets get started with

Use Facebook SDK version4 in cordova app

Hello Readers, In today’s post will see how to use Facebook SDK in Cordova app. First of all we need to register our app with Facebook and have an App Id. If you have not registered your app with Facebook you can Click here and follow the ea

How to implement ViewPager with tabs in android?

To switch easily from one page to another using slide either from left-to-right or right-to-left becomes easy using ViewPager. The below example is to make view pager with TabLayout, tabs may be used to display headings, we can also move easily from

How to Print All Leaf Node of Binary Tree

Hello Everyone!!!   In order to solve binary tree problem of leaf node, we should know that what is leaf node? Leaf node is node of the binary tree whose have no left and right child means whose left and right child is null. It is the

How to create verticle bargraph in android

Step1: Add dependency MPAndroidChart and jitpack maven repository in your build.gradle repositories { maven { url "https://jitpack.io" } } dependencies{ compile 'com.github.PhilJay:MPAndroidChart:v2.1.6' } Step2: Adding com.g

Adding Site Map in asp.net application and showing it in Tree View

Sitemap is used for navigation to different pages in Website. It contains a hierarchal structure of pages. In this article, I shall show you how to create a sitemap and then show the sitemap in Treeview control in ASP.Net To add a sitemap, go to th

How to send email in cakephp2.x?

Sometimes we are required to send mails in our cakephp application.   To setup in cakephp lets follow these steps :   1. In your EmailConfig class at /app/Config/email.php set the email configuration. Use this class to configure email

Angular Material Introduction

Angular Material is a UI component framework and reference implementation of Google's  Material Design for Angular JS developers. It helps in creating responsive, attractive, functional websites in faster manner.   Features of Angular

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