May 1st, 2025814103
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...
May 1st, 202525867I 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...
May 1st, 202541904In 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...
April 30th, 202541988Javascript is a powerful programming language that allows developers to create dynamic and interactive web applications. When it comes to declaring variables, developers...
April 30th, 2025123691In JavaScript, we can use MediaDevices and the MediaDevices and MediaRecorder interfaces to record the user's screen.
The MediaDevices interface prompts users to...
April 30th, 202521106Use 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...
April 30th, 20253650We 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...
April 29th, 2025610454We'll show you how to drag-and-drop multiple file uploads using Ajax, jQuery, and PHP.
It's a widely-used functionality in web applications. When working on a website...
April 29th, 2025103652jsPDF is a Javascript library that lets you generate PDF files programmatically. It has no dependencies and it's accessible from any device with a browser, so you can...