Archive of EPiServer
-
EPiServer Instant Templates
Posted on October 2, 2015 by Frederik Vig in EPiServerInstant Templates is a new module for EPiServer that allows content editors to create their own re-usable templates from within EPiServer edit mode. Read the whole blog post.
Continue reading this entry → -
New version of Geta oEmbed
Posted on May 30, 2015 by Frederik Vig in EPiServerAnother one of our popular modules has been updated to .NET 4.5 and EPiServer 8. It is still backward compatible with the old custom property and dynamic content. In the new version you'll now find a block that you can...
Continue reading this entry → -
New version of Geta Tags
Posted on May 23, 2015 by Frederik Vig in EPiServerThe new version now finally supports other types of content like MediaData, BlockData and CatalogContent in addition to PageData. Read the whole blog post.
Continue reading this entry → -
Simple URL keeper for EPiServer
Posted on May 16, 2015 by Frederik Vig in EPiServerHere's a little code sample that is useful for when you need to perform an automatic redirect after content is moved in EPiServer, to avoid getting a bunch of 404's. Read the whole blog post.
Continue reading this entry → -
Modern EPiServer Development
Posted on March 25, 2015 by Frederik Vig in EPiServerI get a lot of questions from new and experienced developers alike asking how it is working with EPiServer these days. They have maybe heard some rumors from people working with EPiServer before or they have stumbled across an EPiServer...
Continue reading this entry → -
Extensions and helpers library for EPiServer
Posted on February 14, 2014 by Frederik Vig in EPiServerOver the last 4-5 projects my team has been working with EPiServer 7 and 7.5 using ASP.NET MVC. We've ended up creating some useful methods and helpers that we used in all those projects, that we've found to be very...
Continue reading this entry → -
EPiServer Find On-Premise Setup
Posted on February 11, 2014 by Frederik Vig in EPiServerAfter setting up 5 different On-Premise servers for EPiServer Find I started writing down some notes on how to set it up and some gotchas I had a long the way. Read the whole post here.
Continue reading this entry → -
NuGet package restore and custom feeds
Posted on July 10, 2013 by Frederik Vig in EPiServer, Visual StudioHere's a quick tip for future reference. When enabling NuGet package restore (in Visual studio: right click your solution file and choose Enable NuGet Package restore). Benefit of this is that you don't have to commit all the packages files...
Continue reading this entry → -
Add powerful image resizing, cropping and manipulation support to your EPiServer website
Posted on January 19, 2013 by Frederik Vig in ASP.NET, EPiServerI've used this module in several of my projects, both EPiServer and standard ASP.NET applications. Image Resizer is open source and contains the core module with a bunch of plugins on top that add extra features, you can...
Continue reading this entry → -
Strongly typed access to your page data objects inside ItemTemplate
Posted on May 10, 2012 by Frederik Vig in ASP.NET, EPiServerHere's a little quick tip on how I usually set up my code to get strongly typed access to my page types inside Repeaters, ListViews, PageLists etc. I use PageTypeBuilder in all my projects so I'm going to use it in...
Continue reading this entry →