Come Learn About Web Components!

Did you miss the Adobe ColdFusion Summit in Las Vegas last year? Still bummed about missing all the rad content? You're in luck!  Adobe is currently running the ColdFusion Online Summit 2024 -- it's the same (I think) sessions that were done in Las Vegas, but on line so you can watch from the c...

From: South of Shasta: Software Development, Web Design, Training

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.

From: Gregory's Blog

Recent critical Lucee security vulns: make sure you're protected, finding out more about them

There has been important news released (this week and last week) about a critical Lucee security vuln (an RCS or remote code execution vuln). You'll want to make sure your Lucee instances are protected either by updates or configuration (or both). There are actually 3 matters to beware. [More]

From: Charlie Arehart - Server Troubleshooting

Thinking Defensively About Three Recent Lucee Vulnerabilities

Last week, Harsh Jaiswal and Rahul Maini from ProjectDiscovery released some impressive security research on multiple vulnerabilities in Lucee (and Mura CMS and Masa CMS).

From: Hoya Haxa - A Security Research Blog

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.

From: Gregory's Blog

How to Install and Register Adobe Fireworks Using Adobe Cloud

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.

From: Gregory's Blog

MVC With and Without a Framework

So you've looked at CF Components, and kind of understand the basics of how they work.

From: South of Shasta: Software Development, Web Design, Training

Tags vs Cfscript in ColdFusion and Lucee

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.

From: Gregory's Blog

My Books are Updated for Angular 17

Angular 17 is out; and the Learn With Series is updated.

From: Jeffry Houser's Blog

DNS over HTTPS is not what I thought

A few months ago I was on a mission to remove some of the old broken links on my blog.

From: Pete Freitag's Homepage

Understanding the Differences Between Blog Categories and Tags

We will discuss the main differences between blog categories and tags and how they affect the user experience and SEO

From: Gregory's Blog

I'm a Java Champion

On Monday, January 8th, I woke up expecting just another day. Little did I know that this would become a day etched in my memory forever. In this post I would like to tell you about my career and how I became I Java Champion.

From: Dan Vega

Recursive ColdFusion Function

We will discuss how to develop a recursive ColdFusion function

From: Gregory's Blog

Implementing a Breadcrumb Navigation System

In this example, we will discuss how to implement a breadcrumb navigation widget on your site and how to create breadcrumb-structured data.

From: Gregory's Blog

What is Developer Relations and How do you define Developer Advocacy?

In this article, I'll provide an overview of Developer Relations (DevRel) and guide you on how to get started. If you're considering this as a potential career, I hope to inform and inspire you.

From: Dan Vega

Happy New Year 2024

In this article I will take a look at some goals and things I want to focus on in the new year.

From: Dan Vega

2023 Year in Review

In this article I take a look back at 2023 and share some of the highlights from the year.

From: Dan Vega

Long-Term Funding, Update #6

In my previous Long-Term Funding update I said I would review and update of the "cookbooks" section and make another pass of "TBD" items in the "language" section.

From: Sean Corfield: An Architect's View

A Christmas Post: Beer and Bounties

Christmas came early this year in Potrero Hill and it was sad news for craft beer drinkers.

From: Hoya Haxa - A Security Research Blog

What's New in Spring Boot 3.2

This article highlights some of the new features in the latest releases of Spring Framework 6.1 and Spring Boot 3.2.

From: Dan Vega

Virtual Threads in Spring Boot

In this article, we will discuss Virtual Threads in Java, their significance for Spring Boot developers, and how they can enhance the performance of certain types of Spring Boot applications.

From: Dan Vega