Take the community feedback survey now.
Take the community feedback survey now.
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
So, what is xdt used for? Xdt is a way to generate the correct .config (or other xml-files) when you have different servers you need to deploy your web project to. So, what is xdt used for? Xdt is a way to generate the correct .config (or other...
Here’s a little timesaver for you all to enjoy. Usually when you work with the web, it’s important to ensure that you use images in the size. And typically that size is not the same as you get the pictures in. Naturally you can fire up photoshop a...
A common requirement for e-commerce applications is the ability to schedule jobs or tasks. I am currently working on a project which uses EPiServer Commerce and I needed to schedule an order export job. I was pleasantly surprised to find that...
A common usage for advanced website analytics systems (Omniture, Google etc) is to track the effectiveness of external digital marketing campaigns such as banner ads, pay-per-click, sponsored search results…….. Technically, this is normally achiev...
Leverage the powerful Within method in Truffler's .NET API to find locations within a geographical area drawn by users on a map. During the weekend I finally got around to building a feature on the Truffler Sample site that I’ve been meaning to do...
Recently, we wanted to set up a EpiServer YouTube Video composer block to display some of the new demo videos that we’d created and uploaded to YouTube. However, I found that the instructions at Jeff Wallace’s blog entry on “Setting up the YouTube...
Using Windows Live Writer, and I accidentally published a blog entry. I can delete the contents and even set the title to be empty, but I can't remove it altogether. Any ideas?
We had recently task to make a module data store agnostic. This means that it shouldn’t be a problem to switch from Dynamic Data Store to some other storage implementation. Back and forth. No big deal.