Archive of EPiServer
-
Geta.oEmbed version 1.2 is out
Posted on November 19, 2011 by Frederik Vig in EPiServerDue to a changes in the oEmbed API I'm using for this module (it got bought by Embedly), I've updated the code to use the new API instead. The biggest change on your part is that you need to...
Continue reading this entry → -
Faster EPiServer sites – client side performance
Posted on October 9, 2011 by Frederik Vig in ASP.NET, EPiServerFirst part of a new series where I'm going to focus on performance and scaling. I'm going to go through all the best practices we as EPiServer developers should know about, not only to create EPiServer sites that are fast,...
Continue reading this entry → -
Installing EPiServer Live Monitor on IIS 7 running .NET 4
Posted on October 7, 2011 by Frederik Vig in EPiServerA client asked me to install Live Monitor for EPiServer CMS on their site today. Simple enough task, I started by reading the tech-note for the installation: Installation Instructions - Live Monitor. First problem Where is the installation file!? After...
Continue reading this entry → -
Tags version 0.2 released for EPiServer CMS
Posted on September 5, 2011 by Frederik Vig in EPiServerI've done a few updates to the Tags module for EPiServer CMS. The major change is that it's now using the page's PageGuid instead of PageLink (PageReference). This guaranties that the reference to the page will be correct, even...
Continue reading this entry → -
Easily add comment functionality to EPiServer CMS with DISQUS
Posted on August 21, 2011 by Frederik Vig in EPiServerDISQUS is a very popular hosted comment system that makes it very easy to add comment functionality to new or existing sites. It takes care of spam, security (blacklists, whitelists), moderation, mobile and social media support and more. To get...
Continue reading this entry → -
Tags for EPiServer CMS
Posted on July 21, 2011 by Frederik Vig in EPiServerI've started working on a new module for EPiServer CMS that adds tagging functionality to EPiServer Pages. This is something I've seen the need for in a lot of my projects lately. In the past I've used everything from the...
Continue reading this entry → -
EPiServer Mail 5 R2: The stored procedure ‘spEPiServerMailSampleRecipientSourceGetMailingLists’ doesn’t exist
Posted on June 2, 2011 by Frederik Vig in EPiServerAfter completing the installation of EPiServer Mail 5 R2 (see my previous post: EPiServer Mail 5 R2 Installation problem). Everything seemed to be going fine, except for in edit mode. After the installation, when I tried editing a page,...
Continue reading this entry → -
EPiServer Mail 5 R2 Installation problem
Posted on June 2, 2011 by Frederik Vig in EPiServerWhen trying to install EPiServer Mail 5 R2 on an existing site I came across this bug: #65398. At C:\Program Files (x86)\EPiServer\Mail\5.1.343.270\Install\System Scripts\Install Site (No Database).ps1:297 char:20 + Update-EPiXmlFile
Continue reading this entry → -
Part 1: Injection – OWASP Top 10 for EPiServer Developers
Posted on May 22, 2011 by Frederik Vig in ASP.NET, EPiServerInjection flaws have always been one of the biggest security wholes in web applications. The good news is that it is very easy to protect against them, ones you know how. So what is injection? Injection flaws, such as SQL, OS, and...
Continue reading this entry → -
CSS3 buttons and EPiServer editor stylesheet
Posted on May 8, 2011 by Frederik Vig in EPiServerYou've probably seen them around, the cool new CSS3 styled buttons. Before you had to use images and image replacement to achieve a similar effect. Now you can do this without images and by only using CSS. The cool thing...
Continue reading this entry →
