
Search In
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
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
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
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 .
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
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
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:&
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
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.
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
