September 15th, 2025151925In 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...
September 15th, 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;...
September 15th, 20251214208
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...
September 14th, 202541123Use objects/classes to encapsulate your application logic and try not to pollute the global variable scope as this can cause frustrating problems such as libraries not...
September 14th, 2025163732In JavaScript, we can use MediaDevices and the MediaDevices and MediaRecorder interfaces to record the user's screen.
The MediaDevices interface prompts users to...
September 14th, 2025115899I 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...
September 11th, 2025112317In 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...
September 10th, 20255648Differences 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...
August 5th, 20258679We are going to share you some cool JavaScript features you will love them features like Base64 encoding and decoding, The vibration API, Constants, CSS property is...