
Search In
Hey Readers!
Today, most web developers prefer embedding a Google Map on their website. This adds to the convenience of customers. If they like the product or services, they may wish to contact the person personally, or even visit them. Google Map w
In our previous blog we read about categories and their products now we ll look how to add each product into cart for checkout.
Each product has a unique id and product varients that we ll add into cart.
This is the basic method we uses to add cart
These are the following differences between Angular JS expression and JavaScript expression :
Used in HTML : Angular expressions can be used inside HTML while JavaScript expressions do not.
Filters : Angular expressions works
Hello Readers,
Hope you are doing good today.
Today we will discuss multilingual functionality on the website. The main question is that Why You Need A Multilingual Website For Your Business? Nowadays you see, times are changing with the growing nu
Login with google is very common functionality in iOS applications. We can Implement google login in swift 3.0 either by using pods or google SDK.
We need to install the following pod-
pod 'Google/SignIn'
Then register your app on the google deve
CakePHP 2
CakePHP is basically a rapid developing framework for PHP. It provides the user a flexible architecture to develop, maintain, and deploy the application .
In CakePHP within the convention over configuration paradigm, we basically used the
If you have ever installed apps on your mobile device(s), you must have experienced the notification messages that show on your mobile devices whenever you receive the latest information or get connected to the internet after being offline for a coup
To add an event to iOS calendar we need to access calendar of the iPhone without accessing calendar we can not add events in iPhone.
For accessing iPhone calendar we have to ask for permissions first. Here permission means allowing the pa
Bluetooth paired list will have list of devices which are already paired previously. Paired devices are the trusted connection established between two Bluetooth devices by "Passkey". Before calling this method please make sure that you have
The Angular CLI is an essential tool used in JavaScript that helps to initialize, develop, structure and maintain Angular applications. In Angular CLI, CLI stands for Common Line Interface. In other words, Angular CLI is a common Line Interface that
