November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
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
EPiServer have been making some great improvements to the setup of new sites lately. There’s now no need to wrestle with the Deployment Center. Using the latest EPiServer CMS Visual Studio
Starting with a perfectly good working site, some languages need to be added in the Views.xml to support them. These languages are Japanese, Korean, Vietnamese, Kazakh, Malay etc. When adding those languages us programmers immediately think of the...
Taking your EPiServer CMS 6 site to 7.5 requires you to make a few code changes. I thought I’d share a piece of code for getting the latest version of a page (published or not), as all you seem to … Continue reading →
By now most of us have probably gotten an EPiServer Find solution up and running. And, if you’re like me, you think it’s absolutely fantastic. A while I ago I had the idea of implementing EPiServer Find as a cache layer when a website with a...
Through the years there has been many ways to add settings to an EPiServer site. To mention a few there are GuiPlugins in the Admin Mode Plug-in Manager, Dynamic Properties, Global Properties on the Start Page, special Settings Page Types etc. Fir...
A new package is available on the EPiServer nuget feed: EPiCode.SqlBlobProvider . This is a blob provider that enables storing of blobs in the database, rather than on disk. Why is this useful? Perfect for load balanced environments, as you will n...
My collegue Duong an Nguyen has already blogged about how to create custom views in EPiServer 7.5 here . But since I’m pretty sure that there are quite a few people that have either not read it or understood the power in this, so here is a recap....
Here's a short note on a case we had recently, hopefully it might be useful to somebody. A Partner had an issue with a custom EPiServer scheduled job (commerce import) that failed intermittently on their CMS 7 site, the error message that the job...