July 31st, 2025153730In JavaScript, we can use MediaDevices and the MediaDevices and MediaRecorder interfaces to record the user's screen.
The MediaDevices interface prompts users to...
July 31st, 2025105899I 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...
July 30th, 20251214194
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...
July 30th, 202571653
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;...
July 30th, 2025151923In 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...
July 30th, 2025142034Javascript is a powerful programming language that allows developers to create dynamic and interactive web applications. When it comes to declaring variables, developers...
July 27th, 2025102316In 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...
July 27th, 20255645Differences 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...