Archive of 2012 May
-
Strongly typed access to your page data objects inside ItemTemplate
Posted on May 10, 2012 by Frederik Vig in ASP.NET, EPiServerHere's a little quick tip on how I usually set up my code to get strongly typed access to my page types inside Repeaters, ListViews, PageLists etc. I use PageTypeBuilder in all my projects so I'm going to use it in...
Continue reading this entry → -
Manually upgrading the database from EPiServer Commerce R2 SP1 to EPiServer Commerce R2 SP2
Posted on May 9, 2012 by Frederik Vig in EPiServerHere's an overview over the SQL scripts you need to execute to manually upgrade your sites commerce database from EPiServer Commerce R2 SP1 to EPiServer Commerce R2 SP2. C:\Program Files (x86)\EPiServer\CMS\6.1.379.0\Install\Modules\EPiServer Commerce 1.1.2.62\Setup\cms_db_upgrade.sql C:\Program Files (x86)\EPiServer\CMS\6.1.379.0\Install\Modules\EPiServer Commerce 1.1.2.62\MediachaseECF\Data\DeploymentPackage\SqlScripts\Update\ecf_db_ApplicationSystem_update.sql C:\Program Files (x86)\EPiServer\CMS\6.1.379.0\Install\Modules\EPiServer Commerce 1.1.2.62\MediachaseECF\Data\DeploymentPackage\SqlScripts\Update\ecf_db_BusinessFoundation_update.sql C:\Program...
Continue reading this entry → -
Faster EPiServer sites – image optimization
Posted on May 6, 2012 by Frederik Vig in ASP.NET, EPiServerContinuing on our goal to get the fastest EPiServer site possible, let's take on images, specifically images that editors upload. In my experience even after launching a site that scores almost a complete score with YSlow, Page...
Continue reading this entry →