Archive of EPiServer
-
EPiServer code walkthrough #1 – 404 handler
Posted on January 29, 2010 by Frederik Vig in ASP.NET, C#, EPiServerThis is the first post in a new series called "EPiServer code walkthrough". What I'll do is go through one new EPiServer module in each post. Writing a little about what it does, learn by reading its code, and...
Continue reading this entry → -
A developer’s guide to Page Type Builder
Posted on January 15, 2010 by Frederik Vig in EPiServerLast updated 19.11.2010 Page Type Builder allows developers to define EPiServer page types in code which eliminates the need to synchronize page types between different servers. As page types are declared in code it also enables inheritance between page types and...
Continue reading this entry → -
Part 8: Preparing for launch – Create an EPiServer site from scratch
Posted on December 24, 2009 by Frederik Vig in EPiServerThis is the last part of Create an EPiServer site from scratch. We've come a long way, almost finishing our site! What we have left is doing some testing and deploying it to our production server. Client side performance testing When doing...
Continue reading this entry → -
Part 7: Creating the Sitemap page – Create an EPiServer site from scratch
Posted on December 22, 2009 by Frederik Vig in EPiServerWe're soon ready to launch or site. One thing that is missing is the Sitemap page. This is a page that will help our users find what they're looking for, and give them a nice overview of the site structure...
Continue reading this entry → -
Part 6: Creating the XForm page – Create an EPiServer site from scratch
Posted on December 19, 2009 by Frederik Vig in EPiServerThe XForm page will help our editors collect data from their users. Editors can easily customize their forms the way that they want, and decide how to store the data (in a database, by email etc). Lets create a new...
Continue reading this entry → -
Part 5: Creating the search page – Create an EPiServer site from scratch
Posted on December 16, 2009 by Frederik Vig in EPiServerToday we're implementing our sites search page. This will be a very standard search page with nothing fancy. Instead I've included some links that'll help you extend this search page even more. Quick search We already have the markup for the quick...
Continue reading this entry → -
Part 4: Creating the standard page – Create an EPiServer site from scratch
Posted on December 13, 2009 by Frederik Vig in EPiServerIn this part we're going to create the standard page. We'll use this page type for most of our site, from news to other stuff. As always start by taking a look at what you're about to implement: style.html...
Continue reading this entry → -
Part 3: Creating the start page – Create an EPiServer site from scratch
Posted on December 10, 2009 by Frederik Vig in EPiServerIn this part we're creating the start page for our site. Lets start by taking a look at the page we're implementing. We have one featured news story at the top, followed by a list of 4 news...
Continue reading this entry → -
Extending PageData with some cool Html Helpers
Posted on December 8, 2009 by Frederik Vig in EPiServerI've been reading up on ASP.NET MVC recently. One of the things I love about ASP.NET MVC is the control we as developers have over our markup. ASP.NET MVC doesn't use server controls, instead it relies heavily on extension methods...
Continue reading this entry → -
Part 2: Creating a foundation – Create an EPiServer site from scratch
Posted on December 7, 2009 by Frederik Vig in EPiServerIn this part we're going to build our sites foundation. The first thing we're going to do is take a look at the ready made template that we're tasked with implementing. This is the template that we're going to implement:...
Continue reading this entry →
