Category Selected:

tutorials

Blog

The 12 Tips of (ContentBox) Christmas - Day 6 - Themed Modules

Gavin Pickin |  December 20, 2016

As we continue with our 12 Tips of (ContentBox) Christmas, we at Ortus Solutions are giving you a gift of developer productivity, we will share a few tips and tricks that will keep giving all year around. Brad Wood is also doing 12 Tips of (CommandBox) Christmas.

Modules are one of the key components of everything ContentBox. One frequently asked question is: how do we theme our custom module output? Theming your custom module, so it uses the same theme/layout as the rest of your ContentBox site is vital if you are going to be extending your site with your own modules. For consistency and flexibility, you do not want your module to be tightly coupled to the current theme, making it harder to change themes. We have a helper to help you with that.

Read More

The 12 Tips of (CommandBox) Christmas - Day 5 - FusionReactor

Brad Wood |  December 19, 2016

If you run an online retailer, your site might be creaking under the load of millions of last-minute shoppers gobbling up your products.  What's that?  Time for some quick load tests to find those slow queries!  This sounds like a job for FusionReactor's monitoring, profiling, and debugging-- the best gift you can give a server this year as part of our 12 Tips of (CommandBox) Christmas.

Read More

The 12 Tips of (ContentBox) Christmas - Day 5 - Markdown Support

Gavin Pickin |  December 19, 2016

As we continue with our 12 Tips of (ContentBox) Christmas, we at Ortus Solutions are giving you a gift of developer productivity, we will share a few tips and tricks that will keep giving all year around. Brad Wood is also doing 12 Tips of (CommandBox) Christmas.

At Ortus, like most tech companies, most of our products evolve out of our own needs, and ContentBox is no different. Developers are getting more and more familiar with Markdown, and its actually preferred by a lot of developers when it comes to writing documentation and blog posts, and that is why we give you native support of Markdown in the ContentBox editor. We also threw in a few other features when adding support, some might just save you hours of work.

Read More

The 12 Tips of (CommandBox) Christmas - Day 4 - Web Server Aliases

Brad Wood |  December 18, 2016

If you haven't purchased all your Christmas presents, it's time to made a mad dash for Amazon and reach for the quick shipping! If your stockings are already hung by the chimney with care then you'll have time for this next tidbit in our 12 Tips of (CommandBox) Christmas series.  One of our goals for CommandBox is for it to become a drop-in replacement for your local dev environment with the least amount of hassle and to do that you'll likely need to create some web aliases (or virtual directories as IIS calls them).  

Read More

The 12 Tips of (ContentBox) Christmas - Day 4 - Login Security

Gavin Pickin |  December 18, 2016

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. Brad Wood is doing 12 Tips of (CommandBox) Christmas, and I am going to share 12 Tips of (ContentBox) Christmas.

Security is a big issue with any website these days, and with the number of word press hacks in the wild, it’s a big PRO to using ContentBox. With Brute force attacks to admins so prominent, we have a fewof features to make your life easier, and your website safer.

Read More

The 12 Tips of (CommandBox) Christmas - Day 3 - GitHub Integration

Brad Wood |  December 17, 2016

Snuggle up with a warm cup of eggnog (if you're into that sort of thing) because here comes the 3rd installment of our 12 Tips of (CommandBox) Christmas aimed at lifting holiday spirits and empowering developers!  Today we look at the sweet GitHub integrations we offer!

Read More

The 12 Tips of (ContentBox) Christmas - Day 3 - Scheduled Posts and Content

Gavin Pickin |  December 17, 2016

As we continue with our 12 Tips of (ContentBox) Christmas, we at Ortus Solutions are giving you a gift of developer productivity, we will share a few tips and tricks that will keep giving all year around. Brad Wood is also doing 12 Tips of (CommandBox) Christmas.

Running a website, on top of your normal job duties can be a lot of work. Time is valuable, and important when trying to plan your content and the corresponding social media publication. This is the reason why we created an important ( but often overlooked ) feature, Publication and Expiration dates for content. You might be surprised what in ContentBox is date controlled.

Read More

The 12 Tips of (ContentBox) Christmas - Day 2 - Customized Dashboard

Gavin Pickin |  December 16, 2016

As we continue with our 12 Tips of (ContentBox) Christmas, we at Ortus Solutions are giving you a gift of developer productivity, we will share a few tips and tricks that will keep giving all year around. Brad Wood is also doing 12 Tips of (CommandBox) Christmas,

When you or your team log into your ContentBox site, you see your ContentBox Dashboard. You can see recent content, recent comments, recent news, some data snapshots… but you can also quickly customize this to help your team communicate. It is as easy as changing a few ContentBox admin settings.

Read More

The 12 Tips of (CommandBox) Christmas - Day 2 - Working Offline

Brad Wood |  December 16, 2016

Today we continue our 12 Tips of (CommandBox) Christmas series aimed at bringing warmth, holiday cheer, and useful information to a cubicle near you.  CommandBox does a lot of things online for you.  It connects to ForgeBox, the CFML package repository, it downloads CF engines to start servers, and can even update your packages to new versions.  This is great when some Starbucks Wifi is in reach, but what about at 30,000 ft or working on the road.  You still need to be able to start up servers, install dependencies, kick butt, and take names (all in the Christmas spirit, of course!).  Here are some clever tricks to keep you working even when the network is unplugged.  

Read More

The 12 Tips of (ContentBox) Christmas - Day 1 - ContentBox API

Gavin Pickin |  December 15, 2016

The 12 Tips of (ContentBox) Christmas - Day 1 - ContentBox APIAt 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. Brad Wood is doing 12 Tips of (CommandBox) Christmas, and I am going to share 12 Tips of (ContentBox) Christmas.

In today's day and age, it's API here, API there, here an API, everywhere an API. Rightfully so, because of mobile, javascript, working with APIs are not only convenient, but almost necessary. While building ContentBox, we have always been mindful of how we can expose ContentBox as an API. Since ContentBox is built on top of ColdBox, exposing data from ContentBox is probably much easier than you think. In this post, we'll show you how you can start using it, in seconds.

Read More