August 18th, 202041260 I received a tutorial requests from my reader that asked to me how to implement a payment gateway system with PayPal API. In this tutorial I want to explain how to work with Paypal Sandbox test accounts for payment system development and sending arguments while click buy now button. It’s simple and very easy to integrate into your...
August 13th, 202001911 In this tutorial, I will show you how to create form wizard and validation in jQuery, its a simple snippet created with Bootstrap and jquery to make a simple long from in steps to improve data collection process and beautify webpage....
December 26th, 201951444 WhatsApp chatbot in Python using Dialogflow.com
This chatbot created for WhatsApp web it gets new messages and responds. 99% chatbot respond.
Tested on 10 user orders at the same time boot worked very smoothly. Talk with a bot: https://web.whatsapp.com/send?phone=923073520790&text=hello&source=youtube...
October 15th, 201901636 In this post I will show you some very interesting and useful software/apps you can install in minutes with complete CRM for online food ordering companies. There is lot of restaurants want to go online and they want mobile app for Android and iOS (most used mobile OS) and Web solution. So this post will solve your most of the...
October 14th, 2019811652 In this tutorial I will show you how to compress images before upload to server, usually we don't compress images and upload them directly to server and then compress them in this tutorial you will learn how to compress images on client side and when user upload it will take less time (if slow internet) and space on server. Suppose...
January 16th, 2019104418 In this tutorial i will show how to read outlook office 365 emails using oauth in PHP, Outlook.com is a web-based email and calendar etc services from Microsoft. One of the world's first webmail services. A running demo and code for download available....
December 18th, 201813206 We have received many requests from our readers to post some tutorial on YouTube video downloading. Today I will show you that how to download YouTube video using PHP with a PHP class available here. A very simple and easy to integrate tutorial....
December 13th, 201803852I have found a good mobile based swipe tab here and really loved it so now I am sharing it with you. Its very simple and very useful tutorial you can use these tabs in your mobile based website or hybrid mobile apps. DEMO index.html file contain all the tabs scripting:
<div class="swipegory">
<nav>
...
June 25th, 201813294I have found a very useful code snippet on codepen for eCommerce sites ad to cart fly effect and really loved it so decided to write on that for my readers. Its a jQuery based code and very simple to use giving you a demo and download code for testing so you can easily implement it. DEMO Note: Its not a...