There are several payment options available in the market today. PayPal checkout option is one among them. In my previous articles, I have already discussed few payment options - Braintree PayPal using PHP, Payment system and PayPal Express Checkout with PHP and MySQL. These are the most viewed and...
Monday, 16 April 2018
Sunday, 14 January 2018
Push Notifications for Web Browsers
How do you increase the site’s traffic? E-commerce businesses’ main goal is to keep engage their existed subscribers and get the new visitors. There are many ways to grow site’s traffic and customer engagement - by sending email notifications, SMS alerts, through social media and do web push notifications....
Monday, 25 December 2017
Ionic Angular Lazy Loading with Child Components
on December 25, 2017
in AngularJS, camera, ionic, Javascript, lazy loading, native, php, RESTful
with
No comments

We have already discussed few articles on Ionic. Latest Ionic 3 came up with lazy loading concepts. Changing Ionic apps to use lazy loading significantly boost up the app performance. This actually improves the app speed, instead of loading everything in root application module file. This allows doing...
Sunday, 3 December 2017
Ionic and Angular: Native Camera with Restful Upload.
It is very simple to trigger any camera device and show the resulting output. This has been discussed in my article to take multiple photos with delete action using Ionic and AngularJS. Here is a problem. You can only see the image temporarily, since it has not been stored in any storage. Today’s article...
Sunday, 26 November 2017
MailxEngine - A True Solution for Email Verification and to Maintain a Clean Email Database
MailXEngine is a simple tool for verifying an email address. It ensures you to send email to real users, thereby reduce your bounce rate & reputation, improve email deliverability and save money with MailXEngine. Email is the first line of communication for any digital marketing and online marketers....
Monday, 13 November 2017
Ionic and Angular: Infinite Scrolling with RESTful APIs
We have seen series of posts on developing a mobile application using Ionic and AngularJS. One of my previous articles which deal with insertion and deletion of posts using RESTful API. Similarly, today’s post makes use of RESTful API. These days, a single page web applications are most commonly used...
Monday, 6 November 2017
Login with Facebook and Google using ReactJS and RESTful APIs
There are a number of advantages to implementing social login in your web applications. First of all, it best secures the user credentials, the user can use a single login for accessing multiple sites, this can automatically access the user details for further use, and many such. This article is about...