Selvbetjent migrering til Optimizely CMS 12
I August 2022 lanserte Optimizely «Selvbetjent migrering til .NET Core og CMS 12», og blant de 90 første prosjektene (i verden) som ble løftet til .NET Core på denne måten, sto Novacare for ett.…
I August 2022 lanserte Optimizely «Selvbetjent migrering til .NET Core og CMS 12», og blant de 90 første prosjektene (i verden) som ble løftet til .NET Core på denne måten, sto Novacare for ett.…
Optimizely CMS has a weekly release cycle, today's release had a few updates regarding the rich text editor, TinyMCE. One update that caught my attention was: Allow selecting content from TinyMCE If you use the default settings, you will get this new button on the toolbar. If you…
After developing in Episerver and Optimizely for nearly 13 years, I recently stumbled upon a feature that has been a part of Optimizely CMS for ages, yet many developers seem to be unaware of its existence. It's the remarkable auto-suggestion functionality for string properties within the CMS. Typically,…
Are you tired of constantly debugging your code, trying to figure out where that one pesky bug is coming from? Look no further, because we are thrilled to announce our newest addon to Visual Studio: Time-Travel Debugging. Go back in time View future code namespace HelloWorld { class Hello { static void…
Some time ago I wrote a blogpost on how to set/change port number for a solution using IIS Express and Visual Studio. After more and more projects are using .NET Core, the way of handling the port number have changed. If you are not in .NET Core, the old…
For years, the Generic PropertyList has been widely used, despite the warning at the top of the documentation. It's unsupported functionality. Also, any links and references inside such lists are not tracked by Optimizely, and you will not be warned of incoming links when deleting content. I'…
Writing pagination from scratch can be tricky at times. I was recently tasked with writing a pagination component to organize a variety of items on our website. In the process, I found that using slots can be helpful in organizing multiple lists across a website, depending on what you’re…
On March 1st, OpenAI released their Chat completion API using the gpt-3.5-turbo language model, the same language model used by ChatGPT. Learn how you can add ChatGPT-capabilities to Optimizely CMS.…
Rollen som IT-konsulent kan være utfordrende, spesielt når du jobber med klienter som ikke har mye kjennskap til teknologi. Men det er også en veldig givende rolle, da du får muligheten til å hjelpe klientene med å løse deres teknologiproblemer og forbedre deres forretningsdrift. Da jeg for snart 15 år…
Fordi jeg misliker kjedelige 404-sider, og fordi min kollega Karl har hatt stor suksess med sin kube-snake, spurte jeg ChatGPT om jeg kunne få hjelp med å lage et retro-inspirert Snake-spill i Javascript.…