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

Search In

Jquery vallidator rule for filling at least one field between a group

<script type="text/javascript"> $(document).ready(function() { jQuery.validator.addMethod("require_from_group", function (value, element, options) { var numberRequired = options[0]; var selector = options[1];

Types of Mask in Photoshop (part 3)

Hey guys, Welcome back to "Part 3 - Types on Mask in Photoshop". OK Let's get started. Question 1: what is Vector Mask? Vector means a path or shape which will not lose the quality if we increase or decrease its size. The vector Shapes or path ar

Control Flow Functions in MySQL

Mysql have several contral flow functions. Such as 1) IF 2) CASE 3) IFNULL 4) NULLIF Control Flow functions returns value based on processed each row by query executed. Contral Flow function can be used on **SELECT, WHERE, GROUP BY** and **ORDER B

Designing Animated Burger Icon

Hi guys, So many times people search for how to create animated burger icon used for menu, that changes to cross on click. Here I have written code for that using html, css and a very little javascript. where the 3 horizontal lines gets converted i

SQL Joins Introduction

SQL JOIN is used to combine data from two or more different table based on a common field between them in a relational database. There are 5 types of JOIN: INNER JOIN LEFT JOIN RIGHT JOIN FULL JOIN CROSS JOIN INNER JOIN: This SQL query re

Validation states

Validation states We can denote the state of a form through visual,color-based indications.This can be done through using classes as .control-label, .form-control, and .help-block.These are the validation styles for warning, error and success states

Line Coding in Digital to Digital Conversion

Line Coding   Line coding consists of representing the digital signal to be transported, by a waveform that is optimally tuned for the specific properties of the physical channel (and of the receiving equipment).   The pattern of voltag

Line Coding in Digital to Digital Conversion

Line Coding   Line coding represents the digital signal that needs to be transmitted. It sends it in the waveform that is used for the specific properties of the physical medium.     The voltage pattern , to represent the digital

Difference between ROW_NUMBER() and RANK().

ROW_NUMBER() This function is used to assign a unique id to each row returned by the sql query fired. RANK() This function is similar to ROW_NUMBER() with the only difference it leaves a gap between the groups i.e this function assi

Difference between Dense_Rank() and Rank().

Rank() This function assigns a row id to each row returned by the sql query fired. It provides distinct row id to distinct values, similar values have similar row id, the next row id is calculated as number of occurrence of previous r

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