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

Search In

How to parse/format dates with LocalDateTime in Java 8?

LocalDateTime is an immutable date-time object that represents a date-time, with default format as yyyy-MM-dd-HH-mm-ss.zzz. It provides a factory method that takes LocalDate and LocalTime input arguments to create LocalDateTime instance. Let’s look i

Create dictionary using array first letter

we often come to a situation where we have to create the dictionary based on the alphabetic order. So here is the program for creating a Dictionary with first letter of the array element. array element First letter is a key for adding the element i

Automatic icon resizing plugin for Cordova: Phonegap

In this post, you will learn about the plugin for automatic resizing of icons. You must know that both android and iOS platform needs different size of icons according to different devices.     If you need to change your app icon in yo

How to make a Plasma effect by using transparency mode in illustrator?

In this tutorial, we"ll learn to make Plasma effect. Step 1: Firstly, we need to open a new document with any size and make sure your color mode is in RGB. Create a rectangle on the canvas. Step 2: Now Select a rectangle and Fill with a colorf

Object prototype in Javascript

Every javascript object has a prototype by default. And the prototypes is also an objects. All objects in JavaScript inherit methods and properties from  their prototype  and we can override it, but we can not override an Object with a null

Custom Helper in MVC Razor

Hi Friends, Today I will tell you about using the custom helper in mvc. We can create our own helper extension.We have multiple extensions as shown below in figure:- As these above extensions are predefined. But we can define our own extension whi

Gridview is only adding one item. However i want it to add both items

My listbox2 items are the items needed to be added as columns. i am using a button to add items from listbox1 to listbox 2. so lets say if listbox1 item x,y coordinate is added to listbox2 item then i need to add column x,y coordinate to the gridview

Accordion in HTML

An accordion is used to show and hide the content on click or hover of button. It looks similar to the dropdown. There are some differences between accordion and dropdown:- Width of an accordion is 100% by default, we can override it by adding o

How To use dataBase in Your android App

Use DataBase Helper Class in your code, Which extends the base class SQLiteOpenHelper Class Sample code package com.searchoffers.android; import java.util.ArrayList; import java.util.List; import android.content.ContentValues; import android.c

How to bind onclick event function in JQuery

In the example below, I have created a bind onclick event function. when we will click on the button, element will dynamically added to DOM and it will bind the click event only to the elements that exist at the time of binding. To bind the click

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