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

Search In

Trigger the change event for select that gets the text for each selected option and writes them in the div?

<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>selected demo</title> <style> div { color: red; } </style> <script src="https://code.jquery.com/jquery-1.10.2.

How Page Re-direction Works

The implementations of Page-Redirection are as follows: Example 1: In Java script we can simply do page redirect at client side. if any visitors visit the website then you can redirect your website visitors to new page , For that you just need to a

Setup redis with ruby on rails

Installing Redis curl -O http://redis.googlecode.com/files/redis-2.2.2.tar.gz tar xzf redis-2.2.2.tar.gz cd redis-2.2.2 make cp src/redis-server src/redis-cli /usr/bin Redis Server If you want to use redis-server locally,  just run the foll

Developing an Organizational Leader

  To identify the right technique for hierarchically getting yourself, one will need to involve the procedure of undertaking various steps of human behavioral achievements. The accomplishment/achievement will get from a commitment of your own c

Equivalence partitioning and Boundary value analysis

Equivalence partitioning Equivalence partitioning is one of the most commonly used specification-based black-box technique. It is a test design technique that can be used in black-box testing as in system testing. The concept of this technique is to

Directing System.out.println() output to a file instead to console in Java.

Directing System.out.println() output to a file instead to console in Java. The internal working of System.out.println(): System: java.lang package contains the class System with it's definition. out: out is a public and static variable of Sys

java.lang.NoSuchMethodError: com.fasterxml.jackson.databind.JavaType.isReferenceType()Z

I was integrating solr with java using maven dependencies  <dependency> <groupId>org.apache.solr</groupId> <artifactId>solr-solrj</artifactId> <version>5.5.0</version> </depen

AngularJS $apply

AngularJS $apply comes into play when it invokes digest cycle to watch the scope model changes. Angular wraps the function call within the $scope.$apply. It means it executes a complete new life cycle. If the execution of the function is normal, the

PHP include and require Statements

The include() and require() function takes all the text in a specified file and copies it into the file that uses the these function respectively. include will only produce a warning (E_WARNING) and the script will continue require will prod

Geolocation in HTML

Using HTML Geolocation   HTML Geolocation is used to identify the position of any object based on its geographical parameters passed.   You can use its functions to find the position of the object.   It will check whether geoloca

1 158 409
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: