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 24, 2016

    Lately, I had to build a custom order promotion in one of our projects in Geta. We are using latest EPiServer Marketing features but unfortunately as it is in Beta still, its API changes quite often. I had to re-build my custom promotion already...

  • Syndicated blog - Posted on: May 23, 2016

    In this blog, I explain how the drag and drop functionality of Dojo can be implemented. The dojo/dnd contains modules like Source, Target, Avatar and more.

  • Syndicated blog - Posted on: May 23, 2016

    EPiServer is using Dojo as the client-side rendering framework for the edit mode. Dojo contains dozens of different modules that help you with the rendering of your page. One of those modules is the drag and drop functionality, which can be found ...

  • Syndicated blog - Posted on: May 23, 2016

    Raygun gives developers meaningful insights into problems affecting their applications. At Geta we’ve run this successfully for our maintenance customers. Read the whole blog post.Related Posts: Modern EPiServer Development Introduction – OWASP To...

  • Syndicated blog - Posted on: May 23, 2016

    This article describes how you as a developer can take advantage of how pluggable the FilterContentForVisitor class is. It presumes that you know the basics of Dependency Injection as it will create examples based on this article in the Episerver...

  • Syndicated blog - Posted on: May 23, 2016

    This is the third and final part of the “Join me on a journey through the ASP.NET pipeline in search of Episerver“-series. And, I can see you how may be puzzled that we’re at road’s end, as I’ve been using the Indiana Jones movies as reference. Bu...

  • Syndicated blog - Posted on: May 22, 2016

    For the plain text like introductions or short descriptions we use TextArea property. It could be useful for editor to see how many characters and words he already typed. It gives an overview of how much space for new value is required. That’s why...

  • Syndicated blog - Posted on: May 22, 2016

    EPiServer's initialization engine provides a great alternative to Application_Start method in Global.asax for running custom code on application startup.