Category: Tools (Page 2 of 5)

How to Create Beautiful HTML Form Using CSS

Last updated on March 11th, 2022 at 07:57 amHere is a simple HTML registration form design with basic CSS, this make the form more attractive for users. You can also create a login form by modifying the below HTML code. When user focus on each input field this form also has ability to change border […]

How to Drag And Drop Multiple Files Upload Using PHP jQuery

Last updated on January 12th, 2023 at 10:14 amVery simple and easy to implement file uploading script using HTML5. I am not using any API here and all I use is the jQuery library. Script Features & Techniques Create HTML Form First we need to create an html page with div tag and other details. […]

Putty keep alive session without connection timeout

Last updated on August 27th, 2024 at 09:14 amWhen I connect to my linux / unix server using putty it timeouts after sometime automatically. Basically this happens when I do other task while keeping the putty session idle, during this time it popup an error sometimes stating that the session has timeout. This is very […]

How to monitor server load using PHP

Last updated on November 7th, 2024 at 09:21 amThis PHP code checks the current load on the server and takes different actions depending on whether the server is under heavy load or not. Let’s break it down step by step: This code is useful for monitoring server load and preventing overload by limiting access when […]

« Older posts Newer posts »