Take the community feedback survey now.

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
  • Posted on: Oct 15, 2014

    If you want  to enhance the performance of the application or want to have an eye on performance on your live sites or want to know your application better, I will go for Glimpse. If you are not using Glimpse for debugging and profiling, you are...

  • Syndicated blog - Posted on: Oct 15, 2014

    Preparing I've had a lot of problems installing Community on the site created via Visual Studio Extension, therefore I posted a question on EPiServer World  and  Valdis Iljuconoks  helped me. So I decided to create a post in case you face the same...

  • Syndicated blog - Posted on: Oct 15, 2014

    Preparing I've had a lot of problems installing Community on the site created via Visual Studio Extension, therefore I posted a question on EPiServer World  and  Valdis Iljuconoks  helped me. So I decided to create a post in case you face the same...

  • Syndicated blog - Posted on: Oct 14, 2014

    While working on a new site, I needed to do a batch update on all my catalog entries (products and variants). Seems simple, but there is one pitfall you might end up in.

  • Posted on: Oct 14, 2014

    Schedule Job is a very useful feature to run some functionality periodically. Q: Do we need scheduler services to run Schedule Jobs? A: NO, scheduler service have been removed now. scheduled jobs are not executed in the Scheduler Service, but is...

  • Syndicated blog - Posted on: Oct 12, 2014

    Cross cutting concerns should be handled in an unobtrusive way, i.e. implemented in a way they don’t require any modifications to your original features. One way to achieve this is by using Aspect Oriented Programming, more specifically using Cast...

  • Syndicated blog - Posted on: Oct 12, 2014

    I noticed that customers usually do not want to enter Keywords for SEO, as it is too much work. I won’t go into the discussion whether it’s necessary to have them on you page or not, but this might help them. When I was coding this, I had the id t...

  • Syndicated blog - Posted on: Oct 11, 2014

    While back I blogged about Indexing Blocks with EPiServer Search, this is one of my most read posts, and I use it a lot myself. But I got tired of copying the code every time, so I decided to make it more generic. I created an attribute called...