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.…
With a new year beginning, I can sit back and reflect on the amazing things that happened last year. One of my favorite things is making the snake game on the Raspberry Pi.…
In a new version, you would perhaps expect everything to be bigger, better and
faster? For Optimizely CMS, that is (for the most part) the case. But when it
comes to uploading files in edit mode assets pane, there is a 4MB limit.
If you try uploading a larger file,…
In Optimizely CMS you can manage an optional shortcut for all pages. There are
different types of shortcut.
* No shortcut (default)
* Shortcut to another content item
* Shortcut to page on another website
* No shortcut, display text only
* Fetch content from another content item
One use case for the type «Shortcut…