Gregory's Blog

Tech related posts

Creating Animated Parallax Scenes Using ScrollMagic and ColdFusion

Creating Animated Parallax Scenes Using ScrollMagic and ColdFusion


In this article, I will provide a high-level overview of ScrollMagic and show you how to use ColdFusion to programmatically create stunning parallax scenes using ScrollMagic.
Read More...
Easilly Port your ACF ORM Code to Lucee 6 Using the Ortus ORM Extension

Easilly Port your ACF ORM Code to Lucee 6 Using the Ortus ORM Extension


This post will discuss how to port your existing Adobe ColdFusion-based ORM code to Lucee using the Otrus ORM Extension.
Read More...
Using Kendo UI Windows to Implement Multi-Step Web Interfaces

Using Kendo UI Windows to Implement Multi-Step Web Interfaces


In this article, I will show you how to use the Kendo Window to create sophisticated multi-step interfaces.
Read More...
Lighthouse Scores of Blog Sites Driven by ColdFusion

Lighthouse Scores of Blog Sites Driven by ColdFusion


According to DebugBear.com, the industry-standard lighthouse scores for major blog platforms like WordPress and Wix are disappointing. In this article, we will analyze popular ColdFusion Blog sites and see how they compare.
Read More...

Building Image Sliders with Stunning Transitions Using Swiper


In this article, I will show you how to implement sliders and carousels with stunning transition effects using Swiper. We will also discuss some of the benefits and drawbacks of carousels and when it is best to use them.  Finally, we will incorporate uploading the carousel images using Uppy with a ColdFusion backend. 
Read More...
Creating Image Galleries with FancyBox

Creating Image Galleries with FancyBox


Image Galleries can be an effective way to tell a story in a visually appealing way. In this article, I will show you how to use FancyBox to create web-based galleries.
Read More...
Ensuring Sequential Uppy Uploads Using the Bundled XHR Option

Ensuring Sequential Uppy Uploads Using the Bundled XHR Option


We will discuss how to force Uppy to upload images sequentially using Uppy's Bundled setting with XHR uploads
Read More...
Implementing Client Side File Uploading with Uppy

Implementing Client Side File Uploading with Uppy


In this article, I will show you how to integrate Uppy, a popular open-sourced JavaScript uploader, with ColdFusion to allow your users to upload files. I will show you how to configure and customize Uppy and provide a working example of how to post files to the server using XHR and a ColdFusion backend.
Read More...
Uploading Files With ColdFusion

Uploading Files With ColdFusion


In this article, we will cover how to upload data to the server using ColdFusion. We will also discuss security concerns and common best practices when uploading data using ColdFusion.
Read More...