jQuery is the most popular and most used feature rich JavaScript library. Due to simplicity and features, jQuery becomes the essential part of every web project to handle client end functionality. If you’re a web developer then jQuery must for you and whenever you go for job interview, jQuery will be on top. So here […]
MySQL Interview Questions and Answers
MySQL is the most popular and most used open-source relational database management system. If you’re a programmer then the knowledge of MySQL is essential for you because MySQL can be used with every programming language. Whenever you will go for the job interview, questions related to MySQL on top. So here is the list of […]
Reduce Image Size While Uploading in PHP
The image upload functionality is common in web projects that allow users to upload images to set profile picture or maintain their image gallery. Mostly large image files are upload and that takes too much time load and effects website ranking. So the uploaded images is very important and it should be reduced as much […]
Create Radio Button Toggle Switch with Bootstrap, jQuery & PHP
As we know that Radio buttons are used to limit the user to just make one selection from listed options. The radio buttons are used extensively in web projects but these are very old and not matched with look and feel when developing projects using Bootstrap. We can replace radio button with toggle switch radio […]
Change Background Color Dynamically using Bootstrap Color Picker
It’s very interesting to change the styles of website dynamically. In many websites, users are enabled to change background color of website dynamically. So in this tutorial you will learn how to change background color of website dynamically using Bootstrap Color Picker and save into MySQL database table using PHP. In this tutorial, we have […]