Category: Html (Page 5 of 6)

How to validate email address using Javascript

Last updated on March 13th, 2022 at 05:40 pmSimple script that validate email address using javascript. This is very much useful for login and contact forms which can validate the email address that are entered by the users. Grab the Javascript function to validate email address from below. Here btnAdd is the ID of the […]

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 create calendar using Javascript

Last updated on January 4th, 2023 at 06:12 pmIn this tutorial we are going to show you the code that can be used to create a calendar inside a web page. Simply copy paste the code below to your header / footer / main or side widgets to display calendar. Feel free to modify the […]

How To Set And Get Cookies Using PHP

Last updated on November 23rd, 2022 at 07:54 amHere is a simple code that explains how a cookie is set and retrieved using php. A cookie is set with the following code: setcookie(name, value, expiration) The above code sets a cookie named “MyVisit” in the visitors browser. The cookie sets the value to the current […]

« Older posts Newer posts »