
Search In
To install ejabberd with patch file(Serve cross domain policy file for Flash).
Install erlang on your system.
Download ejabberd
wget http://www.process-one.net/downloads/ejabberd/2.1.11/ejabberd-2.1.11.tgz
tar zxf ejabberd-2.1.11.tar.gz
4 cd ejab
We all know that systems are moving from legacy to new technology, and ETL is one of the common technique used to help this transformation. we can consolidate the scattered data for any organization while working with different data format and source
Saving session in database is best practice for website security. so if we want more security then we need to save session in database.
Here are few steps to save session in database
step 1--> Create a table name as sessionsdata
step 2--> cr
Conditional Constructs - IF...ELSEIF..ELSE
This construct is used to evaluate some complex conditions and based on the results execute different set of statements.
The basic syntax is
IF <conditions> THEN
<op
CSS3 child selector :
CSS3 nth child selector, selects the child element of its parent.
The common syntax: :nth-child(n)
There are many other syntax related to nth-child. Few of them are:
1. :nth-child(odd)
For selecting the odd child element of its
Hello everyone, this article demonstrate some useful PHP functions which can be used to change string case into lowercase and uppercase. The article also demonstrate some other functions which can be used to convert first character of each word in a
Hello Readers,
nextUntil() is the jquery method which is used to return all the siblings of the next siblings elements of the same parent between the selector and stop and returns the new jquery object as a result.
Syntax :
$(selector).nextUntil(
Smoke Testing: is use to find issues in the early phases of testing and is performed after software build to discover that the critical functionalities of the program is working fine. It is executed “before” any detailed functional or reg
Constants refer to the fixed values that can not be changed throughout the entire program.
Constants can be of any data type and is divided into Integer Numerals, Floating-Point Numerals, Characters, Strings and Boolean Values.
Integer lite
Breadcrumbs are navigation links that are used by all the sites by which user can understand the hierarchy of the pages. Breadcrumbs are used to display all the pages links leading from the homepage.
In WordPress, breadcrumbs plays an importa
