FIREBASE WITH WORDPRESS

How to send firebase web push notification to multiple devices using wordpress and PHP

In this blog we will setup firebase web push notification in wordpress website but before going to configure you first create project in firebase and if you don’t know then… Read more
How to resize image before upload in jquery

How to resize image before upload in jquery

Image resize Read more
Validate that end date is greater than start date with jQuery

Validate that end date is greater than start date with jQuery

Here we validate end date should be greater than start date using jQuery. Most of time when we use date range, we always need to validate two dates. Step 1. Make… Read more
QR code generator

How to generate QR code using jquery

To generate a QR code, you just include the jQuery library and then pass the required parameters to the QRCode function, the text you want to encode as the QR code,… Read more