Archive of EPiServer
-
Introducing oEmbed for EPiServer
Posted on September 25, 2010 by Frederik Vig in ASP.NET, EPiServerA couple of weeks back I added a new EPiServer plugin to EPiCode, oEmbed. The plugin is really simple, but does some cool things. Imagine your editors have some content on YouTube, Amazon, Flickr etc, and they'd like to...
Continue reading this entry → -
EPiServer Dropdown CheckList Property
Posted on August 28, 2010 by Frederik Vig in ASP.NET, EPiServerToday I wanted to create a custom property in EPiServer that uses a dropdown list where the user can select multiple options. In HTML you have the select element which when having the attribute multiple="multiple" actually does what I want,...
Continue reading this entry → -
EPiCode Extensions and ambiguous reference
Posted on July 28, 2010 by Frederik Vig in EPiServerOn new projects where I use EPiCode Extensions I always register the namespace EPiCode.Extensions in my web.config - that way I can use the extension methods in my .aspx and .ascx files without needing to register EPiCode Extensions in...
Continue reading this entry → -
EPiServer Developer Resources
Posted on May 27, 2010 by Frederik Vig in EPiServerLast updated 29.12.2011 Table of Contents Report Center Mobile Bugs and where to find help FAQ...
Continue reading this entry → -
EPiServer Custom Property with Custom Settings
Posted on May 14, 2010 by Frederik Vig in EPiServerI was brushing up on custom properties and came across Allan Thræn's post Custom Property: Category Drop Down. The code is simple and works great, but one thing I didn't like is that you need to give the property...
Continue reading this entry → -
Creating a simple image gallery with EPiServer
Posted on April 3, 2010 by Frederik Vig in EPiServerIf you have visited sites like Smashing Magazine chances are high that you've seen articles with titles like "40 most used jQuery plugins", or something similar to that. I find articles like that to be great for inspiration. You...
Continue reading this entry → -
EPiServer File Manager and File Summary
Posted on April 2, 2010 by Frederik Vig in EPiServerOne hidden little feature that is nice to know about is the filesummary.config file. When you edit a file in EPiServer's File Manager, you can edit the data for that file (simply right-click on the file and choose Edit File...
Continue reading this entry → -
Updated all EPiServer posts for EPiServer CMS 6
Posted on March 28, 2010 by Frederik Vig in EPiServerI've done a little spring cleaning, updating all EPiServer posts to now use EPiServer CMS 6, and making sure the code still works. I've also added the code for ShareIt and SlideShare Dynamic Content to EPiCode, and...
Continue reading this entry → -
Adding different CSS classes when using the EPiServer PageTree control
Posted on February 28, 2010 by Frederik Vig in Code Snippet, EPiServerAnother little quick tip. I was browsing the EPiServer World forum and came across a common question. by David Green I am using the EpiServer:PageTree control to generate a nested <ul><li> list in the format below. However I am...
Continue reading this entry → -
Getting the Page and EPiServer CurrentPage object from HttpContext
Posted on February 20, 2010 by Frederik Vig in ASP.NET, EPiServerJust a little quick tip when needing to use either the Page object or the EPiServer CurrentPage object from a class file. HttpContext.Current will give you access to the current request, what we can do is cast HttpContext.Current.Handler (since Page...
Continue reading this entry →
