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
In almost every tender, RFQ, RFI, or whatever you want to call it, that goes out in Australia there is a mandatory request to support the AGLS Metadata Standard . In governmental type of tenders there are no exception to this rule. To best describ...
Have you ever wanted to search for data in the dynamic data store (DDS) by writing plain text in admin mode, or have you ever wondered how the SQL looks like when querying for data through “LINQ to DDS”? A new gadget makes it possible to both sear...
A colleague who is new to EPiServer asked if there is a way to see how many instances of a page type there are. Since I didn’t know of one I created this simple plugin. It could have been made simpler, without the delayed loading using the...
If you want to load your pages asynchronously element by element facebook-style to speed up the first display of the page your first choice would probably not be UpdatePanel but rather AJAX using jQuery or a similar framework. Using updatepanels i...
Customers asking for streaming video are becoming increasingly prevalent. I will make this short; Nansen to the rescue! I set out to create a module that is easy to deploy with support for uploading, removing, editing and linking videos from the...
Today I want to share a simple and small code sample that I put together for a partner. In this sample I going to show how you could implement a Drop Down Menu in EPiServer CMS. There are heaps of Drop Down Menus available on the Internet. I did...
The other day a colleague of mine got a report from a customer that when trying to use DOPE on certain pages an exception was thrown. First I thought that it was a problem with a custom property but after viewing the code for the page type which w...
I just put together a VPP for using Flickr photosets and photos in the EPiServer filemanager. The photos are cached locally. Uploading (among other things) is not yet supported. This little experiment of mine should be considered an.. uhm, well, a...