Search this blog
Archive
- May 2013 (1)
- April 2013 (1)
- February 2013 (2)
- January 2013 (1)
- September 2012 (1)
- August 2012 (2)
- July 2012 (2)
- June 2012 (1)
- May 2012 (1)
- April 2012 (2)
- March 2012 (3)
- February 2012 (7)
- January 2012 (4)
- October 2011 (2)
- September 2011 (8)
- August 2011 (3)
-
Recent posts
- Unsupported languages: Arabic, Tigrinya or Chinese characters in SiteSeeker search result using EPiServer
- Deploying an EPiServer website in a load balanced environment using master slave licenses without downtime for visitors
- Duplicate IIS 7.5 request filtering rules causes useless standard IIS 500 error page
- Short notes on mass updating the EPiServer AccessControlList from codebehind or directly in the database
- Simple adapter for showing hidden EPiServer properties in edit mode for administrators
Recent comments
- Fredrik Haglund on Unsupported languages: Arabic, Tigrinya or Chinese characters in SiteSeeker search result using EPiServer
- Dean Brown on Finding all controls of a specific type on a page
- Kenneth Nilsson on 404 error page when accessing Root Folder or Recycle Bin in EPiServer Edit mode
- Mathias Kunto on How to get URL to FuBuMVC input model endpoint in a view
- Mathias Kunto on How to get URL to FuBuMVC input model endpoint in a view
Category Archives: ASP.Net
How to get URL to FuBuMVC input model endpoint in a view
I wrote a small extension method for retrieving the URL to an input model endpoint in FuBuMVC together with my collegue Christer Bermar today. What we wanted to achieve was to have the relative address without the leading slash added … Continue reading
How to use HtmlConventions to create a radio button list input for FuBuMVC
Ran into a little difficulty with a FuBuMVC website today while trying to have InputFor generate a radio button list. The problem was that we were using an enum (as the one below) to represent the values, which passed through … Continue reading
How to make EPiServer surveil your config files notifying you on change
I have been a little bit dry on coding inspiration lately, until the other day when my collegue Karl Ahlin gave me an interesting idea concerning monitoring of configuration files. While I enjoyed coding it, I will leave it unsaid … Continue reading
Being friends with the PropertyControlClassFactory, or: 101 ways to change EPiServer built-in property appearances
As I have been playing around with using ControlAdapters to change the rendering of built-in EPiServer properties lately, I got curious on what else I could possible do to modify them. As it turns out, the EPiServer PropertyControlClassFactory is a … Continue reading
Complete and concrete example of what an ASP.NET WebForms Model-View-Presenter project may look like using StructureMap, NUnit and AutoMoq
For quite some time now I have been thinking of creating some sort of sample project to show how a Model-View-Presenter approach may be used in an ASP.NET WebForms project. Lots of what is out there on this subject seem … Continue reading
Internet Explorer loses Referrer when redirecting or linking with JavaScript
I came across another Internet Explorer feature today as I was debugging a piece of code related to adding referrer URLs when submitting input forms. It worked perfectly on all versions that I tried of Firefox and Chrome, the referring … Continue reading
Supplying EPiServer scheduled jobs with parameters through Admin Mode
I have always missed a way of supplying arbitrary input parameters to EPiServer scheduled jobs through the Admin Mode scheduled job interface. As Stefan Forsberg laughingly pointed out to me when I told him about my POC for this functionality … Continue reading
Posted in ASP.Net, EPiServer, EPiServer CMS 6 R2, Scheduled jobs
Tagged automation, C#, Control Adapter, EPiServer, Scheduled job
Leave a comment