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
Keywords: Trust, domain, SystemException, System.Security.Principal.NTAccount.TranslateToSids, EPiServer.Security.UnifiedPrincipal.IsInRole The solution to this failure message is pretty well described both on EPiServer forum and on EPiServer...
Recently I’ve had an reoccurring need to find pages of a specific page type. Since the edit mode search is a bit limited to say the least and the tree structure in my particular case is huge, I created a small action window plugin. It’s nothing...
A blog post about how you can do authorization from multiple sources
Keywords: EPiServer 4.6, UserName, EPiServer.Security.UnifiedPrincipal.Current I had this code, and I needed to know the username of the currently logged on user. Using EPiServer.Security; UnifiedPrincipal currentUser = UnifiedPrincipal.Current;...
Changing the order of page type properties has always been a bit of a pain. Especially when moving a property several levels. The EPiCode.PageTypeUtil tool has among other things great functionality for sorting properties, but its GUI shows signs ...
In my view, a social website is any site that invites people to participate by publicly sharing their thoughts, feedback, opinions, links and any content they’ve created. It also encourages them to share their experiences with friends or colleague...
I will try to bring forward the inherent complexity of modern web development and explain the gap that I have experienced exist between technical development and design. Web development is in many areas distinct different from conventional softwar...
As I mentioned in an earlier post we often use web parts in our EPiServer projects at Epinova. And by using the EPicode.WebParts.Core framework together with EPiServer, the solutions become highly flexible and adaptable. But there have also been...