November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Follow bloggers on Optimizely World to get the latest from people who know all about the Optimizely platform! You will find blog posts from the entire Optimizely community, as well as from the Optimizely development teams.
Start blogging - create your own blog (requires log in)
Manage your blog posts on Optimizely World (requires log in)
Rules for blogging on Optimizely World
This is the first part of a three part series covering initialization in EPiServer CMS. This is intended to give you an overview of the current (CMS 5) state, while "Introducing the new Initialization System in EPiServer CMS 6" and "The new...
I received an e-mail today asking how you can get all children of a EPiServer CMS page that are of a specific page type when you use Page Type Builder . Since this is a very common scenario I thought I’d post my reply here. When you call...
In this part we’re going to create the standard page. We’ll use this page type for most of our site, from news to other stuff. As always start by taking a look at what you’re about to implement: style.html. It contains all the common scenarios tha...
During my current migration project, I came across a property which added a client side confirmation dialog on EPiServer’s “Save”, “Save & View” and “Save & Publish” buttons in edit mode. This was done by finding the CommandTool’s inside the...
I would really appreciate some help with testing the next release of Page Type Builder before we make it official. Since I released version 1.0 of Page Type Builder in august there hasn’t been a whole lot more development on the project. That’s...
A question that has been posed to me a few times recently is, “What Server Architecture do I need?” That and the painful, “How long will my project take to develop?” but I’m not going to try and answer that one in a blog post! With server...
The out-of -the-box functionality included with the Relate+ templates for user profiles is excellent. Some companies may wish to extend this with additional information. This is very easy to do. I wanted to test this capability myself so I...
In this part we’re creating the start page for our site. Lets start by taking a look at the page we’re implementing. We have one featured news story at the top, followed by a list of 4 news stories. Lets start with that. Create the page type, by...