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
The idea behind this gadget is to be able to pinpoint slow pages and see activity on the site. Then analyze why these pages takes long time to load. You can also on specific pages see all requests to compare performance of the site to earlier. The...
SERW or “Search Engine Result Watcher” or “Trend Analytics for your SEO work”. This is a two step rocket with two gadgets, quick search and trend, working together to get you the best business value. SERW Trend Gadget The SERW trend gadget allows...
Here’s our contribution to the Gadget Contest. This gadget is developed by me (Björn Sållarp) and Erland Ranvinge, both working at Avantime . The gadget enables you to read performance counter values from the machine running the web application. T...
The other day I asked a question on twitter Is there an easy way of getting all the selected categories from a sub-category in EPiServer for a page? If you use CurrentPage.Categories or (CategoryList)CurrentPage["MyCategoryProperty"], you’ll get a...
Today I had to remove duplicate pages from a PageDataCollection. I checked for a method that would help me with this in the SDK, but couldn’t find one. I then went to the Filters namespace to see if there was a filter for this, but no luck. I then...
Introduction This is a gadget which hosts a Silverlight-application, with the purpose of uploading files to EPiServer. Almost every day in the life of a developer the following happens- you’ve had a meeting/workshop with your client (of the...
The following information should be considered when opting to move / copy a project with an EPiServer Mail installation from a test server to a production server, rather than creating a fresh installation on the production server. The EPiServerMai...
Sometimes you don't want to use dynamic properties but still needs to find a certain page with a property or a page with a specific pagetype id. Here's my take on it. These functions probably needs some error handling, but they still shows the...