Skip to content
  • Home
  • Category
  • Contact
  • Terms & Conditions
  • Privacy

Roy Tutorials

Technical… Theoretical… Practical…

  • Home
  • Category
  • Contact

Home » Web Tech » JavaScript

Category: JavaScript

AJAX jQuery Spring Boot Spring JPA 

Spring Boot jQuery AJAX CRUD Example

10th Dec, 2019 Soumitra Roy Sarkar

Introduction In this example we will see an example on Spring Boot jQuery AJAX CRUD. CRUD is an acronym for four operations such as Create, Read, Update and Delete. We are going to perform CRUD operations on company details. We will use…

Continue Reading
AJAX Flask jQuery MySQL Python 

jQuery AJAX based Login Logout using Python Flask MySQL

18th Nov, 2019 Soumitra Roy Sarkar

Introduction I will create an example to show you how to build jQuery AJAX based login logout using Python Flask MySQL. Flask is a light-weight framework for building rapid web application whose data are stored into MySQL database server. We will use…

Continue Reading
AJAX Flask jQuery MySQL Python 

jQuery AJAX based Registration System using Python Flask MySQL

16th Nov, 2019 Soumitra Roy Sarkar

Introduction This guide will walk you through how to build jQuery AJAX based registration system using Python Flask MySQL. In this example I am going to build REST API that will be called from front-end technologies – jQuery, HTML including AJAX technique….

Continue Reading
jQuery Wordpress 

How to use AJAX, jQuery in WordPress Plugin

20th Oct, 2019 Soumitra Roy Sarkar

Introduction We will discuss here how to use AJAX in WordPress plugin. We will use the same plugin we created in the example. We have seen how to create MySQL table in our previous tutorial. This example will also show you how…

Continue Reading
AJAX File Upload Flask jQuery Python 

AJAX File(s) Upload using Python Flask and jQuery

3rd Oct, 2019 Soumitra Roy Sarkar

Introduction We will create an example here and we will show you how to upload single file or multiple files using AJAX and jQuery along with Python Flask technologies. You can either upload single file using browse button or multiple files using…

Continue Reading
Bootstrap Flask MySQL Python 

Bootstrap Calendar Events Demo using Python Flask MySQL

3rd Oct, 2019 Soumitra Roy Sarkar

Introduction We will create bootstrap calendar events demo using Python Flask MySQL. We had created similar example using Codeigniter (PHP framework) and MySQL. We will use the same version of bootsrap library 2.3.2 because using bootstrap version 4.3.1 the layout becomes a…

Continue Reading
Angular 

Cascading or dependent dropdown using Angular 8

3rd Oct, 2019 Soumitra Roy Sarkar

Introduction In this post we will see an example on cascading or dependent dropdown using Angular 8. When you have a requirement for selecting dropdown values based on another dropdown values then you need to create such cascading dropdown. For example, in…

Continue Reading
AJAX Flask jQuery Python 

Python Flask username availability check with MySQL, AJAX

3rd Oct, 2019 Soumitra Roy Sarkar

Introduction This tutorial shows an example on Python Flask username availability check with MySQL, AJAX. Sometimes we need to check username availability instantly before a user submits the form after filling a lengthy signup form. In this case we can use AJAX…

Continue Reading
Flask jQuery Python 

Python Flask Multi-step Registration form with MySQL, jQuery

3rd Oct, 2019 Soumitra Roy Sarkar

Introduction We will see an example on Python Flask multi-step registration form with MySQL, jQuery. Sometimes we need to capture lots of user details during registration process and as a result we got long forms on web page. So the best solution…

Continue Reading
Angular Codeigniter File Upload 

Angular + CodeIgniter File Upload Example

3rd Oct, 2019 Soumitra Roy Sarkar

Introduction Angular + CodeIgniter file upload example will show here how to upload a file to server. Here CodeIgniter will be responsible for storing the file into a server location and Angular will be used on UI side to interact with end…

Continue Reading

Posts navigation

1 2 … 9 Next
 

About Me

Soumitra Roy Sarkar
I am a professional Web developer, Enterprise Application developer, Software Engineer and Blogger and writing blogs is my passion. Connect me on | | |

Useful Links

  • Category
  • Contact
  • Privacy
  • Terms & Conditions

Popular Posts

  • Setup HMVC with Codeigniter 3
  • Nested comment system in PHP, MySQL and AJAX
  • Python REST API CRUD Example using Flask and MySQL
  • Codeigniter Online Visitor Tracking System
  • DataTable using Codeigniter, MySQL and AJAX

Recent Posts

  • Spring Boot jQuery AJAX CRUD Example
  • Generate PDF Report from MySQL Database using Python Flask
  • Generate Excel Report from MySQL Database using Python Flask
  • Generate CSV Report from MySQL Database using Python Flask
  • How to configure Junit 5 using Maven and Gradle in Eclipse
Copyright © 2014 - 2019 Reproduction of content strictly prohibited
Privacy   Terms & Conditions

This website uses cookies to ensure you get the best experience on this website