Chris' Blog
  • Tags
  • Archive
  • About Me
Chris' Blog

  • Tags
  • Archive
  • About Me
TrackMyTour 6

About a year ago, I began a rewrite of the TrackMyTour app. It has taken many late n ...

Christopher Meyer
Fri Apr 01 2022
TrackMyTour Flutter
SmartUI development with a modern JavaScript framework

Use Vue.js, React, or Angular when developing for the OpenText Content Server SmartUI

Christopher Meyer
Tue May 12 2020
OpenText Content Server JavaScript SmartUI Vue.js
SmartUI development without the SmartUI SDK in OpenText Content Server

How to build a SmartUI widget without the SmartUI SDK

Christopher Meyer
Thu Apr 23 2020
OpenText Content Server JavaScript SmartUI
JavaScript Race Conditions & Function Throttling with Promises

In this blog post I outline a method to avoid race conditions and to throttle a function in JavaScript. Race conditions in JavaScript? Wikipedia ha ...

Christopher Meyer
Sat Apr 18 2020
JavaScript Node.js
Simplifying the OpenText Content Server REST API

My employer Kwe.li GmbH has released an open source JavaScript module for simplifying the use of the OpenText Content Server REST API. You can find the @kweli/cs-rest module on [n ...

Christopher Meyer
Tue Apr 07 2020
OpenText Content Server JavaScript REST
Moving to VuePress

Bye bye WordPress.

Christopher Meyer
Fri Apr 03 2020
TrackMyTour Books

It will soon be possible to create a book from your TrackMyTour Map.

Christopher Meyer
Thu Jun 20 2019
TrackMyTour
Part XVI - Patch Management in OpenText Content Server

A Content Server patch is an effective way to fix a bug without having to install a new version of a module. The idea is simple: create a text file with the deltas, copy it to the opentext/patch/ di ...

Christopher Meyer
Fri Jan 05 2018
RHCore OpenText Content Server
Part XV - Caching in OpenText Content Server

::: v-pre Caching is an effective way to boost the performance of an OpenText Content Server module. Caching works by persisting the return value of an operation (such as an expensive function or SQL ...

Christopher Meyer
Mon Jan 30 2017
RHCore OpenText Content Server
Part XIV - Error Handling in OpenText Content Server

OpenText Content Server OScript does not support exception handling. I used to believe this was a limitation, but after learning more I no longer believe this to be the case. Exception handling is ...

Christopher Meyer
Wed May 25 2016
RHCore OpenText Content Server