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
I've just spent the last few days in a Commerce Server 2007 training course, which was surprisingly interesting. One of the things that leapt out at me was that there are a couple of partners who have worked with Commerce Server 2002 and EPiServer...
It is a best practice to limit the number of Pages Types an editor can choose from when the editor creates a new page. As you probably know this is configured in Admin Mode on each Page Type. What you probably don’t think about is that these...
You must get rid of your Form-properties and convert them to EPiServer XForm before you can migrate them to EPiServer 5. You can easily identify all form-properties on you site with some SQL: SELECT pt.pkID AS PageTypeId, pt.Name as PageType,...
I EPiServer CMS 5 är det rätt enkelt att göra custom properties. Om man vill ha AJAX-funktionalitet i dessa så har jag ett sätt man kan göra detta på. public override void CreateEditControls() { //Add scriptmanager if (ScriptManager.GetCurrent(thi...
If you export pages that have the Build-in property Archive Page set pointing to a page that is not included in your export package you will get an exception. At least if you are migrating from EPiServer 4 to 5.1. Use the following script if you...
So, only two weeks after RTM a 2.1 shows up of Scrum for Team System, and not a word on the bugs they fixed - just som generic description. I really would like to see more transparancy from Conchango, and hoping that they dogfood their own...
Here's a request I've heard a couple of times: A DropDownList Property Control, with content that editors / administrators can control. There's a built-in property control (AppConfigSettings), that can show a DDL, but it's based on settings in...
I've updated the B&D EPiLabs site with an updated version of the EPiCloud module. I've added the following features: The top tags are now placed in a META tag and also as a tooltip on the tag entry (this is for SEO) When a new tag is added the top...