HTML
Real-Time Image Processing using WebSockets and Flask in Python and JavaScript
Real-time image processing has gained a lot of importance in recent years due to its various applications. The applications range from facial recognition to autonomous vehicles. In this tutorial, we…
How to Download Files with JavaScript
Support for downloading files is a very common feature of web application. Over the past few years, I have developed this feature many times. In this article, we will learn how to download files…
Basic Chatbot Using HTML, CSS and JavaScript
A guide to building a basic chatbot design using HTML, CSS, and JavaScript.
How to Put a Clear Button Inside an HTML Text Input Box
A guide on how to put a clear button inside an HTML input text box with JavaScript.
WYSIWYG Editor Flaws And How To Handle Them
How To Create A Custom-Made Search Bar Using HTML And CSS
2 JavaScript Approaches to Encode/Decode HTML Entities
No plugins required. 2 strategies — (1) A <textarea> HTML element & (2) Regex pattern implementations.
Django Social Authentication: Login With Google
How to sign in and sign out using Google and Django framework.
How to Change an HTML Selected Option Using JavaScript
A tutorial on changing an HTML selected option with JavaScript.