Think before you share, before you speak - An Open Letter to Healthcare Professionals

August 16, 2021 by Christoff Truter

In this post, I am going to refer to three incidents in my home country where some doctors are contributing to anti-vaccination and vaccine hesitancy (hopefully inadvertently)

Personal   South Africa   Covid-19  

Telkom Uncapped LTE is bullshit

November 24, 2018 by Christoff Truter

From time to time a deal comes along that is so fantastic that it just seems too good to be true, if you're interested in getting the "Smartbroadband" LTE uncapped deal from Telkom, do yourself a favour and read this post to the very end

South Africa   Rant  

ASP.NET MVC - DataAnnotation Localization

May 29, 2017 by Christoff Truter - 1 Comment

Strangely enough - especially seeing that localization has been a requirement in all of my work related codebases for the last 4 years or so, this is the first time that I am writing on the subject of localization.

C#   ASP.NET   PostSharp   MVC  

PHP drop-down list - Part 6 (Adding Optgroups)

February 17, 2017 by Christoff Truter

In this post we're going to extend our select element to support optgroups and thereby complete our support for all select child elements.

PHP  

PHP drop-down list - Part 5 (Custom Serialization)

February 15, 2017 by Christoff Truter

In part 2 we quickly "talked" about having different serialization strategies for our html elements, but as an interim solution, I chose to use the XHTML spec as my standard markup, in this post we're going to decouple our serialization strategy.

PHP