Gregory's Blog

Posts made on December 2018

Shorthand struct return

Shorthand struct return

Gregory Alexander, Tech

There are many ways to return multiple values from a cfc. Typically we return a query object, a json string, an array, or a structure, but one of my favorite ways to return multiple bits of data is using a shorthand structure. It is much easier and intuitive to use on both the back and front end than using an array. Here is a simple example.
Read More...
BlogCfc administration

BlogCfc administration

Gregory Alexander, Tech

Unfortunately, there is a conflict with BlogCfc's original jQuery UI and Kendo libraries, so I will not be able to incorporate Kendo into the administration section in a timely manner without a complete administration re-write. While I do intend to re-writing the admin section, it is my intention on this first version to focus on different themes, and launch the new BlogCfc with a minimum amount of change.
Read More...
Localization Support Dropped

Localization Support Dropped

Gregory Alexander, Galaxie Blog

I am going to forgo using Raymond's localization support for this version. In one of the next versions, if someone wants to assist me in translating the English into the supported languages, I may revisit this decision and incorporate localization into the code.
Read More...