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
Have you ever wanted the Scheduler to log to a file for debugging purposes? Here is a way for enabling it.
Maybe I have poor Googling skills but I couldn't find a simple user picker property anywhere. We had some examples at work but they involved a custom user control and too much javascript. Looked around a bit in the page EditSecurity Web Form and...
Users who have been around since the days of EPiServer 4 might remember that it was possible to edit user properties (name, address…) directly in the user settings. No such possibility even for the predefined SqlProfile properties exists in CM5 an...
Introducing IIS Express This summer Microsoft released their WebMatrix platform. WebMatrix is intended as a getting started-kit for web development, containing SQL Server Express, Visual Web Developer Express, a number of example projects and...
In out project we use PropertyPageReferenceCollection to store references to local pages. It has PageReferenceCollection under the hood and calls its Parse and ToString methods to load and save the data. Evetything was fine until we decided to mak...
The default style for PropertyNumber in EPiServer is often a bit short if you have number larger than 999 and it also aligns the text to left. An easy way around this is to use EPiServer PropertyControlClassFactory. Just create a “PropertyNumberWi...
I was on a project where editors were dragging EPiServer Pages all over the Page Tree. This behaviour broke the application several times because there was also a lack of error trapping. Fair play it was a new EPiServer team and we were all findin...
For this example I am using Public Templates demo from http://world.episerver.com/ as my base. In the code snippet below two EPiServer pages are created based on the [Public] Standard page. One for English and the second one for Swedish public enu...