
Search In
CONCAT function is mysql plays a vital role. The CONCAT() function combine or concatenate the list of strings together .
We have 2 types of concat function ->
CONCAT() – This function will concate list of string together without any sepa
Action Result And Return Type
An ActionResult is return type of method/action defined in a controller. ActionResult is a class defined in namespace System.Web.Mvc. Result returned by action/method is called action result. We can return any type of
TDD (Test-Driven-Development) is getting popular day by day defining its needs in greater code testing. This process is a test which we define to get an output by applying to our library, API etc. Day by day Nodejs is now developing as a language of
If you're applying to study in a native English country, chances are you would need to take an English exam so they would know your English speaking abilities. This is to ensure that you would be able to cope up and adapt well in the new environm
This is our last blog on shopify where we will show listing of orders history of particular customer.
With this api you can track all orders in your webview by passing only order number.
1. Fetch orders in your main activity like this :
private vo
How to set sequences in openerp-7
If customer change sequences in invoice Basically ,
The Number you see on invoice is a sequence generated by OpenERP.
You can include some prefix, suffix etc to the number. According to this case, for each site,
you
Bus Topology
Advantages
▸ It is easy to set up, handle, and implement.
▸ It is best-suited for small networks.
▸ It costs very less.
Disadvantages
▸ The cable length is limited. This limits the number of network nodes that can be
In this era of software development technology, the main concern in development should be the best performance. As we already aware that database is the backbone of any software. So whilst designing the database we need to keep a few things in mind t
Welcome to FindNerd. Today we are going to discuss custom modules in Nodejs. As we have discussed the in-build modules as well as other modules which are provided by npm. We can also create our own modules. Kindly use the following steps.
St
If you want image slider using Javascript then you can use below code .
CSS Code :
<style type="text/css">
// to make a gap from top
body {
margin-top: 100px;
}
// give styling to list
.navlist ul li{
