A blog about computer stuff
One way to import pages from Episerver 4 to 7
I was given the task to import pages from Episerver 4.6 to a new Episerver 7 site. Access was limited and I had no possibility to modify the code or configuration of the 4.6 project. I went for a solution where an export package was used.
Published
Analyzing SQL Server database size
I recently posted a reply about reducing database size at Episerver World and thought I'd assemble some queries that come in handy when analyzing a database gone huge.
Published
Avoid uppercase letters in your Episerver page URL
For a number of reasons it's widely recommended to use all lowercase URL's inside a web site. Unfortunately Episerver out of the box uses the same casing as the entered PageName (unless you modify the URL manually).
Published
Page Type Builder and TinyMCE global settings
A complete example of how to manage global TinyMCE settings for your XHTML-string properties.
Published
Speed up Edit Mode: Set EnableSessionState to false
Process requests simultaneously in parallel and gain some speed.
Published
Issues when upgrading to Episerver CMS 6 R2
CMS 6 R2 has been around for a while and I have completed a bunch of upgrades. There are a lot of issues that might or might not affect the site you are upgrading.
Published
Epi User Picker Property that uses the built-in Membership Browser
Maybe I have poor Googling skills but I couldn't find a simple user picker property anywhere. We had some examples at work but they involved a custom user control and too much JavaScript.
Published
Remember to configure CmsAdmins in Episerver 6
Tried to reach the search settings admin view but didn't get access. Snooping around led me to a new Episerver 6 group name setting.
Published
Retrieving an Episerver 6 global setting value
You added some property settings to your custom property and created a couple of global settings for the editor to choose from. Then you find out you want to get hold of the setting values in code. Here's how you fetch them.
Published
Replacing the TinyMCE table plugin in Episerver 6
I got the task to replace the TinyMCE table plugin with a stripped down version optimized by a colleague.
Published