A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Follow bloggers on Optimizely World to get the latest from people who know all about the Optimizely platform! You will find blog posts from the entire Optimizely community, as well as from the Optimizely development teams.
Start blogging - create your own blog (requires log in)
Manage your blog posts on Optimizely World (requires log in)
Rules for blogging on Optimizely World
There is an alternative way of rendering content when using MVC. By implementing IRenderTemplate and IView, the class will be registered as a render template for type (T). Short before the RTM release of EPiServer 7, we found out that a block...
There are several exciting things with the new Blocks in EPiServer 7 CMS. One of the most convenient things when you need to add a group of data to a page type, for example an image + alternative text or an url + clickable text or maybe a group of...
Detta plugin är ett enkelt sätt att testa ditt tema och se om det håller upp till de senaste tema-standarderna. Med detta plugin kan du köra likadana automatiserade testverktyg på ditt tema som WordPress.org använder för teman. Testerna körs i adm...
Här kommer en snippet hur du tar bort index.php i urlen i Codeigniter. # Turn on URL rewriting RewriteEngine On # If your website begins from a folder e.g localhost/my_project then # you have to change it to: RewriteBase /my_project/ # If your sit...
I’ve seen a few forum posts from users having this issue. One of the best threads covering this subject is this one: http://world.episerver.com/Modules/Forum/Pages/thread.aspx?id=63028 This thread actually contains a good way to reproduce the erro...
Are you using Find and index lots of custom data? Improve performance by Indexing lists of objects, instead of one by one, as shown in the example below. 1: // Not optimal 2: List objects = GetObjectsFromSomeWhere(); 3: foreach (var o in objects) ...
An editor needed information about the number pages for each page type on their site. The following simple code will retrieve all pages below the start page, group them by their page type name, and then count how many of each page type there is....
Would’t it be nice to see preview images which kind of page or block type are you creating? If you are creating new block, would this kind of view be nice? Jon Menzies-Smith has made a great EPiBoost library which include many nice features but on...