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
After a project goes live there is often some debate if the site is fast enough. With today’s heavy use of JavaScript a lot is done after the page is loaded so it’s difficult for a user to actually know if it’s the rendering/JavaScript or the page...
Have you seen code fragment like this? I mean there are lot of interfaces that provide stringly-typed access to some of the internals of the entity. This particular code fragment could be seen a lot in EPiServer Relate+ product code samples. var...
I'm guessing I'm not the first to experience this.. An editor has already created lots of pages, but didn't set the ArchiveLink property along the way. Now, he wants to activate the Archive function..
A couple of months ago I wrote a blog post about some troubles I had installing MobilePack. Read the post here . Last week a colleague of mine installed MobilePack on another site. This time an enterprise site and unfortunately had two minor issue...
The import/export functionality in EPiServer is great. Often, exporting content from the source site and importing it just as it is to the target site is exactly what you need. Simple and easy! If the exported pagetypes do not exist in the target...
The addition of the EPiServer.SpecializedProperties.PropertyCheckBoxList (and its sister EPiServer.SpecializedProperties.PropertyDropDownList) in CMS 6 R2 was really nice. Today I needed to list out all possitble options from code. I had a look at...
Whenever you move a page or rename it's UrlSegment property, external links to your page break. This is not a good thing, neither for your users, nor for search engines that find those links. There is now an easy to use solution to this.
When I use DDS I always use a pattern where I have a public static Items implementation that I can do my query against. This logic is placed inside a common class all my DDS tables inherit from Code Snippet public class BaseData : IDynamicData ,...