Blog

The 12 Modules of (ForgeBox) Christmas — Day 4 — cbvalidation

Eric Peterson |  December 17, 2017

As a holiday song reminds us, we should be "...making a list, checking it twice." Client-side validation is the first check. Server-side validation is the second. And an excellent module to help us with server-side validation is cbvalidation.

Read More

The 12 Tips of (ContentBox) Christmas 2017 - Day 4 - i18n Localization

Gavin Pickin |  December 17, 2017

At Ortus Solutions, we love the holidays, and we wanted to gift you a gift of developer productivity, we will share a few tips and tricks that will keep giving all year around. In this series we'll be giving you 12 ContentBox tips. Keep your eye out for other 12 tips of Christmas series on our blog, including a new one this year, 12 modules of Christmas on ForgeBox.

Day 4 - Localization updates. Thanks to the Computer Know How guys, the 3.6 release sports many i18n improvements. If your site needs multiple languages, this is very important.

Read More

The 12 Tips of (CommandBox) Christmas 2017- Day 3 - Publishing Packages

Brad Wood |  December 16, 2017

'Tis the season to share with others.  And what a perfect time to talk about sharing your CFML libraries!  How many times do you think CF devs have written the same libraries and integrations over and over, just to keep their work to themselves.  Giving your work back to the community is what makes the world go 'round and also makes the CF space more attractive to outside developers looking in.

Read More

The 12 Modules of (ForgeBox) Christmas — Day 3 — str

Eric Peterson |  December 16, 2017

Modules don't have to be big. In fact, the Unix philosophy says to do one thing and do it well. While modules on ForgeBox run the gamut of [d]oing one thing](https://www.forgebox.io/view/orm-reload-interceptor) and full blown frameworks, today we will look at one of the utility libraries on ForgeBox — a string manipulation library called str.

Read More

The 12 Tips of (ContentBox) Christmas 2017 - Day 3 - Password enhancements

Gavin Pickin |  December 16, 2017

At Ortus Solutions, we love the holidays, and we wanted to gift you a gift of developer productivity, we will share a few tips and tricks that will keep giving all year around. In this series we'll be giving you 12 ContentBox tips. Keep your eye out for other 12 tips of Christmas series on our blog, including a new one this year, 12 modules of Christmas on ForgeBox.

Day 3 - Password enhancements. Security is a big deal for Ortus Solutions, and ContentBox is no different. Working with lots of customers, big and small, we run into a lot of security requirements, and we use those experiences to make ContentBox better, and passwords has had some major changes recently.

Read More

The 12 Tips of (CommandBox) Christmas 2017- Day 2 - server.json

Brad Wood |  December 15, 2017

Welcome back to another installment of the 12 days of (CommandBox) Christmas.  One thing I love about this season is the traditions that our family does over and over each year.  Another thing worth doing over and over the same way is staring your CommandBox servers!  That's why we have server.json-- your key to repeatable, consistent server starts.

Read More

The 12 Tips of (ContentBox) Christmas 2017 - Day 2 - Permission Groups

Gavin Pickin |  December 15, 2017

At Ortus Solutions, we love the holidays, and we wanted to gift you a gift of developer productivity, we will share a few tips and tricks that will keep giving all year around. In this series we'll be giving you 12 ContentBox tips. Keep your eye out for other 12 tips of Christmas series on our blog, including a new one this year, 12 modules of Christmas on ForgeBox.

Day 2 - We're going to look at Permission Groups. In complex apps, managing permissions can be difficult. ContentBox has always given your Users a Role, which includes a set of permissions, and a la carte permissions. Recently, we have added Permission Groups, to allow you to assign groups of permissions to users, in addition to a singular role.

Read More

The 12 Tips of (CommandBox) Christmas 2017- Day 1 - Task Runners

Brad Wood |  December 14, 2017

It's that time of year again.  Trees are lit, presents are being wrapped, and relatives are coming to visit.  That's right, it's time again for the 12 days of (CommandBox) Christmas-- 2017 edition!  We'll publish one invaluable hint from today until Christmas right here on the Ortus blog.  Consider it our early Christmas gift to you.  Right, so let's get going.  Today's tip are about CommandBox task runners.  These are now the easiest and most robust way to do CLI scripting in CFML.

Read More

The 12 Modules of (ForgeBox) Christmas — Day 2 — cbmailservices

Eric Peterson |  December 14, 2017

ForgeBox is your first stop for when you need some new functionality for your application, be that a utility library, an SDK, a framework, or something else. Today we'll take a look at one of the tools for helping manage sending emails — cbmailservices.

Read More

The 12 Tips of (ContentBox) Christmas 2017 - Day 1 - Multi Factor Authentication

Gavin Pickin |  December 14, 2017

At Ortus Solutions, we love the holidays, and we wanted to gift you a gift of developer productivity, we will share a few tips and tricks that will keep giving all year around. In this series we'll be giving you 12 ContentBox tips. Keep your eye out for other 12 tips of Christmas series on our blog, including a new one this year, 12 modules of Christmas on ForgeBox.

Day 1 This is one of our biggest features for ContentBox is our two factor authentication framework. That's right, we built a two factor module framework that will allow you to build or use any two factor or multi-factor authentication mechanism. We have included one in the core which is Email verification... and already created SNS implementations for customers.

Read More