
Search In
This tutorial will help to learn how to make use of bind function in javascript. We use “bind” function, that helps us to use the properties and methods of any other object.bind function creates
it's new method that has it's own this object which he
RESTful:
Representational State Transfer (REST) is introduced by Roy Fielding on 2000; it is an architectural style of large-scale networked software that takes advantage of the technologies and protocols of the World Wide Web. REST illustrate how c
A JavaScript variable is simply a name of storage location. There are two types of variables in JavaScript : local variable and global variable.
There are some rules while declaring a JavaScript variable:.
1)Name must start with a letter (a to z or
Hello Everyone, In this blog I will guide you "To add custom attributes on product in WooCommerce?"
This is how to produce custom item attributes on the WooCommerce single web page. (To display attributes on the cart page, see Indicate WooCommerce P
Localization:
Adapting a product to local and regional market called localization.
Sometimes it is referred as l10n.
A characteristics of development and testing related to the translation of the software (product) and its content to the e
What is a Template engine?
Template Engines are the tools which help you split the program logic and presentation logic. It also assists in separating both the logics into two independent parts. It is always better to separate your presentation logi
What is Payment Gateway ?
Choosing a right payment gateway is an immense decision for merchants. First of all let’s talk about what payment gateway is and why is it so important.
A payment gateway is a service provided by e-co
We are here to discuss OAuth 2.0 Authentication in wordpress. Do you know about OAuth?. What is OAuth?. OAuth is nothing but a open protocol which is useful to allow authorization by easy and secure methods from web/mobile/software applications.
In w
Hello
Overview
A substitute language can be defined in export. It is put to use so that if a value is not present in the requested language then that value is output in the defined substitute language.
In the main module this functionality
A module is a container for different part of an App which includes controller, services, filters, directives and many more.
We can also say that it is a collection of controllers, filters, services, directives, etc.
Syntax for creating a module: