Tag: JavaScripts (Page 3 of 6)

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 create animated login form using Jquery

Last updated on August 26th, 2022 at 07:54 amIn this tutorial we are going to take a deeper look on creating a Shaking login form using jQuery (Similar To WordPress Admin Page Login Form Buzzing or Vibrating). Create HTML Form Add Style Load jQuery Add animation Add button Create HTML Form The very first step […]

How to get screen resolution using Javascript

Last updated on August 8th, 2022 at 09:55 amThis is a simple script that can capture screen resolution of a user. We are using screen function available in javascript. Here are some of the attribute you can use while dealing with screen As we can see screen has attributes like availWidth availHeight width height colorDepth […]

« Older posts Newer posts »