Try our conversational search powered by Generative AI!

Get the latest!

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

Syndication and sharing

loading
  • Syndicated blog - Posted on: Jun 08, 2009

    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...

  • Syndicated blog - Posted on: Jun 07, 2009

    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...

  • Posted on: Jun 05, 2009
    Rating:

    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...

  • Syndicated blog - Posted on: Jun 05, 2009

    (đ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...

  • Syndicated blog - Posted on: Jun 04, 2009

    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,...

  • Syndicated blog - Posted on: Jun 03, 2009

    If you allow the visitors of your site to contribute, for example with a simple comment this textbox, you take the risk that a malicious user inject evil code in a comment. This evil code is then executed in the browser by...

  • Posted on: Jun 03, 2009
    Rating:

    We designed EasySearch as both a full text search engine and a structured data search engine. This is to say that EasySearch can be used to search for named property values of EpiServer pages using common query operators. The cool thing is that it...

  • Syndicated blog - Posted on: Jun 01, 2009

    There has been quite a lot of talk about strongly typed property access lately. There has also been a few very interesting blog posts about how to achieve both strongly typed property access and page type inheritance. Fredrik Tjärnberg has develop...