Using phpMyAdmin with SSH Tunnels

Centralized phpMyAdmin Using SSH Tunnels Instead of installing phpMyAdmin on every ColdFusion, Lucee, or WordPress server, install a single copy on your local workstation and connect securely to each server through SSH tunnels. This approach keeps MySQL and MariaDB inaccessible from the public Internet while providing a simple, centralized administration interface. Benefits One phpMyAdmin installation…

Read More

Designing a Zero-Drama HTTPS Maintenance Server with NGINX and Cloudflare

Overview When production servers need to be taken completely offline, the goal is not just uptime messaging. It is trust. Visitors should see a calm, intentional maintenance page over HTTPS, not browser warnings, Cloudflare error screens, or raw 503 output. This article walks through a practical pattern for building a dedicated NGINX maintenance server that…

Read More

ColdFusion Server Template (AlmaLinux 10)

This guide extends the AlmaLinux 10 base template for ColdFusion environments using Apache as a reverse proxy in front of Lucee or Adobe ColdFusion. 1. Skip PHP Installation ColdFusion servers do not require PHP. Do not install PHP or PHP-FPM on this template. 2. Apache Reverse Proxy Configuration Enable proxy modules: Example VirtualHost: 3. ColdFusion…

Read More

WordPress Server Template (AlmaLinux 10)

This guide extends the AlmaLinux 10 base web server template with a production-ready WordPress stack using Apache, PHP-FPM, and MariaDB. 1. Install PHP and Required Extensions 2. Enable and Start PHP-FPM 3. Apache to PHP-FPM Configuration AlmaLinux ships with a default php.conf that already maps PHP to PHP-FPM. Ensure the handler includes the FPM socket:…

Read More

AlmaLinux 10 Web Server Template (2026+)

This guide documents a clean, modern baseline for building reusable AlmaLinux 10 server templates. It is designed to serve as the shared foundation for both WordPress (PHP) and ColdFusion (Lucee or Adobe CF) environments. 1. Update and Prepare the System This ensures the system is fully patched and provides the modern ip networking tools used…

Read More

Standard Task Prefixes

Clear, consistent task naming improves communication across development, marketing, and billing. Standardized prefixes make work easy to scan, prioritize, and report—whether you’re committing code, logging time, or preparing invoices. This guide defines the approved prefixes and the formatting rules for using them across all E19 Creative projects. Each prefix represents the type of work being…

Read More

Artwork Standard Sizes

Designing consistent artwork sizes is essential for a clean, professional-looking website. Standardizing your image dimensions—whether they’re landscape banners, square tiles, or logos—helps maintain visual balance, improves page load performance, and ensures your graphics look sharp on all devices. In this guide, we’ll outline recommended sizes and aspect ratios to build a cohesive design system for your…

Read More

Website Migration Preparation Plan

To ensure a smooth migration of your website to our new hosting environment, please review and complete the following steps before your scheduled migration date. ✅ 1. Inventory Your Website 📁 2. Gather Access Credentials Make sure you have current login credentials for: 🗃️ 3. Clean Up Your Site Before migrating, it’s a good opportunity…

Read More

Securing Email Communications: Best Practices and Policy

In our increasingly digital world, email remains one of the most widely used methods of communication. However, it also remains one of the most vulnerable channels for data breaches and cyberattacks. To ensure the safety and security of your information and our systems, we have established the following email security policy. This policy outlines best…

Read More

Best Practices for Reusing Code Across Multiple ColdFusion Applications

In software development, efficiency and consistency are key. If you’re managing multiple ColdFusion applications, reusing code can save time, reduce errors, and ensure a consistent user experience. In this blog post, we’ll explore some of the best practices for syncing and reusing code across your ColdFusion projects. 1. Create a Shared Library or Framework A…

Read More