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

Search In

isNaN() And isInfinite() in Java

isNaN() and isInfinite() methods in Java are the member functions of the java.lang.Double and java.lang.Float classes. Both the functions here are static member functions of the classes. NaN here stands for the Not-a-Number, it specifies whether the

How to impliment view Animation in Android

To implement view Animation in Android follow the steps mentioned below:- 1) Start a new project in android studio. 2) Now create a new Android resource Directory under res directory then choose interpolater option in directory type and name it ani

Bulk Insertion in Laravel using eloquent ORM

Insertion is the very basic feature in every project. When we want to do bulk insertion there are n number of ways are available in Laravel to do bulk insertion. Some of the way to bulk insertion are: 1) By using Raw query in Laravel. 2) By using e

Parse JSON in JavaScript?

Suppose you have response somewhat like this: var response = '{"result":true,"total-count":1}'; var getValues = JSON.parse(response); document.write(getValues.result + ", " + getValues.total-count; You can simple use JSON.parse() method to get the

How to Use Prototype?

The application runs faster after the prototype property of the GameObject is defined. As a direct result, every instance of GameObject references the methods within GameObject.prototype, taking them as their own methods. // define the GameObject c

Cookie in php its uses and types

Hello Readers A cookie is often used to identify a user. It is a small amount of information that sent by a server to a browser and after that sent back to the browser. The below is the syntax of cookie: Syntax: setcookie(name, value, expire, p

jQuery append( ) Method

This method is used to insert the data at the end of the selected elements . It is just opposite of the prepend( ) method . Prepend ( ) method is used to insert the data at the beginning of selected elements . Syntax : $(selector).append(content,fun

jQuery prepend ( ) Method

This method is used to insert the data at the beginning of the selected elements . It is just opposite of the append( ) method . Append ( ) method is used to insert the data at the end of selected elements . Syntax : $(selector).prepend(content,func

How to apply conditional operators in JSTL?

In JSP file sometimes we need to put conditional operators through JSTL. Example: In the below example I am applying && and || operators. <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %> <html> <head> <titl

How to add a simple jQuery script to WordPress?

Hello readers, today we discuss about "How to add a simple jQuery script to WordPress?". There are two way to add script in our wordpress. In header.php file, and in function.php file In header.php file you can put the below line into head section

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