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
This is a update to my previous post. EPiServer CMS 5 Release 2 will support kernel-mode response caching when you enable expirationTime on a VPP in web. config. Kernel mode response caching is handled by http. sys which is the HTTP protocol stack...
The EPiCode project is stronger than ever and 3 new modules have found its way to "Community source code heaven". The latest addition is a module from Henrik Nyström called PageTreeIcons . I have written a blog post on EPiCode about the feature li...
Hopefully you web designers and programmers is using CSS 2.1 today. But what about the next step... Well when you start develop sites that are larger then the normal small personal web site you will often get into trouble when the CSS standard can...
Had some trouble loading a vitrual file containing spaces. The problem was apperently that some characters were urlencoded, a simple Server.UrlDecode(CurrentPage[“DocumentPath”]) solved the problem. 🙂
I’ve had some problem to link to a page to another language then the current language. Even though I have a PageData-object with anouther languagebranch, it stills makes a link to the current language. My own solution, building a url by...
VirtualFile file = System.Web.Hosting.HostingEnvironment.VirtualPathProvider.GetFile( CurrentPage[“FilePath”].ToString() ); UnifiedFile f = file as UnifiedFile; return f.Length / 1024 + ” kb”;
EPiServer nyheter Sharepoint projektportal till Skanska edenstrom Apr 21, 2008 Microsoft Consulting Services, Microsoft “inhouse”, har släppt en portal för bättre projektkontroll för Skanska. Portalen, baserad på SharePoint Server… Högre acceptans...
Developing for EPiServer CMS 5? Ever wanted to be able to easily show all editors that a page is just a container, that the page really is a redirect to another or that a certain property is missing on a page? Or do you just want to make that page...