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

Search In

How to create / retrieve / modify / delete a cookie

We use cookie to identify the identity of a user and make sure that the user is an authentic user when user traverses through different pages of an application or a website. Basically a cookie is a file in text format that is embedded by the server o

Importing From Excel Files in Rails

Importing excel files in Rails Hi friends, Importing excel sheets and storing them into db is a very common usecase of applications. So here I am going to guide you to a step-by-step process of how to import records into db from an excel file in Ra

How to create and modify the attributes of property in JavaScript

This tutorial will help a user to learn how to create a property with specified attribute values or modify the attributes of a property that already exists in JavaScript 1. Creating a property: // using Object.defineProperty() for creating a ne

How to Create Immutable Class in Java

How to create Immutable class in java Immutable class is a class which once created, it’s contents can not be changed. Immutable objects are the objects whose state can not be changed once constructed. e.g. String class Since the state of the immuta

How to create popup layout

In the below example I have created popup layout. In popup.activity layout, First I have created LinearLayout, In LinearLayout I added a TextViw and Button, then in step second I have created rounded.xml layout & in drawable folder, here I have a

Integrate YouTube API in Cordova Android application

Hello Readers, Today's post is about an integration of YouTube API with Cordova Android apps. To use YouTube API in our app we need API key. So, first of all, we need to register our app with some details. The following steps explain how to reg

.Net Code to Create new Database and Table in SQL Server

Hello readers! In this Blog we will understand how can we create new database and new table in SQL Server using .Net . SQL provides statements to create new databases and tables. In the Code below we are executing those statements to create datab

Important Methods of Date in Ruby

We often stuck, how to manipulate Date in our rails Application.   We have two Date objects in Ruby Time.now() // This will give Today's date #=> 2016-05-17 17:02:28 +0530 Date.new() // This will need some arguments to pass. #=> Mo

How to get next Date excluding weekends with start date and the number of working days using SQL ?

Hi All, While working with SQL, I came across the requirement to get the business days only. I had the number of working days and the starting date. Now the requirement was to get the next date by excluding all the Saturday Sunday and only to count t

How to change the action overflow menu icon

To change the action overflow menu icon first you need to create a style for the overflow icon in which you need to set the new icon then use this style in your app theme. Step 1 Create a style for your menu overflow icon in styles.xml and set the d

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