episervernz.blogspot.com
EPiServer Downunder: EPiServer 4.61 Hotfix
http://episervernz.blogspot.com/2006/12/episerver-461-hotfix.html
All the things I find interesting about the EPiServer product and maybe some code samples too. Friday, December 08, 2006. EPiServer 4.61 Hotfix. Just a quick note that I received a hotfix from EPiServer the other day for version 4.61. I don't think the hotfix has officially been released yet, but if you need it then I suggest you contact the support team. Knowledge Center login required] for a copy. Here is what the hotfix addresses:. 45554 Filenames are not encoded in the file manager. 45817 Publishing ...
episervernz.blogspot.com
EPiServer Downunder: EPiServer as a Wiki
http://episervernz.blogspot.com/2007/01/episerver-as-wiki.html
All the things I find interesting about the EPiServer product and maybe some code samples too. Tuesday, January 09, 2007. EPiServer as a Wiki. Lately I have been doing some research into Wiki tools and am finding lots of great tools that have strengths in some areas, but always seem to lack other important features, one of which is WYSIWYG editing! C# NET 2.0 with source code. SQL Server database storage. I found this great tool last week called ScrewTurn. What sort of user experience did you try to prov...
episervernz.blogspot.com
EPiServer Downunder: I want to share, I really do
http://episervernz.blogspot.com/2007/01/i-want-to-share-i-really-do.html
All the things I find interesting about the EPiServer product and maybe some code samples too. Monday, January 15, 2007. I want to share, I really do. Over the years I've come to learn a few things about the EPiServer UnifiedFileSystem (UFS from now on), some the easy way, but most the hard way. The following is a list of my recommendations for when setting up the UFS in a new site. 1 Always create a "System" share. CustomSettings PhysicalPath="D: Websites EPiSample WebSystemFiles" /. A few times now cli...
episervernz.blogspot.com
EPiServer Downunder: December 2006
http://episervernz.blogspot.com/2006_12_01_archive.html
All the things I find interesting about the EPiServer product and maybe some code samples too. Friday, December 08, 2006. EPiServer 4.61 Hotfix. Just a quick note that I received a hotfix from EPiServer the other day for version 4.61. I don't think the hotfix has officially been released yet, but if you need it then I suggest you contact the support team. Knowledge Center login required] for a copy. Here is what the hotfix addresses:. 45554 Filenames are not encoded in the file manager. 45817 Publishing ...
episervernz.blogspot.com
EPiServer Downunder: November 2006
http://episervernz.blogspot.com/2006_11_01_archive.html
All the things I find interesting about the EPiServer product and maybe some code samples too. Tuesday, November 14, 2006. Custom validation for core properties. Last week a colleague of mine asked a question:. Is it possible to limit the amount of data that can be entered into EPiServer text properties? In the global.asax, hook the following up in the Application Start method:. Global.EditPageValidators = new PageValidateEventHandler(Validators.ValidatePageNameLength);. EIsValid = false;. This then requ...
episervernz.blogspot.com
EPiServer Downunder: Tips for the UnifiedFileSystem
http://episervernz.blogspot.com/2007/01/tips-for-unifiedfilesystem.html
All the things I find interesting about the EPiServer product and maybe some code samples too. Wednesday, January 17, 2007. Tips for the UnifiedFileSystem. Over the years I've come to learn a few things about the EPiServer UnifiedFileSystem (UFS from now on), some the easy way, but most the hard way. The following is a list of my recommendations for when setting up the UFS in a new site. 1 Always create a "System" share. CustomSettings PhysicalPath="D: Websites EPiSample WebSystemFiles" /. A few times no...
episervernz.blogspot.com
EPiServer Downunder: August 2006
http://episervernz.blogspot.com/2006_08_01_archive.html
All the things I find interesting about the EPiServer product and maybe some code samples too. Wednesday, August 30, 2006. Atlas properties, how do I do that? Not long ago I was asked by EPiServer to write an article for the EPiServer TechNews. Email newsletter. I gladly accepted the opportunity and started racking my brains for a good topic to write about. Watch this space for more, or your email inbox if you're subscribed. Links to this post. Tuesday, August 29, 2006. Windows Live Writer integration.
episervernz.blogspot.com
EPiServer Downunder: May 2007
http://episervernz.blogspot.com/2007_05_01_archive.html
All the things I find interesting about the EPiServer product and maybe some code samples too. Wednesday, May 23, 2007. It's been a long time. It's been far too long since I last wrote something here and sorry to disappoint but this is not going to be of much interest to most of you. Just flick me an email at episervernz at gmail dot com or my regular email if you happen to know it. [Update: I have a job now, thanks]. Take care and more to come soon no doubt as EPiServer CMS comes out! Links to this post.
episervernz.blogspot.com
EPiServer Downunder: September 2006
http://episervernz.blogspot.com/2006_09_01_archive.html
All the things I find interesting about the EPiServer product and maybe some code samples too. Tuesday, September 26, 2006. Workflow admin pages not displaying correctly. I came across this bug the other day and it has been confirmed by EPiServer as a bug which will be fixed in the next version of EPiServer (0045591: Faulty path to CSS and JS files in Admin/Workflow.aspx). When working in any of the workflow admin or edit screens, styles sheets, JavaScript files and images are broken. If you must have th...