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
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...
Taking part of the MIX08 conference you start to wonder what will happen in the future. The first session I went to after the interesting keynote was actually a great discussion about the future of the web and if we should start talking about WEB...
Just as a brief proof of concept I decided to use a LINQ statement to retrieve and sort a list of EPiServer pages. If you haven't yet come across LINQ I would recommend Scott Guthrie's post on using LINQ. LINQ can be used to query a number of...
While working on my EPiCloud module I came across a snag where I wanted to update page properties (definitions) from code without republishing the page. The page property I'm updating is going to change frequently and I didn't fancy having pages o...