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

Search In

Left side navigation using pure css

Hi all, Below is an example to make left side navigation using pure css. css: .fa { position: relative; display: table-cell; width: 60px; height: 36px; text-align: center; vertical-align: middle; font-size: 18px; co

vckni jqlbr for 28% nlebtz7

Officials are working to determine whether other Australian citizens or permanent residents were aboard the flight, she said. ray ban He knows how to warm up to people, Marilyn said, and he'll soon know how to help a girl in ruby slippers get back to

Why OWIN

OWIN: Open Web Interface for .Net. Before starting, keep in mind that owin is just a specification and not technology or framework. Owin in simple words is an standard interface between .Net web server and web application. Basically OWIN is designed

Creating a Generic List in .Net

Generic list are the list of object capable of storing any type, including Complex type such as class. It can even store a List of Items as well. Generic list is present in System.Collections.Generic Namespace in .Net frame work. As every type in .

Restore a Snapshot

As explained on post how to archive a snapshot, Now to restore a snapshot from created archive, use the following sequence of commands: lvcreate --size 1G --name mdb-new vg0 gzip -d -c snap_db-01.gz | dd of=/dev/vg0/mdb-new mount /dev/vg0/mdb-new /s

Add or Remove Class by Using Jquery

Hello Guys The below example will guide you to add or remove class by using jquery. So if you are stuck in such case follow the below code. Here is the HTML Code <nav> <ul> <li><a href="javascript:void(0)" class

How to Create Cross-Browser Custom Upload Button with Jquery

Hello Reader's In this article I will guide you to create Cross-Browser Custom Upload Button With JQuery If you facing any problem for upload button use this code. Here is the HTML <div class="Container"> <label>Upload Photo:&

Loop’s(Control statement ) in Swift

For loop: In swift there are two types of for loop: 1: for-in loop for-in loop with Array: let myIntArray = [ 10,20,30,40,50,60,70]; var index = 0; for value in myIntArray { println(" MyIntArray[\(index)]=\(value)”); } for-in loo

Implement Stack Using Dynamic LinkList

Stack:- The Below code can shown you how to implement stack using dynamic linklist in data structure using C. We can insert the node dynamically and the Linklist works on principal Last-In-First-Out(LIFO). #include<stdio.h> #include<conio.

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

1 156 320
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: