November 12th, 2024414039
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...
November 12th, 202431881In 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...
November 12th, 202405817I 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...
November 11th, 202411523You 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...
November 11th, 20240825Minifying 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...
June 23rd, 202413567jsPDF 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...
June 23rd, 202401500JavaScript enabled Asynchronous programming to be easier to implement and understand. As a result, special Async and Await were introduced as keywords.
Let's look at...
June 23rd, 20240832This article aims to highlight how important it is to know JavaScript fundamentals for all front-end developers. I'll explain the reasons you need to have a thorough...