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

Search In

CSS Linear gradient property

Hi,  This blog is continuation with my previous blogs in which I had discuss type of CSS gradient properties, In this blog i am going share how to use css linear gradient property in different ways. Go through the following examples below to lea

Complete code to make Creative Animated Menus using css3

Hello readers, today we will discuss on how to make creative menus in css3.  First let us make menus like Home, About Us, Services , Our Team and Contact Us in <ul> <li>. I have taken a class main-wrapper, which enclosed all the menu

Understanding UpdatePanel control in ASP.NET

Hi friends, this blog is targeting those readers who are keen to know about a very common method of partial updating specific region in asp.net page without reloading the whole page again and again, it is also meant for targeting readers who are just

What is checked keyword in c#

Arithmetic operations are very basic in every strongly type programming languages. We will oftenly save the result of this arithmetic computation in certain type of variable.  Suppose if I am adding two integers then i will save the result in in

Load Multiple Image From server using imageloader class store in cache memory in android

Displaying images in a mobile application is one of the most common tasks for app developers. It can be quite challenging to efficiently load multiple images and display it on list-view or grid-view in Android. You can use following single class

What is Requirement Traceability Matrix (RTM) and why we create it?

Requirement Traceability Matrix Requirement Traceability matrix is just a Table which is used to trace user requirements with test cases. In other words, with the help of this matrix we can trace, what requirements has been covered by tester and wha

Login with linkedin in php

Follow the below steps in order to use the linkedin API. Go to the Apps page at LinkedIn Developer Network and login with your LinkedIn account credentials – https://www.linkedin.com/secure/developer Click on the Add New Application link for create

Difference between ArrayList and LinkedList in Java ?

Difference between ArrayList and LinkedList in Java   ArrayList class and  LinkedList class are classes of Java with following syntax:   ArrayList class Syntax: ArrayList<String> al=new ArrayList<String>();//c

String in C++

While perform manipulation with character or with string you need to do it with an char  array for string or char variable for a single character.   This is the first way to manipulate the characters with char array.   char greeti

How to find Redis Logs on Ubuntu?

This blog will let you know how to do troubleshooting in Redis. Redis logs are stored at location /var/log/redis/redis-server.log To view the last 10 lines:  sudo tail /var/log/redis/redis-server.log On Ubuntu 14.04 Redis log files are loc

1 19 103
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: