September 18th, 202581121It is the beginning of a new year. Many have broken their new year's resolution already. However, have you ever considered learning a brand computer programming language...
September 17th, 202518892Minifying your code makes it smaller in size which increases the website’s loading speed, which increases the ranking of the website in search engine and so on. There...
September 17th, 202591614You can use the date function to generate a date string of your desired format. As a second parameter, you can add a UNIX timestamp representing the date that you wish...
September 16th, 2025142036Javascript is a powerful programming language that allows developers to create dynamic and interactive web applications. When it comes to declaring variables, developers...
September 15th, 2025151926In 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, 202581653
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, 20251214210
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, 2025163734In JavaScript, we can use MediaDevices and the MediaDevices and MediaRecorder interfaces to record the user's screen.
The MediaDevices interface prompts users to...