Gregory's Blog

Posts by Gregory Alexander

Implementing Client Side File Uploading with Uppy

Implementing Client Side File Uploading with Uppy

Gregory Alexander, Tech

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

Gregory Alexander, Tech

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...
How to Install and Register Adobe Fireworks Using Adobe Cloud

How to Install and Register Adobe Fireworks Using Adobe Cloud

Gregory Alexander, Tech

A few years ago, Adobe deprecated Adobe FireWorks and made it difficult to find and install. If you need a moderately robust graphics program for the web, this article will show you how to get around some of the common issues of installing Adobe Fireworks.
Read More...
Tags vs Cfscript in ColdFusion and Lucee

Tags vs Cfscript in ColdFusion and Lucee

Gregory Alexander, Tech

ColdFusion supports both a tag-based language, similar to PHP, and cfscript, which is a C-style language similar to Javascript. In this article, we will discuss some of the potential use cases of both styles.
Read More...
Understanding the Differences Between Blog Categories and Tags

Understanding the Differences Between Blog Categories and Tags

Gregory Alexander, Tech

We will discuss the main differences between blog categories and tags and how they affect the user experience and SEO
Read More...
Recursive ColdFusion Function

Recursive ColdFusion Function

Gregory Alexander, Tech

We will discuss how to develop a recursive ColdFusion function                                      
Read More...
Implementing a Breadcrumb Navigation System

Implementing a Breadcrumb Navigation System

Gregory Alexander, Tech

In this example, we will discuss how to implement a breadcrumb navigation widget on your site and how to create breadcrumb-structured data.
Read More...
Extracting Kendo Theme Color Properties

Extracting Kendo Theme Color Properties

Gregory Alexander, Tech

I will explain how to create a custom function to share the primary colors of a Kendo theme with other interfaces.
Read More...
Kendo UI CSS Classes

Kendo UI CSS Classes

Gregory Alexander, Tech

This article will explore the Kendo CSS classes                                      
Read More...
Missing Contacts from the iCloud Backup!?

Missing Contacts from the iCloud Backup!?

Gregory Alexander, Tech

What to do if your contacts do not show up when restoring iPhone data from iTunes, or the cloud.                                      
Read More...

Generating Map Routes with the Bing Maps API

Gregory Alexander, Tech

In this article, we will learn how to create Bing Map routes with directions between two or more points using the Bing Maps API.
Read More...

Rendering Static Maps With the Bing Maps API

Gregory Alexander, Tech

In this article, we will discuss how to render both static maps and maps with routing and directions using the Bing Maps API
Read More...