How hard should it be to parse an excel file and and present it as a html table? One would think that since Excel is so popular it would be super easy but in my experience it's not. The code im going to link to isn't my own but since it actually...
As all of you know media files in EPiServer are IContent which lets us add properties to handle for example meta data. This is great but how do we make the editors fill in those fields... I guess that it depends a lot of what type of target audien...
In CMS 6 there was a function in Admin mode where you could add an email address to wich a notification was sent if the license was about to expire. This functionality seems to have been lost from version 7. Atleast I haven't found it. In this o...
When testing a website one important piece for me is to validate that all content areas have the correct allowed types. Since I'm a developer I have compared the code to the specification. But reading this blog post about getting a list of allowed...
If there still are anyone out there using forms maybe this can be of some use. Scenario is that you have a template with: One or many rows, with different combinations of content areas and other properties. All properties are rendered as columns....