Use the JS matchMedia() Method
You can simply use the JavaScript window.matchMedia() method to detect a mobile device based on the CSS media query. This is the best and most reliable way...
While creating web application, it is always good to allow user confirm before doing any action. Specially on delete action, because if user accidently clicks on wrong delete button, then the data may...
MySQL is widely used database management system used in web application. It is popular and easy to connect with any web application.
In this article, we will learn how to connect MySQL data base wi...
In this Node.js tutorial, I will tell you how to install and configure nodemon to auto-restart the basic Node.js web application with express.js server. We’ll create a basic node app and if any...
File upload and download is most common and important functionality. Laravel provides simple ways to upload and download files. In Laravel application, you can store files in storage or public folder....