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

Search In

How to get next Date excluding weekends with start date and the number of working days using SQL ?

Hi All, While working with SQL, I came across the requirement to get the business days only. I had the number of working days and the starting date. Now the requirement was to get the next date by excluding all the Saturday Sunday and only to count t

How to create new portal using old portal with different skin in DNN 7

DNN provide export and import portals functionality by which we can create new portal using old portal Steps to export the template: 1.Login in the portal with super user account. 2.Go to host->site management ->Export site template. 3.Fill

How to validate dynamically genetrated form using javascript

If you want to validate the dynamically generated form using javascript: You can use this code : HTML : <div id="example"> <form id="newForm"> <input type="text" name="email" id="email" value="mail" />

Loop’s(Control statement ) in Swift

For loop: In swift there are two types of for loop: 1: for-in loop for-in loop with Array: let myIntArray = [ 10,20,30,40,50,60,70]; var index = 0; for value in myIntArray { println(" MyIntArray[\(index)]=\(value)”); } for-in loo

How to create global variables in CakePHP?

The majority of the developers, develop skepticism in which, what's the correct place/Page in which they should declare the constant variable in cakephp. Previous going to variable declaration, we must consider that any of us will work over a MVC pl

Sprite Editor in Unity 5.1

Sprite Editor in Unity 5.1 The Sprite Editor is used to slice individual sprites from Sprite Sheet. When Sprite mode 'multiple' is selected the sprite editor button appears on the Inspector window. Click the Sprite Editor button to open the sprit

How to Create a Responsive Image Slider in jQuery

By using jquery image slider plugin we can create Responsive Image slider .In below example, I am using rslider plugin. Step-1. Link files <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> <script

Multiple column using CSS3

Hello all, Here I am sharing some information about how to get multiple columns layout using css3. By using css3 column-count property we can divide an element into number of columns. Here is an example: div { -webkit-column-count: 4; /* Chrom

Java connectivity JDBC driver

Hi Friends, This article will help you to identify basic connectivity using JDBC driver in Java. There are only four categories of JDBC driver provided by SUN, Type 1, 2, 3, and 4, which is explained below − Type 1: JDBC-ODBC (Bridge Driver) In

autocomplete function with php

Jquery is a powerful library and it is heart of web develepment. It includes different types of functions. Today we are going to discuss function named autocomplete() which is useful to auto populate the suggestions as user types, filtering and sea

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