CMS

Use Headless CMS And Be Awesome

hackernoon.com

Take a look at what the headless CMS is and why you should consider it for your team.

Using Kentico 12 MVC with Azure DevOps

www.ridgeway.com

Keeping your team and your project stakeholders up to date with the current state of the project is a great way to reinforce collaboration throughout a project and keep things on track. Using Microsoft Azure DevOps with the Continuous Integration module in Kentico 12 gives us the ability to automate a regular deployment to a shared build server.

Kentico Connection 2019 (Brno) Review

If you hadn’t noticed, Kentico Connection came back last year, and this year’s Connection season kicked off in Kentico’s beautiful home-city of Brno. Having missed last years event in Prague, this was the first time I’ve been to a Connection event that hasn’t been focused on a product release, so the messaging was a little different to what I’ve been used to and focussed more on the direction that the demands on the market are heading and how those demands are helping to influence the direction of both Kentico EMS and Kontent.

Using Kentico CI and Git to help with releases

Iterative deployment of Kentico EMS portal sites can be quite a manual process. If you're not using things like Content Staging then it's likely that you've either got your own special process or that you're using Kentico exports to deploy changes. This tip may help to speed up that process.

MVC Forms in Kentico 12 Beta 2

You may not be aware, but Kentico 12 is in Beta at the moment. Those who have a Kentico DevNet account and have had a chance to look at it will have noticed and tried out the page builder. What you may not have noticed is that the beta also has taken some of the great features from the page builder added them to a new form builder for MVC.

Importing Content into Kentico Cloud

Kentico Cloud provides a simple clean interface for defining and creating content that can be consumed by multiple channels. Quite often you’ll have a lot of your content in a digital format at the beginning of your project, and - depending on how much there is - this content can be time consuming to enter.

Reading List - March 2017

Each month, I go through my browser history to look at the posts and articles that I have read. It seems like it may be worth sharing these to help spread the love!

Using hidden input fields in Kentico

I've often found the need to re-use a form throughout a Kentico implementation in more than one place. The problem this gives me is that I don't necessarily know where that form was completed. Using a custom form control blended with alternative forms makes this easy.

Pimping the Kentico forms application

At Ridgeway, we’ve often thought is that there are a few places where the CMS desk could make our lives a little easier. One of the little things - those one percent improvements - is in the forms application. Depending on what you’re doing with your form, you may want to simply display some text to the user once they’ve filled in the form to say “thank you”. The option we get for this is a simple text box, so everything you want to say goes in here.

Building a blog in Kentico Cloud

With the release of Kentico Cloud, I felt like it was time for me to have a look around and see what I could achieve with Kentico's new headless CMS. My MVC is a little rusty too; this should be an entertaining challenge.

Selecting random pages in Kentico

Every once in a while, we all need to do something random, and sometimes it’s even related to work. Something we came across here at Ridgeway was a requirement to pick out random documents from a collection to display to the end user. We found a nice little trick to pull content at random from Kentico using a standard pages data source.

Kentico transformation method performance

Using data sources and viewers (think basic repeater and universal viewer) is a great way to get information on to your page. The inclusion of out-of-the-box transformation methods make formatting the information and displaying something useful to the end user a much simpler task. However, you must take care when using some out-of-the-box features that you are using the most performant method available.