Posts

Showing posts from September 22, 2024

custom range slider

Image
Creating custom range slider in JavaScript wi th value increasing and decreasing ratio. the value will be increase against increasing range slider and same for decreasing. Watch video for more details Download source code

SQL basics

Image
How to create database in SQL DBMS How to create table in SQL database How to insert data in table how to Update data in SQL table how to delete table In this tutorial we are create database in SQL with name of HealthCare. there are two table in HealthCare database one of them I Doctor II Patient We insert data in Doctor table and in Patient Table rather then we update data in both table Watch tutorial for more info.