Tag: Email

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 install XAMPP Windows

Last updated on November 8th, 2024 at 12:54 pmA comprehensive guide featuring sequential instructions accompanied by screenshots for the installation of XAMPP. This includes the configuration of Apache, MySQL, and Tomcat as services, as well as troubleshooting common service errors and their resolutions. Prerequisite: Go to XAMPP, Download the XAMPP software first. The latest version […]

How to preload images using javascript

Last updated on December 27th, 2022 at 11:18 amUsing this script we can preload an image in to the webpage and display it when needed. Once you click the Show Image button the image will display immediately with out any delay as it comes from the cache (preload). If your internet connection is slow then […]

How to cache web page using php

Last updated on January 28th, 2022 at 05:34 pmIn the modern days, most of the sites are database driven. That means that your site is actually an application which retrieves data from a DBMS ( database management system, eg MySQL) , parses the data and shows the result to the user. Most of these data […]