Archive of EPiServer
-
Introduction – OWASP Top 10 for EPiServer Developers
Posted on May 6, 2011 by Frederik Vig in ASP.NET, EPiServerThe Open Web Application Security Project (OWASP), is an open community that focuses on improving web application security. OWASP Top 10 is a list of the most critical web application security risks. Here is the 2010 list: Injection Cross-Site...
Continue reading this entry → -
Links for EPiServer Developers – #2
Posted on March 12, 2011 by Frederik Vig in ASP.NET, EPiServer, Web designIf you have any link suggestions please email me at: frederikvig@hotmail.com. Security web.config Security Analyzer - onlien and offline tool for checking your sites web.config for security vulnerabilities ASP.NET Create PDF document using iTextSharp in ASP.Net 4.0 and MemoryMappedFile RazorEngine -...
Continue reading this entry → -
Links for EPiServer Developers – #1
Posted on February 9, 2011 by Frederik Vig in ASP.NET, EPiServer, Web designFirst post in a new series where I'll post a list of links to useful resources for EPiServer developers. If you have any link suggestions please email me at: frederikvig@hotmail.com. Security Web Application Configuration Security Revisited - useful security checklist...
Continue reading this entry → -
Creating custom templates in Visual Studio
Posted on January 30, 2011 by Frederik Vig in ASP.NET, EPiServer, Visual StudioOne abit hidden featured in Visual Studio is the custom item templates and projects feature. This allows you to easily export a project or item as a template, which you then can easily reuse across different projects, and even share...
Continue reading this entry → -
Semantic markup with EPiServer XForms
Posted on November 26, 2010 by Frederik Vig in EPiServerEPiServer's XForm editor is used for letting editors easily build forms inside EPiServer. The HTML markup that XForm renders uses tables to layout the form. Semantically this is completely wrong, so in this post I'm going to show you how...
Continue reading this entry → -
Programmatically adding files to EPiServer’s File System
Posted on November 23, 2010 by Frederik Vig in C#, Code Snippet, EPiServerHere's a quick code snippet that I used for replacing files on an EPiServer site. A little background, I got asked by a customer to upload a new version of a bunch of images they had in the PageFiles directory...
Continue reading this entry → -
Avoiding conflicts when using jQuery and EPiServer Composer
Posted on October 25, 2010 by Frederik Vig in EPiServerOn a customers site today I had some JavaScript errors when using Composer on page edit. After firing up Firebug to inspect the errors I saw that Composer is using Prototype, which is another popular JavaScript library, that also...
Continue reading this entry → -
How to add support for iframes (and other elements) to TinyMCE in EPiServer CMS
Posted on October 18, 2010 by Frederik Vig in EPiServerOne of my clients had some problems adding an iframe inside the TinyMCE editor that ships with EPiServer CMS. After looking a little at the documentation I saw that the default was not to allow iframes. Here's a list of...
Continue reading this entry → -
Guide to EPiCode Extensions
Posted on September 30, 2010 by Frederik Vig in ASP.NET, EPiServerLast updated: 21.11.2010 EPiCode Extensions is a library with over 75 extension methods that are really useful to us as EPiServer developers. The project has grown rapidly in short time, with new extension methods being added every week. The goal of...
Continue reading this entry → -
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 →
