Welcome to northCoder

a blind man in a dark cellar looking for a black cat that isn't there

Transfer a PEM-based Certificate into a Java Keystore

10 Jul 2018
One of those things I don’t do often enough to remember the details: The commands needed to transfer a PEM-based certificate into a Java keystore

Java Console Output with UTF-8

20 Jun 2018
Handling Unicode characters in the Java console.

The Naming of Parts

15 Feb 2018
Some diagrams showing nomenclature for CSS, HTML, XML, Java and Java Lambdas.

Review of Class Types

12 Feb 2018
For my own review…

Some Basic SQL Examples

27 Jan 2018
Some basic SQL examples.

UML Diagrams

24 Sep 2017
Review of UML diagrams and notation
uml

Language Tags

27 Oct 2016
In HTML and XML documents a language tag is used to indicate the language of content. But language tags can be used much more widely than that. One problem I have found when trying to build language tags is that there can appear to be multiple different language tags for a given context. So how do you choose the right ones for your needs?

Generating a List of Blogger Post Titles

12 Aug 2016
I wanted to create a Blogger page containing a list of all the posts in this blog. I was not able to find a pre-built widget to do this.

Set Up CentOS 7 on VMWare

31 Jul 2016
Overview on setting up networking and a GUI.

JSF and EE6 managed beans and scopes

27 Dec 2015
Cheat sheet for JSF and EE6 managed beans and scopes.