Relying on colors alone will mislead your visitors
Color blindness – Relying on one perception channel only you will lose some users. Using more perception channels is safe. But testing is easy!…
Color blindness – Relying on one perception channel only you will lose some users. Using more perception channels is safe. But testing is easy!…
Novacare presenterer ukens utvikler! Hver uke fremover kan du bli bedre kjent med de som jobber hos oss, og denne uken er det Eric Stenseth du kan lese mer om. Hvordan begynte du med koding? Det hele startet fordi jeg spilte mye dataspill og brukte mye av tiden min på…
Some of the more difficult exceptions to debug are those thrown deep inside-third party frameworks. Everybody knows you can decompile a dll and look at the source code, but that can only take you so far. Wouldn't it be great if you could set a breakpoint in that…
Following the exciting release of .NET Core 3.0, I was expecting that our services would handle the upgrade from 2.2 to 3.0 with ease. After the upgrade, however, the services sometimes responded with "Unhealthy" and a 503 status code! The connection was not closed. The…
Novacare presenterer ukens utvikler! Hver uke fremover kan du bli bedre kjent med de som jobber hos oss, og denne uken er det Sigve Fast du kan lese mer om.…
There are several methods that will give you an URL to a Episerver content, but they do not all work the same. I dive into the details.…
In Episerver CMS, you are probably familiar with the fundamental concept of grouping properties into tabs. You may place your own properties in the existing tabs (Content, Settings etc) or create your own tabs with descriptive names. You may, however also tamper with the special tab PageHeader! What if editors…
Most of us don’t care if a heading is level 1 or 5 or whatever, but mismatching heading levels can be fatal for some users.…
Tidligere i år ble Departementenes sikkerhets- og serviceorganisasjon (DSS) sitt intranett kåret til et av verdens beste og vi i Novacare har vært så heldige å ha Vidar Olsen, en av våre utviklere med på teamet. Vi har tatt en prat med både han, Hilde Kari Sundet og Petter Thorsrud…
Preventing broken links is an important part of maintaining a website. Episerver's Link Validating job tries to help us, but unfortunately, it has its shortcomings. How it works Episerver keeps track of all links and stores them a database table called tblContentSoftlink. This table has multiple uses. It…