
Search In
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
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
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" />
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
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
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
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
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
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
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
