Category: Tutorial
-

Page Preloader With Progress Bar Using JQuery
Hi Guys, today we will see how to create a simple web page preloader with progress bar using jQuery. It really matters how your website pages load and are presented to users. A slow loading website has more chances to lose visitors and readers. No one wants to see your page elements half loaded and…
-

CRUD example in PHP jQuery and Ajax
We received a lot of tutorial requests from users and most often they (mostly new developer) ask for simple CRUD operation (create, read, update and delete) in PHP, jQuery and Ajax. And I think it’s a good suggestion as it will certainly clear some basic concepts as well. So in this post we will share…
-

Create Multi Step Form with Progress Bar using jQuery, CSS3 and PHP
Hi guys, today we will see how to create an awesome multi step form using CSS3, jQuery and PHP. Multi step forms are important when you have large number of input fields in a form, so breaking that form in smaller forms with less number of input fields is a good idea. It is user…
-
Dynamically Add Input Fields And Submit To Database With jQuery and PHP -2
I am sure you all would love this tutorial as it was requested from many of our awesome readers. You would have seen our tutorial on How to Dynamically Add Input Fields And Submit To Database With jQuery and PHP. I received a good response for this tutorial, people asked how it would work if we have a…
-

Change Form Action Based on Select Option Using jQuery
Hi guys, I hope you all are good and rocking. Today I am sharing another simple tutorial for all our lovely new devs, we will see how we can dynamically change form action based on user selection in dropdown options. There are times when you need this for example in a search form you may…
-

Get Multiple Checkbox Values in PHP
I know most of the developers already know it as its simple and easy but still it’s a little bit challenging when new developers encounter such situations in their projects. I also received this as a tutorial request from a guy who has to implement this in his college project. He needs to get multiple…