Page 28 of 58

How to create Image Hit Counter using PHP

Last updated on November 8th, 2024 at 12:33 pmThis is an advanced yet straightforward graphical hit counter developed using PHP and MySQL. A key benefit of this script is its ability to dynamically alter the counter’s appearance. The only requirement is to have numeric image files ranging from 0 to 9, named according to the […]

How to create custom alert pop up window using jQuery

Last updated on May 3rd, 2024 at 11:26 amIn this tutorial you can see how we can display jQuery UI dialog box instead of the regular Javascript alert message window on a webpage. The script is also flexible and will display different themes available in jqueryui.com automatically. The themes are defined inside a Javascript array […]

How to connect to MySQL database using servlet

Last updated on April 20th, 2022 at 10:00 amIn java we can make use of Servlets to connect to Mysql database and Display results in html. Name of my database as My_test and display the column with the name Firstname from table named Employees. Modify localhost to the name or ip address of the server […]

How to Create a Self-Signed Certificate Using Java Keytool

Last updated on June 24th, 2025 at 07:52 amIf you’re working on a local Java application and need to enable HTTPS, one of the quickest ways to do it is by generating a self-signed SSL certificate using Java Keytool. While these certificates aren’t trusted by browsers for public sites, they’re perfectly fine for development and […]

« Older posts Newer posts »