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

Search In

How to make a JSON call using jQuery?

To make JSON call we use “getJSON” method. Here is the syntax and description of it. Syntax : $.getJSON( url, [data], [callback] ) Description 1. url : It is URL where the request is send and which emits out JSON. 2. data : this parameter he

SQL Views

A view is a virtual table which is stored in database with an associated name .Using views query we can select specific data from a large table . Suppose there is large database of any college , so i want to view the records of any one branch from th

How to make RatingBar in android ?

Here I have created RatingBar function in android. In android RatingBar can be used to get the rating from the user, it is also used for creating RatingBar. Below code example will described you how to make RatingBar function in Android. Step(1)- ac

if-else in jstl

In JSTL, the functionality if-else is provided by choose-when-otherwise statement . <c:choose> tag is an enclosing tag for <c:when> and <c:otherwise>. And it is also known as mutual exclusion as only a block of code within the

How to validate file extension and size before upload?

Here is the example to validate the file extension and size before upload. Regular expression has been used to validate the file extension. And to validate file size, we use size property of file input i.e., img.files[0].size. Onclick event of button

Difference among bind(), live(), delegate(), on() methods in jQuery

Hello, Most of the time we have a bit of confusion between the jQuery .bind(), .live(), .delegate(), and .on() methods and when they should be used. Here I am sharing some information regarding this: bind() Method: Syntax: .bind( eventType [, even

Generic DropdownList in MVC

Hi All, We in most of our projects in MVC come across creating dropdown list, that can be tricky sometimes. In this blog you all will get a preview of creating a generic function for creating dropdown for any list. The first thing we need to do is

Property Animation Android

1) Here I will rotate a View around its vertical axis using the rotationY property. we will create an XML resource file in the /res/animator directory named as flip_on_vertical.xml. <objectAnimator xmlns:android="http://schemas.android.com/apk/re

Drupal 7 database API

Drupal database abstraction layer allow's the use of different database servers using the same code base i.e it provides with the ability to support multiple database servers easily. The system is built a top PHP's PHP Data Objects database API and

How to Upgrade Fedora 22 to Fedora 23?

To upgrade Fedora in your machine follow the below steps- Take all your important files backup to any external media or hard drive. Verify your current fedora version by executing following commands in terminal $ cat /etc/fedora-release If your

1 518 720
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: