A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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: May 19, 2010

    A former colleague of mine, Cecilia , just asked me how to access information about a XForm when using Page Type Builder . Normally when you use Page Type Builder you access the value of (EPiServer) properties with code properties such as this:...

  • Syndicated blog - Posted on: May 19, 2010

    A former colleague of mine, Cecilia , just asked me how to access information about a XForm when using Page Type Builder . Normally when you use Page Type Builder you access the value of (EPiServer) properties with code properties such as this:...

  • Posted on: May 19, 2010

    One of the new features in EPiServer CMS 6 is Quick Publishing (previously called Content Guides). This is a great way of letting users create and publish content without touching edit mode. To read more about Quick Publishing, see the ‘Let Those...

  • Syndicated blog - Posted on: May 19, 2010

    When you want to rename a database or something like that you need to get exclusive access to the database and it can be hard to get this exclusive access because there are always someone who has a connection. This script will kill all connections...

  • Syndicated blog - Posted on: May 18, 2010

    One of the things that I’m always aiming for when creating a module for EPiServer is that you should be able to install it simply by dropping a single assembly to the bin folder. There should be no or very little configuration needed (Convention...

  • Posted on: May 18, 2010

    A problem for some of our customers with globalized websites is that the EditTree gets cluttered with pages only existing in one or a few languages. The pages get displayed in italics and this, I take it, is a feature making it easy to get an...

  • Syndicated blog - Posted on: May 18, 2010

    When using ImageVault it is easy to get a image in any format and size you like using the API. Though in some circumstances it's not easy to determine the exact width and height of the result. For instance if you have only specified the width. And...

  • Syndicated blog - Posted on: May 18, 2010

    EPiServer provides a powerful framework for adding to the edit and admin mode UI. But this doesn’t always cover our needs and occasionally a requirement pops up that means we have to change the EPiServer UI itself. A great thing about EPiServer is...