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

Search In

Animated checkbox using CSS3

Hello,readers I had created a simple animated checkbox using Font Awesome ( CSS Bootstrap file), along with pseudo elements, CSS3 Transition property and opacity. In my example, I had created an unordered list and placed checkbox tag along with the

Making a simple JQUERY slider

Here is a simple Jquery code to make a slider. HTML CODE: <div class="container"> <ul class="clearfix slider"> <li class="active"> <img src="img/img1.jpg"> </li> <li> <img src="img/i

How to execute stored procedure?

Stored Procedure is already written queries which are saved in database. If you want to use any SELECT, INSERT, UPDATE, DELETE query multiple times then you can put your query in stored procedure and use it anywhere. You can execute your stored proce

An Ultimate Guide to Creating a Perfect LinkedIn Profile

             An Ultimate Guide to Creating a Perfect LinkedIn Profile                     &

ASP.Net : Abstract class with real time example in C#

ASP.Net : Abstract class with real time example in C#   1) A class is called an abstract class if it is marked with an abstract keyword.   2)The reason for which abstract class came into existence is that it provides a default functi

How to create your own search bar in Swift (Not using UISearchBar)

Here is a small example of custom search bar  1. Go to storyboard, take TextField place it at below navigation bar (we will type text here to find any string) 2. Set delegate of TextField Come to ViewController class now Create IBOutlet of T

.Net Framework : Garbage collection

Garbage collection is an important technique in .Net that is used to free the memory for unused object that are no longer referenced.It has the following benefits.   1. It enables you to develop an application without having worry to free memo

Collection View

Collection view is used to show data in a grid form. It is similar to table view where we have to implement its data source and delegate methods. In this example, we will implement collection view.   Drag a UICollectionView to the default Vie

How to export datatable to excel in asp.net?

To export datatable in excel, First create an excel file at any location on my computer. In my example, I have created a blank excel file in D drive named as "DataTableToExcel.xls". First, we will add some data in datatable, Either we can

Rails Active Records Callbacks: Part 1

Hi friends, Whenever you create,save or initialize an object there are so many things available in rails that are called Callbacks or Hooks. They can be used as checks between on stage of the object to another. In this chapter I am going to explain

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