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: Sep 09, 2008

    Base classes from EPiServer CMS framework UnifiedDirectory is the base class for VPP directories in EPiServer CMS. It provides virtual method Search which takes the UnifiedSearchQuery object and returns empty results list as UnifiedSearchHitCollec...

  • Syndicated blog - Posted on: Sep 09, 2008

    I got some problems with XForms in EPiServer 4.62 today. Earlier the forms have worked great and no problem at all. But suddenly all newly created forms did not work. They were impossible to submit. The problem turned out to be that I saved the...

  • Syndicated blog - Posted on: Sep 08, 2008

    The MultiplexingMembershipProvider will call GetUser before it calls ValidateUser when authenticating a user. If you set the default provider to be your own provider, ValidateUser will be called first. So, a little different behaviour there, no...

  • Syndicated blog - Posted on: Sep 08, 2008

    This post shows how to translate page type and property names and descriptions to have them appear in the correct language in the editor interface when globalization is enabled for an EPiServer web site.

  • Syndicated blog - Posted on: Sep 05, 2008

    It is quite forward to get the uploaded file from the browser to the web server using ImageFileUpload component but where do you save the file in EPiServer? I wrote a post earlier about how to use the unified file system in EPiServer and this is t...

  • Posted on: Sep 05, 2008
    Rating:

    Recently one of our customers had a problem with p-tags appearing on a page. I've bumped into similar issues and discussed the problem with Steve Celius on #epicode, and concluded that if all buttons in the editor of a field are turned off, will...

  • Syndicated blog - Posted on: Sep 04, 2008

    I have previously described how to get the simple address of a page and how to get the friendly URL of a page in EPiServer. This post explains how to get the PageReference object or internal URL based on a friendly URL. The goal of the...

  • Syndicated blog - Posted on: Sep 04, 2008

    There's a lot of performance tips out there. Most of them take some time to implement, and some can take days. And then there are these small ones you can do without much trouble at all. Here are a few tips you can specify in your web. config....