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

Search In

Drop Down Box with Search Option using jquery

Hello All, In this blog i am going to show you how you can add search option in Drop down box.it is very helpful when u have large amount of list in drop down box. INDEX.PHP This file contain list of states <html> <head> &

Web API in MVC

While building projects in MVC we also have a requirement to build API that can run on any device whether its a mobile device or whether it is a laptop.   Web API we mainly build so that  it can run on any device and on any platform. The

File I/O in C

File represents a set of bytes whether a text file or a binary file.   File is used to store data in the textual or in encoded format as per as use requirement.   Modes of File Mode Description r Opens an existi

Allocating memory dynamically in C

In C programming, you will allocate memory dynamically by using the functions defined in the header files.   These functions are found in <stdlib.h> header file.   S.N. Function & Description 1 vo

Rating Gem in Ruby on Rails

How to setup a rating feature in rails application.   The best and simple way of doing so is by using RAILS GEM ratyrate by following simple steps.   Step 1: Include GEM in your gem file gem 'ratyrate'   Step 2:  Generate

Adding Route In GoogleMap

Hi All, If you want to show path between two points then you have to add the path or route between that two points. Generally route is also a polyline but it is proper path followed by a person or any vehicle to travel from one point to another. Bef

Send appointement request via SMTP.

If you want to send a user friendly appointment request via your SMTP server instead of boring email that we usually do then we can achieve it with the help of  very simple code. Here is code: using System; using System.Collections.Generic; u

Phpmyadmin: How to install PhpMyAdmin in Ubuntu 14.04

This blog will help you to understand how to install securely phpMyAdmin to manage your databases on Ubuntu 14.04 How to install phpMyAdmin: Step 1: First you need to update the package index on your server with this command:   Now write t

CakePHP find condition examples

This blog tutorial will explain CakePHP find condition & query examples. let's take a look at some CakePHP find conditions. First, a very simple CakePHP find query that retrieves all records from the User model. Example: $this->User->fi

IMAP protocol

IMAP   IMAP stands for Internet Mail Access Protocol.   IMAP is the protocol used for manipulating and changing the mails without actually downloading it. You can do any action you want to perform and it will hold by the mail server its

  • 113
1 809 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: