Pure JavaScript

Creating a Reusable Radial Progress Bar using CSS and JS Tutorial

In this tutorial, you can learn how to create a Reusable Radial Progress Bar using CSS and Pure JavaScript. The tutorial aims to provide students and beginners with a reference for creating a useful component for a website or web application. Here, I will be providing simple web page scripts that demonstrate this, and the complete source code zip file is also provided and is free to download.

Simple Scramble Game using JavaScript Source Code Free Download

This mini-project is entitled Scrambled Word Game. This is a simple web application game that was developed using HTML, CSS, and JavaScript. The game requires the player to guess each scrambled word within a specific time duration. This game is like a Word Guessing Game but aside from the hint, the game also provides the word characters but not in the right order. The program has a simple and

Exporting HTML Table to Excel [.xls, .csv] using JavaScript Tutorial

In this tutorial, you will learn how to Export HTML Table Data to Excel Spreadsheets and CSV Files using JavaScript. This tutorial aims to provide the IT/CS student and new programmers with a reference to learn to export Data into Excel using only Pure JavaScript. Here, I will provide sample snippets on how to achieve this tutorial's objectives. A working sample program source code zip file is also provided and is free to download.

Drag and Drop - Uploading Multiple Files using Pure JavaScript Tutorial

In this tutorial, you will learn how to create or implement a Drag and Drop File Uploading using Pure JavaScript. This tutorial mainly aims to provide IT/CS Students and new programmers with a reference to handle file uploads on both the client and server sides. Here, the step-by-step tutorial for achieving the main objective is provided with snippets for better understanding. A sample web application source code zip file that demonstrates the tutorial's objective is also provided and is free to download.