
Search In
What is Link Building
Link Building is one of the most important technique or SEO skill or a part of Off-page SEO. It is the process of sharing ones link to other websites or we can say that it is the process of attaining a links to your own website
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
JavaScript String concat() method : To join one or more strings we use the concat method in JavaScript String.
Syntax of concat method :
string.concat(string1, string2, ..., stringX)
In the above syntax you can pass any number of parameters one
Basic ideas behind dynamic theming
In addition to creating templates that are displayed conditionally, the Drupal also provide us to apply CSS for specific conditions on any given page.
$classes this variable aid dynamic CSS styling. Conditional
Checkboxes and radios.
In bootstrap we can add features of multiple selection from group of choices with the help of checkboxes while for selecting one option out of many we use radios.It also provides an option of disabled checkboxes and radios and
SQL Join query is used to join the two tables i.e add or combine two or more tables .
This clause take data from two or more table in database and then combine them to produce new table .
Joining is based upon the common fields from the tables .
Adva
Hi if you want to upload two separate files from one single form to be uploaded and with a for simplest code
Look at mine code.
The form will have two separate input files but you need to name them common, ex 'files[]' I'm using 'upload[]' in this c
Array_merge
Array_merge merges the elements of two or more array in one array such that the value of second array is appended to the value of first array. If two or more array elements have same key, then the later value will overrides the pre
These are the Following methods in Selenium are used in conditional and looping operations:-
isEnabled() method is used when you want to verify weather a certain element is enabled or not before executing a command.
WebElement txtbox-username =
Migeration in SQl Server :
There are several options if one wishes to migrate a database from a SQL Server 2005 to SQL 2008 Server. First of all transferring a database from any version of SQL Server 2000 and above to 2008 version. This Wizard can
