Welcome to the navigation

Pariatur, dolore culpa nulla mollit ut qui ipsum veniam, laborum, dolor consequat, sint tempor ut ad in aliqua, eu officia do cupidatat aliquip nostrud irure. Eu dolor sit ut veniam, sint ut pariatur, aliqua, nulla quis ut officia anim consequat, dolore et sed nisi minim laborum, in labore esse culpa

Yeah, this will be replaced... But please enjoy the search!




Running MSSQL in Portainer stack using Docker Compose

December 29, 2023 |
Categories & Tags:

Running Microsoft SQL Server (MSSQL) in Docker offers several benefits, particularly in terms of deployment flexibility, environment consistency, scalability, and development efficiency. Portainer simplifies Docker and Kubernetes management, offering a user-friendly interface, easy deployment, enhanced monitoring, and efficient orchestration of containers and clusters.


Implementing EmbeddedLocalization in Optimizely CMS 12

January 27, 2023 |

My previous post on translation (Translating Optimizely CMS 12 UI components) gives an overview of how to implement the FileXmlLocalizationProvider, how a folder structure can be implemented and some advice how to find the XML-elements to translate in the CMS UI. This post will cover how to implement the alternative of FileXmlLocalizationProvider which is the EmbeddedXmlLocalizationProviderInitializer or commonly implemented using the AddEmbeddedLocalization extension method.

 


Translating Optimizely CMS 12 UI components

Optimizely CMS 12 have been out for a while now, but still some elements haven't been properly translated resulting in a GUI defaulting to english. While that may be fine with many of us I still do have some customers who refuse to see the benefits of learning a bit of english. Anyways, it is good practice to implement translations of elements in all web sites which would include the Optimizely CMS GUI.