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 06, 2014

    I recently got my hands on a new project at work and wanted to see if I could avoid using EPiServer‘s ServiceLocator to resolve the dependencies in my code. From previous projects I was used to being able to inject … Continue reading →

  • Syndicated blog - Posted on: May 05, 2014

    A normal convention when listing files is to give them different icons, to easily distinguish between the different types. EPiServer's new media system does not do this by default, but there's a simple fix for this.

  • Syndicated blog - Posted on: May 02, 2014

    In this blog post, we will see how to unpack the zip file, parse XML files and import them as EPiServer pages, download the images from internet and upload them to 'For This Page' folder.

  • Syndicated blog - Posted on: May 02, 2014

    In this blog post, we will see how to unpack the zip file, parse XML files and import them as EPiServer pages, download the images from internet and upload them to 'For This Page' folder.

  • Syndicated blog - Posted on: May 02, 2014

    In this blog post, we will see how to unpack the zip file, parse XML files and import them as EPiServer pages, download the images from internet and upload them to 'For This Page' folder.

  • Syndicated blog - Posted on: Apr 30, 2014

    A/B-testning har länge varit känt som en framgångsfaktor för att kunna öka konverteringsgraden på sin webbplats. Dock har det varit en manuellt och tidskrävande arbete. Men aldrig tidigare har det varit lättare att A/B-testa. A/B-testning av...

  • Syndicated blog - Posted on: Apr 29, 2014

    When EPiServer dropped the VPP architecture for uploaded files we got many more options for working with media content. In this example we look at how images can be rendered when an editor simply drags and drops an image onto a page through a...

  • Syndicated blog - Posted on: Apr 29, 2014

    This seems like a pretty straight-forward task, but it’s actually harder than you could expect. It’s such a basic need that I think it should have been built in. Here is my working version (after many failed attemps): UPDATE (improved version from...