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
Background As EPiServer sites grow, their language files usually grows rapidly as well. It’s not uncommon to have several hundred lines of language keys split into different files. Maintaining such a site and making sure all language keys are...
In the previous post we looked at why targeting multiple environments and machines can be a problem, and our approach to solving this problem. In this post I will walk you through our solution from a more technical perspective. Our solution to thi...
With the release of EPiServer Composer 4 R2 we now got a great tool for building and optimizing personalized start pages and landing pages. What better way to combine a flexible layout with personalized content, than for an ecommerce site. New and...
A classic problem, or challenge if you are a glass half-full type of person, in software development is how to target multiple environments. By environments, I really mean different machines. Machines for development, for testing, for staging and...
Some time last year myself and my colleague Mark Everard were discussing features that we thought were missing from PageTypeBuilder. We concluded the most important feature to us that was missing was the ability to have reusable groups of...
It’s been a looooong time coming but tonight I finally released a first preview of version 2 of Page Type Builder . This release is far from feature complete and it’s highly untested. Let me stress that again: this release is highly untested . Wit...
A pain-point I think we all can relate to By using PTB we get the opportunity to work more object-oriented with matters concerning page types. A big win for me initially was to leverage inheritance and to define properties such as meta keywords /...
Injection flaws have always been one of the biggest security wholes in web applications. The good news is that it is very easy to protect against them, ones you know how. So what is injection? Injection flaws, such as SQL, OS, and LDAP injection,...