
Search In
The product inventory settings can be added in two ways,
1.1) system settings for all the products
1.2) and individually, i.e. you can edit the settings for each product.
To access and configure system settings, log into the admin panel, navigate g
render() method in rails is used for rendering a content to the view . Its uses are:
In Controller for rendering an action
Example:
render :action => "show"
This is the most common use of render in controller . The template for show will be r
In the modern era, digital marketing strategies play a big role in making customers aware about products on offer and services they can avail from you. Always remember, marketing can go against your business if not done in a pragmatic manner to win t
Hi,
Here I am writing a simple way to use Comparator interface.
We use Comparator interface to order the objects.
First of all we need to import java.util package.
It have two methods :
Compare(Object o1, Object o2)
equals(Object o).
Th
Technology advancement has made it possible for many talented people across the globe to work as freelancers sitting at any corner of the world. Being a freelancer is often thought of pursuing a more relaxed lifestyle, but there are harsh, stark real
Using Toolbar in place of ActionBar:-
Nowadays ActionBar is getting replaced by toolbar, so it is good to use or get handy with new feature of Android i.e "ToolBar" , Here is the way to use toolbar in your Android Activity.
Step 1:- set the app the
Google webmaster account is a very important tool for a Company website. Using this tool we can check website performance and maintain it according to google guidelines. Google provide this tool and it is absolutely free for everyone. As well as Goog
Basically Javascript previous version ES5(script 5) support three loops and new version ES6(script 6) version support two more loops i.e for-of loop (ES6 ) and an iterator (ES6) .
1) for each loop
for each() method iterates the specific va
First question is that it is legitimate to use JavaScript redirect over other available options like Htaccess Redirect, html Redirect, Php redirect etc. as SEO point of view ?
The answers is famous quote from Google Support itself.
"Using JavaSc
Hello Readers,
During processing WHERE is used to SELECT data in the original tables while HAVING is used to filter the data in the result set that was produced by the query
WHERE and HAVING clause are used together in a SELECT que
