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

Search In

Multidimensional Array in C#

An array is the collection of homogeneous elements which stored in a contiguous memory location by using the same variable name. Elements of an array are accessed by their index value. Array index start with 0 and go up-to-the length of an array elem

CSS3 transition with demo

With the help of CSS3 new properties, we can transit an element from one position to another with the help of few properties. It provide you to control the values of the element property for a particular duration of time. There are two steps involved

Android app development for beginners 3: Building a simple Simple User-Interface

In this tutorial you'll learn: 1. How to interact with a simple User-Interface 2. LinearLayout and some basic attributes of the basic UI elements.

One image changes to another, on hover

Hello, readers. This blog post will tell you how to get one image in place of the other on hover. The height and width of the images are 100% and the position is given absolute. Due to this, one image appears behind the other. The second thing to do

How to chain multiple methods in single statement

If we want to run different methods with in single statement than we can achieve it by using jQuery chaining property . With the help of jQuery chaining property we can chain different methods with each other. JQuery chaining property allows us to e

Custom Checkbox and Radio Button

Hello all, In this blog today, I am going to show u how with the help of CSS, We can easily create custom checkbox and radio buttons. Following is the HTML and CSS code, which shows how to create your own checkbox and radio button.  HTML :

How to create different shape images in css3?

In this blog, we will learn to create images of different shapes using css3. In my example, I have created images of different shapes like rhombus, hexagon, diamond, octagon.  I have taken four classes rhomb, dia, hexagon and octagon having fixe

What is the use of memory_limit = -1 in php.ini?

Hello, php.ini file is the configuration file of PHP. There is a parameter memory_limit in the file. Can anyone explain me what is the use of this parameter?

CSS3 Animation

An animation takes place when the style of an element changes. To use the animation by CSS3 we have to define some keyframes. These @keyframes will be having the styles of an element at particular time. For the CSS3 animation we need to specify the

BufferedInputStream in java

How internally BufferedInputStream work in java? During read from a file, how or who bring bytes from the file to the internal buffer? Wether BufferedInputStream read 1 byte at a time from internal buffer?

1 109 949
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: