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: Apr 22, 2016

    Eilen 21.4.2016 järjestettiin Episerver Developer Meetup jossa pidin esityksen Episerver Forms:eista. Kiitos kaikille paikalla olleille ja tässä vielä esityksen kalvot.

  • Syndicated blog - Posted on: Apr 21, 2016

    In this blog post we are going through some of the configuration options available for DbLocalizationProvider for EPiServer. You might be wondering what can and should be configurable for localization provider in the context of the EPiServer, but...

  • Syndicated blog - Posted on: Apr 21, 2016

    We look at the tools Episerver provides to help content editors ensure their site provides a good experience for users no matter what device they use.

  • Syndicated blog - Posted on: Apr 21, 2016

    As we’ve discussed time and again here on the WSOL blog, the future of the web is mobile , and it’s important for any company or organization to make sure their site meets the needs of its users, whether they are accessing it via desktop computers...

  • Syndicated blog - Posted on: Apr 20, 2016

    Models, and Views, and Controllers—Oh My! When Episerver and Ektron merged early last year , I knew that my world was going to change. When I finally got the chance to work on an Episerver project, I felt just like Dorothy in the Wizard of Oz , mo...

  • Syndicated blog - Posted on: Apr 20, 2016

    There are few things more rewarding in site performance than enabling the Output Cache. This will store the ready-generated HTML to be served without executing any WebForms pages or Controller actions and their respective Views for MVC sites. In...

  • Syndicated blog - Posted on: Apr 20, 2016

    As of update 108, EPiServer Commerce can be “used” in readonly mode as well. Arild Henrichsen wrote a post while back about the how, what and why of readonly mode for the CMS part, and those things apply to Commerce as well I guess. Though with a...

  • Syndicated blog - Posted on: Apr 19, 2016

    Several days ago, I needed to search my database for special string. Then I saw a very good query in here , but since it wasn't an article, I thought why not write a small post about it. Code: DECLARE @ search_string VARCHAR(100), @ table_name...