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.
JSF and EE6 managed beans and scopes
27 Dec 2015
Cheat sheet for JSF and EE6 managed beans and scopes.
PhantomJS Binary for Selenium - Build Notes
29 Oct 2015
Configuring a headless browser on Linux using PhantomJS, to support Selenium testing.
Informatica PowerCenter Installation and Configuration
18 Oct 2015
Commands to help build an Informatica PowerCenter environment, after completing a fresh software installation on a new Linux server.
Largest Files and Directories in a Linux Filesystem
18 Oct 2015
A script to find the largest files and directories on a linux file system.
Notes on SSH Configuration on Linux
06 Aug 2015
If you want to use ssh to connect to another server, using an authorized key instead of a password…