Rss

twitter

Starting and stopping sites in IIS using NAnt

0

Posted by jarlef | Posted in NAnt | Posted on 30. August 2010

I have recently need to script starting and stopping sites using NAnt. I know there is a lot of buzz around powershell and rake at the time, but i'm still using NAnt in my deployment script. In IIS 6 there were some vb scripts available to perform actions against the IIS using scripts. These scripts... [More]

EPiServerFramework.config and large projects

0

Posted by JarleF | Posted in EPiServer | Posted on 25. August 2010

The alternative title to this post could be "stop nagging, thats my wife's job". But enough about that… :-). This is story about a small configuration section that just don't scale that well in larger EPiServer projects. I'm talking about the automaticSiteMapping section inside EPiServerFrame... [More]

Infinite scrolling with jQuery

0

Posted by jarlef | Posted in jQuery | Posted on 25. May 2010

I've finally made my first jQuery plugin. This plugin makes it easy to add infinite scrolling to your web application. I know, I know, there is a lot of similar plugins, but i like my twists better . The plugin uses ajax calls to constantly add new content to the page based on the scroll position, ... [More]

PageTypeBuilder: Validating page data

0

Posted by jarlef | Posted in EPiServer | Posted on 30. April 2010

One thing i miss in EPiServer is the ability to add custom validation on each page template. You can always listen to the GlobalPageValidation.Validators event, but the PageData returned is not typed and if the validation logic is not divided the end result can turn into one big ugly validation meth... [More]

Adding images using the Community API

0

Posted by jarlef | Posted in EPiServer | Posted on 26. December 2009

This is sequel post of the Using the EPiServer Community API outside IIS where I described how you can call the EPiServer CommunityAPI inside a standalone console application. This post will go a little further and show you how you can import images in the same maner. The issue In my atttempt to c... [More]

Using the EPiServer Community API outside IIS

0

Posted by jarlef | Posted in EPiServer | Posted on 11. December 2009

I have recently come across a scenario where i had  to migrate alot of data into EPiServer Community from a legacy system. Since there is quite of a lot of data that needed to be transfered from one system to another, the ideal solutions for us was to do this by code via a console app The conso... [More]

Cross Server Events

0

Posted by jarlef | Posted in EPiServer | Posted on 15. November 2009

The Events Management System is a powerful new feature introduced in EPiServer CMS and is part of the public EPiServer API. It's based on WCF and broadcast messages between servers in the same network using UDP (or TCP). These events is mainly used to send cache update events between the servers. Th... [More]

Tips: Sharing episerver-projects between developers

0

Posted by jarlef | Posted in EPiServer | Posted on 15. October 2009

This is a little how-to on making it easier to share your episerver projects between multiple developers by making the location of the episerver resources more abstract. 1. Don't use absolute file locations in your web.config. Instead of pointing directly to the absolute file locations of your uni... [More]

EPiServer: Creating sites in IIS based on the web.config

0

Posted by jarlef | Posted in EPiServer | Posted on 28. February 2009

EPiServer CMS 5 R2 SP1 is finally here. Happy times :-) The EPiServer developers have really made a quality product. However there are a few features missing in the new Deployment Center tool. One feature I'm missing is the ability to create IIS sites based on the web.config file. This becomes appar... [More]

Disclaimer

© Copyright 2009, Jarle Friestad. The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.