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
Geo facets, a method for search-as-you-type and several other powerful new methods in the .NET API. It’s been a while since I last blogged about Truffler . We’ve been kind of busy with sales, supporting customers and building some really cool new...
I’ve been dealing with more of EPiServer’s security and access control functionality recently. See my recent post about creating an attribute based framework for managing security at the property level as a example. When it comes to enterprise lev...
I get a lot of questions concerning WebParts used with EPiServer. The most common question is how to use the PropertyXhtmlString and text editor (TinyMCE) in a WebPart. I'll provide examples using both WebControl and UserControl. WebControl public...
If you have problems with xforms read Paul Smiths blogpost: Problems with XForms when upgrading to CMS 6 R2
It seems that many people have had problems when upgrading an EPiServer CMS site to 6 R2 with the last part of the upgrade script. What this tries to do is read all the XForm definitions from the database, perform a html decode on the form name, a...
Update1: A new version of EPiServer Relate2 R2 has been uploaded under download section on episerver world after some bug fixes. This version is also compatible with General Hotfix for CMS-6 R2 (6.1.379.501). Follow these installation instructions...
The coding machine that is Lee Crowe and myself have made a few additional changes to the PropertySecurity attribute framework I blogged about a few weeks ago. The changes in Version 2.0 are: It’s now absolutely dependent on PTB2 – you’ll see why...
I have been poking around in System.Runtime.Caching that was introduced with .NET 4, and more specifically the MemoryCache. The MemoryCache is virtually the same as the good old ASP.NET Cache, except it’s not dependent on System.Web which means yo...