Category: Javascript
How to Convert Live Speech to Text using JavaScript
Recently one of the readers asked about converting live speech to text. The topic sounds interesting to me. Though I wrote about converting speech to…
Login with LinkedIn using JavaScript and PHP
Do you want to integrate login with LinkedIn using JavaScript in your application? When we use JavaScript for social login, your users won’t leave your…
Login with Facebook using JavaScript and PHP
Do you want to add a Facebook login option to your website? Nowadays users prefer to sign in through social sites instead of following the…
Login with Google using JavaScript and PHP
In the past, I have written an article on Google Login integration with PHP. Following that article, when a user clicks on the login button…
Get YouTube Video List By Keywords Using YouTube Search API and JavaScript
In the past, I have published an article How to Get YouTube Video List by Keywords Using YouTube Search API which was written for PHP…
How to Connect Firebase Realtime Database to Your Website Form
Are you looking to store your website form data in the Firebase? The Firebase realtime database is a cloud-hosted NoSQL database. In this article, I…
Drag and Drop Multiple File Upload using JavaScript and PHP
In the past, I have written an article Drag and Drop File Upload using JavaScript and PHP. In that article, I focused on uploading a…
Validate Google reCAPTCHA using JavaScript
Google reCAPTCHA is a popular service for protecting website forms against spam bots. The reCAPTCHA asks users to solve simple puzzles that are easy for…
SweetAlert – A Beautiful Replacement for JavaScript Dialog Boxes
JavaScript is embedded in all browsers. It provides 3 dialog boxes – alert, confirm, and prompt. Each browser has its own look and feel. The…
HTML Form Validation Using Parsley
Are you looking for applying validations on your HTML form? Client-side validations are helpful to ensure all form fields are filled out and in a…