Ukens utvikler: Torger Angeltveit
Vi har fått en ny ansatt! Torger Angeltveit kommer opprinnelig fra Bergen, men flyttet til Oslo for 5 år siden for å studere. 1.desember startet han som frontendutvikler hos oss, velkommen skal du være!…
Vi har fått en ny ansatt! Torger Angeltveit kommer opprinnelig fra Bergen, men flyttet til Oslo for 5 år siden for å studere. 1.desember startet han som frontendutvikler hos oss, velkommen skal du være!…
I have become fond of Windows Terminal, but it lacks a few key features: * Syncing of settings across different Windows user accounts * Saved tabs and split panes * Git integration I have a setup for Windows Terminal that looks like the image below, with multiple tabs and panes with predefined startup…
Episerver is perhaps not the most used platform for developer blogs, but adding code snippets can be useful in other scenarios too. Adding syntax highlighting to TinyMCE is easy, using the Code Sample plugin. It works well with both Prism.js and Highlight.js, two popular syntax highlighters…
After completing part 1, setting up syntax highlighting with the bare minimum, it's time to let your code shine. Highlight.js has 95 different styles, or themes. Find one that you like, and adjust the link to the CSS file with the name of the style. I like Tomorrow Night Bright…
I would like to display the name of the programming language in the top right corner. One problem with this is, that I do not want to add any extra markup. I want to use the unmodified Code Sample plugin, I want to be able to change or reposition the label…
Vi har fått en ny utvikler på laget i Novacare! Tomas Foss Renaa er 32 år gammel, og kommer fra Nesodden. Nå bor han på Teisen sammen med kjæresten sin.…
A pivotal moment in the history of an application is when a service changes drastically and deployment becomes a subject of stress and uncertainty. The service might be deemed as unhealthy in a production environment whereas it worked just fine in the test environment.…
The alternative text (or «Alt Text») for images serves three purposes: Visually impaired users using screen readers will be read the alternative text to better understand an image. The alternative text will be displayed in place of an image if an image cannot be loaded.…
When creating Episerver tools, editors and plugins, maintaining a consistent look and feel is a good thing. Read more, and see a long list of button classes on the Epinova-blog. If we dive inside the EPiServer.CMS.UI package, the file ToolButton.css can be found in /App_Themes/Default/…
It's long past due to forget your webforms skills. Here is a simple recipe for how to make Episerver admin tools in MVC.…