Javascript

Customize CyberPanel with Tampermonkey

Streamlining CyberPanel Navigation with Custom CSS and Tampermonkey

Managing multiple CyberPanel installations can be a challenge. The interface is powerful, but when you’re juggling several servers, the navigation menus and controls can start to feel cluttered. I found myself constantly hunting for the right submenu or control, and realized that a few small tweaks could make the dashboard much easier to use. Starting […]

Streamlining CyberPanel Navigation with Custom CSS and Tampermonkey Read More »

Loading Indicator

Loading Indicator PHP Function (with JS and CSS)

Creating a Loading Indicator with PHP, JavaScript, and CSS A loading indicator is a visual cue that informs users that a process is underway, enhancing user experience by providing feedback during wait times. This snippet demonstrates how to create one using PHP, JavaScript, and CSS. This handy function wraps some HTML, CSS, and JS to create a pulsing circle and

Loading Indicator PHP Function (with JS and CSS) Read More »

Display TIFF files on the web

Display Tiff Files on the Web [Updated for 2024]

Do you want to display TIFF files on the web?  You can learn how here. TIFF files are not made for the web and are not well suited for the web. They used to work in many browsers but as of this writing, support is waning:  http://en.wikipedia.org/wiki/Comparison_of_web_browsers#Image_format_support. TIFF files are very large and contain layer

Display Tiff Files on the Web [Updated for 2024] Read More »

Display TIFF Chrome Firefox

Display TIFF Files on a Web Site in Chrome and Firefox

Jump to the Clarity If you need to display TIFF files on the web, you might have problems. TIFF files used to be displayed by all browsers, but as they are not really suitable for web use, support has been dropping. See Image Support by Browser:  https://en.wikipedia.org/wiki/Comparison_of_web_browsers#Image_format_support This makes sense of course, if you are only

Display TIFF Files on a Web Site in Chrome and Firefox Read More »