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

    Code sample demonstrating how to create new EPiServer pages programmatically using the DataFactory class.

  • Posted on: May 21, 2010
    Rating:

    What's new in EPiServer Composer 4 The focus for this major version is about performance and stability. We have optimized loading times, both for the editing interface and for serving up Composer-based pages to the web visitor. The user interface...

  • Syndicated blog - Posted on: May 21, 2010

    I consider myself lucky to be running a local development environment using Windows 7 which means all of my development sites run off of IIS7 (unless of course, I running them through the built-in Visual Studio web server). IIS7 is dramatically...

  • Syndicated blog - Posted on: May 20, 2010

    How to find pages in EPiServer by searching using the FindPagesWithCriteria method. The code sample describes how to search in EPiServer using criterias based on page properties.

  • Syndicated blog - Posted on: May 20, 2010

    The default config options set by CreateDefaultInitOptions() aren't really what you need to help editors create correctly marked up content. Luckily the guys at EPiServer have a way to tweak 'em. You just need to add a class and decorate it with...

  • 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
    Rating:

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