June 16th, 202555884I 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...
June 15th, 2025914134
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...
June 15th, 202541633
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;...
June 15th, 202581915In 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...
June 15th, 202572003Javascript is a powerful programming language that allows developers to create dynamic and interactive web applications. When it comes to declaring variables, developers...
June 12th, 202552275In 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...
June 12th, 20252631Differences 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...
May 4th, 20258882Minifying 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...
May 4th, 202541577You 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...