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

Search In

Custom Multi Select Box

Customizing a multiple select is a very challenging task. The default layout of the multiple select box looks like this: To make it a drop-down multiple select box we need to create a custom made multi select box. Here is the html code: <lab

2018 Social Media Image Size Cheat Sheet - A Social Marketers Guide

In this booming era of technology, social media has become a vital part of everybody's lifestyle. We use social networking platforms not only for entertainment purposes but also for some other more important things like business, research and mee

Date and Time Helpers in Rails

Date and Time Helpers in Rails Date and time selection are very common in forms for saving event times, schedules, birth date etc. Rails also provides date and time helpers for taking inputs of date, time or datetime. While dealing with date-time,

Prevent Adding/Deleting/Modifying properties of an object in JavaScript

This tutorial will help us about the internal property [[Extensible]].This internal property [[Extensible]] of an object in javascript, is used to specify whether properties can be add to an object or not.Before using the internal property [[Extensib

Read System environment variable in Spring

Hello Friends, The below code will show you how you can read System Environments Variables and System Properties by Using Spring applicationContext. We have to create SystemVariables Class and create the property systemVariables SystemVariables.jav

Data binding in your xml layouts

Data Binding Guide This document explains how to use the Data Binding Library to write declarative layouts and minimize the glue code necessary to bind your application logic and layouts. Setting Up Work Environment: dependencies { classpat

JavaScript Math Object

JavaScript Math Object The JavaScript math object is used to perform mathematical operation. The Math object includes several mathematical methods. Below are certain math objects with examples: 1)Math.sqrt(n) this method returns the square root of

server side versus client side in php

Client side means the code runs on client machine namely like browser while server side means code runs on server side and sent output to the client. In client side requests the pages from the server and displays them to the user in most of the case

How to show and hide a pop-up div on a button click using jquery?

Showing a pop-up div on a button click is a very simple task. Below is the code for showing and closing(hiding) a div and use it like a popup using jquery. <!DOCTYPE html> <html lang="en"><head> <meta charset="utf-8">

SQL Wildcards

This wildcards is used when we want to match a string pattern . And this can be do with the help of wildcards only . In SQL there are two types of wildcards : % : Percentage sign which represent 0 , 1 or more characters . _ : Underscore which repr

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