jQuery

Autocomplete in jQuery using PHP and MySQL – a beginner tutorial

autocomplete in jquery with php and mysql

Last updated:6th November, 2021Autocomplete in jQuery Modern web applications often use auto suggest feature in forms. In this tutorial, you will learn autocomplete in jquery using php and MySQL. In this tutorial, following steps will be done. 1. Setup the application You should have PHP, MySQL and phpMyAdmin installed on your system. Install XAMPP or WAMP. After installation, start Apache, …

Read More »

How to create a restful api using nodejs and hapi framework

nodejs hapi framework tutorial - thumbnail

Last updated:27th May, 2020How to create a restful api using nodejs and hapi framework Hapi framework is popular Nodejs framework. In this tutorial we are going to explore how to create a restful API using nodejs and hapi framework. In a previous Nodejs loopback restful api with authentication tutorial, loopback framework is used. Following tasks are performed in this tutorial. …

Read More »

nodejs user registration tutorial with mongodb

Last updated:9th March, 2019nodejs user registration tutorial Many of our readers requested to publish a NodeJs user registration tutorial with MongoDB. In some previous NodeJs tutorials, we explored NodeJS PassportJS Login, NodeJS send email tutorial and many others. In this tutorial, you are going to learn nodejs user registration with MongoDB. You can find the source code of this tutorial on this GitHub repository. …

Read More »

Import CSV file using nodejs and mongodb with ExpressJS and Mongoose

nodejs import csv thumbnail

Last updated:9th March, 2019Import CSV file using nodejs and MongoDB CSV or comma separated files are often used to export or import data in web applications. Generating CSV using Nodejs and MongoDB was explored in a previous article. In this tutorial,  you learn, how to import CSV file using NodeJS into MongoDB. In order to import CSV file using Nodejs and MongoDB, following …

Read More »

How to create a jQuery drag and drop todo list with php MySQL

jquery drag and drop todo list

Last updated:9th March, 2019How to create a jQuery drag and drop todo list jQuery is very popular JavaScript library in web development community. It is used to perform a wide variety of tasks. In a previous article we explored jQuery AJAX example with php MySQL. Here you will learn how to create a jQuery drag and drop todo list with …

Read More »

jQuery AJAX example with php MySQL – download source code

ajax jquery php example

Last updated:28th January, 2022jQuery AJAX example with php MySQL jQuery and Ajax are buzzwords now a days in web development community and it is a must have skill for a web developer. In this tutorial we are going to explore  jQuery AJAX example with php  MySQL and how we can send an AJAX get request using jQuery to fetch data …

Read More »