Page 37 of 58

Animated Santa Claus Using Javascript This Christmas

Last updated on October 22nd, 2024 at 07:35 amA very interesting script for all my visitors and a Christmas gift from MistoOnline. An animated Santa Claus that dance along your web page. This is very simple script, no complex code added. All you have to do is copy paste the below HTML & JS code […]

How to create a calculator using JavaScript

Last updated on March 12th, 2023 at 08:04 amHere we are going to create a stylish Calculator using simple JavaScript functions which performs basic arithmetic operations like Addition, Subtraction, Division, Multiplication and Percentage(bonus). We are using CSS to give it a beautiful look and feel. Structure Calculator In this step we will write some basic […]

How to create real Time Date clock Using Javascript

Last updated on December 21st, 2022 at 08:51 amIn this tutorial we are going to see how to show a real time and date clock using Javascript. Let us first create a function named todays_date_time(), the parameter we are passing to this function is the id of any HTML element. For this example I am […]

How to Connect mysql database using JSP

Last updated on November 22nd, 2022 at 05:16 pmThis can be deployed in Apache tomcat and we will connect to MySQL to create table. Some prerequisite before we start Write JSP code We are going to have 2 JSP files 1. Hello_database_query.jsp just an plain HTML file with a create table hyperlink (not really required […]

« Older posts Newer posts »