August 30th, 20201927This tutorial will show you how to add a static video background using CSS. It's a straightforward and easy script and looks fantastic on landing pages. In this tutorial, we are using HTML5 <video> tag to embed video and CSS to put that video on background.
...
August 24th, 202072582Google reCaptcha is a security service that prevents bots from sending you automatic emails on your public forms, reCaptcha used for human verification owned by Google. Google reCAPTCHA v3 is invisible you won't see it in your forms create your form without adding a captcha checkbox it's integrate with your submit button. ...
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....