Gregory's Blog

Popular Blogs

Read More...
Read More...

All Blogs


   Galaxie Blog 4 Is Released! Galaxie Blog- Ready- Set- Go!


Galaxie Blog is a wickedly fast, full-featured, free, open-source blog that supports Lucee and Adobe ColdFusion.
Read More...
Getting the Clients IP Address Using Lucee and ColdFusion

Getting the Clients IP Address Using Lucee and ColdFusion


As a long-term ColdFusion developer, I have used CGI environment variables for the last twenty years to extract IP addresses and client variables. However, in this day and age, getting the IP address is much more complex and is no longer a trivial issue. 
Read More...
Bypassing ColdFusion and Lucees Global Script Protection When Designing a Content Management System

Bypassing ColdFusion and Lucees Global Script Protection When Designing a Content Management System


ColdFusion and Lucee's Global Script Protection is designed to discourage cross-site scripting attacks by replacing scripts and other potentially harmful tags in forms before sending the data to the server. However, sometimes, this can get in the way, especially when trying to develop a content management system.
Read More...
Working With ColdFusion/Lucee HQL and Java HashMap Objects

Working With ColdFusion/Lucee HQL and Java HashMap Objects


In this article, I will introduce key ORM concepts and show you how to create and use Java Hashmaps with HQL
Read More...
Building Dynamic SQL Statements Using the OR Operator With ColdFusion

Building Dynamic SQL Statements Using the OR Operator With ColdFusion


In this article, I will show you how to create a dynamic database or statements using checkboxes on the client that allow the user to select multiple filters for a query.
Read More...
Common Issues When Migrating Between Adobe ColdFusion and Lucee

Common Issues When Migrating Between Adobe ColdFusion and Lucee


This article discusses potential issues and solutions while porting code between ColdFusion and Lucee.
Read More...
Things that I Wish I Had Known Before Setting Up a Smart Home - A Smart Home Primer

Things that I Wish I Had Known Before Setting Up a Smart Home - A Smart Home Primer


I have spent the last several years implementing a smart home, and there are a few things that I wish I had known. I will cover some important considerations when building a smart home in this article.
Read More...
How to Pair Meross Smart WIFI Controller Accessory to a Garage Door

How to Pair Meross Smart WIFI Controller Accessory to a Garage Door


In this article, I will discuss installing the Meross Smart Garage Door opener with garage door openers with the yellow training button.
Read More...
Securing ColdFusion Applications Using Encryption and Hashing

Securing ColdFusion Applications Using Encryption and Hashing


This article will discuss how to secure ColdFusion applications using hashed passwords and salt and how to encrypt and decrypt keys.
Read More...