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
I was recently working on an EPiServer solution and the client wanted to include an RSS feed on certain pages of their site. I though I would write out here how I consumed the feed. You’ll want to add error handling etc in here, as this is as...
EPiServer CMS indexes content in properties for two purposes, one of them is to extract links and the other is to extract keywords for the internal search engine. If you don’t use the internal search engine the server does a lot of work and fills ...
Last wednesday I passed the EPiServer CMS 5.1 certification exam and am now officially an EPiServer Certified developer. I had a score of 77% which is OK I suppose. I'll post a few things about how to study for the exam later on! Cheers!
One of our customers required that we limited access to the Advanced Information tab in edit mode for normal editors. A reasonable requirement but how do you enable normal editors to adjust the sort order? The answer is to move...
About a week ago I wrote about, and offered download of, an experimental project called PageTypeBuilder which enabled page type inheritance and strongly typed property access. Since then I’ve done some refactoring and I have also added quite a lot...
XSS can be a pain, and trying to keep up with every single new exploit is pretty much impossible if you suppose to do anything else. So, I thought using Microsoft Anti-Cross Site Scripting library would be “good enough” for me. After reading a few...
(đang nghiên cứu và đánh giá, thực hiện) Giới thiệu công nghệ Reverse Ajax refers to an Ajax design pattern that uses long-lived HTTP connections to enable low-latency communication between a web server and a browser. Basically it is a way of...
I ett av projekten tar vi fram ett intranät. Det börjar närma sig lansering och vi ligger bra till. Inne nyss för att börja förbereda redaktörsutbildningen, gör en del och så säger EPiServer: ...Bad Request. Unhandled Exception... Vi fixar det,...