Don't miss out Virtual Happy Hour today (April 26).

Try our conversational search powered by Generative AI!

Get the latest!

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

Syndication and sharing

loading
  • Syndicated blog - Posted on: Nov 05, 2010

    I meant to write this a long time ago but somehow that never really got out of the room. Following is a narrative of an EPiServer site that was on and off the net for half a year or longer and what I’ve learned in the process. We’ve gathered all t...

  • Syndicated blog - Posted on: Nov 05, 2010

    Have you ever wanted the Scheduler to log to a file for debugging purposes? Here is a way for enabling it.

  • Syndicated blog - Posted on: Nov 05, 2010

    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...

  • Posted on: Nov 04, 2010
    Rating:

    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...

  • Posted on: Nov 04, 2010
    Rating:

    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...

  • Posted on: Nov 04, 2010
    Rating:

    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...

  • Syndicated blog - Posted on: Nov 04, 2010

    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...

  • Syndicated blog - Posted on: Nov 04, 2010

    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...