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
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,...
On many occasions I have built custom properties which allow a user to select and sort options from an available list. I am sure there are many alternative solutions to the one I am presenting here but I decided to build my own base control that...
Back in August of 2010 Ruwen Jin did a pretty cool implementation of NHunSpellchecker for TinyMCE in EPiServer CMS. Because he needed some framework changes in the CMS to finish it, it never made it online. However with EPiServer CMS 6 R2 those...
Websites should always be designed to deliver an engaging user experience. To succeed, marketers need an understanding of how online communication works and they need to be clear about how a business can serve the needs of its customers on the web...
Last week I blogged about the Fortune Cookie Personalization Engine for EPiServer (CMS6 R2), which I’ve released as an open source project on codeplex and it’s also available on the EPiServer Nuget feed. The overriding idea of the PersonalizationE...
I have had trouble with a simple Linq statement. Code Snippet public static T GetMyRow( PageReference pageRef) { var query = from item in Items where item.PageReferenceString == pageRef.CreateReferenceToPublishedPage().ToString() ...