live-speech-to-text
Posted in 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…

Continue Reading...
linkedin-app-js
Posted in Javascript

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…

Continue Reading...
facebook-api-version
Posted in Javascript

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…

Continue Reading...
google-login-javascript
Posted in Javascript

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…

Continue Reading...
YouTube Video List
Posted in Javascript

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…

Continue Reading...
Form data
Posted in Javascript

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…

Continue Reading...
file upload
Posted in Javascript

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…

Continue Reading...
CAPTCHA
Posted in Javascript

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…

Continue Reading...
Posted in Javascript

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…

Continue Reading...
Posted in Javascript

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…

Continue Reading...