June 16th, 2025133713In JavaScript, we can use MediaDevices and the MediaDevices and MediaRecorder interfaces to record the user's screen.
The MediaDevices interface prompts users to...
June 16th, 202555896I have found a good mobile based swipe tab here and really loved it so now I am sharing it with you. Its very simple and very useful tutorial you can use these tabs in...
June 15th, 20251014135
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...
June 15th, 202551633
Show image before the upload is a requirement of every web application to give good user experience. We published a tutorial that doesn't work in all browsers so;...
June 15th, 2025101915In PHP, there are a variety of ways in which you can sanitize the user input, depending on your needs. The htmlspecialchars function allows you to transform every...
June 15th, 202582016Javascript is a powerful programming language that allows developers to create dynamic and interactive web applications. When it comes to declaring variables, developers...
June 12th, 202552285In this article, I am going to show you that How to Create Bar Chart Race in JavaScript very easily. You must watch many bar chart data visualization videos in this...
June 12th, 20252631Differences Between JavaScript var vs Let
JavaScript is a scripting language that declares variables of various kinds using keywords like let, const, or Var. Let and...