Van Langenberg

Escape from Shamshuipo Camp

Escape from Shamshuipo Camp January 1942 by Joyce Osmund Van Langenberg “Shit!”  swore aloud. “What kind of crap place is this?” He gazed in disgust at the devastation around him. In peacetime Shamshuipo Barracks provided amenable accommodation for thousands of men particularly from The 1st Battalion, the Middlesex Regiment. More comfortable than most barracks, it was […]

Escape from Shamshuipo Camp Read More »

Long March

The Long March by Joyce Van Langenberg A feverish excitement swept through Tung Cheong Terrace from building to building, floor to floor and balcony to balcony like a succession of waves that rolled in from the sea towards the shingled beaches. The atmosphere was euphoric filled with wild anticipation unlike the trauma of gth December 1941

Long March Read More »

Alex

Alex 25th December 1941 by Joyce Osmund Van Langenberg Christmas 1941 was one of the greyest and grimmest in Hong Kong’s history, distinctly lacking the flavour and frivolity of Christmases past. Streets and pavements were devoid of last minute shoppers as the spirit of Christmas dwindled to a dim memory now that the battle in

Alex Read More »

Hetty’s Story

Hetty’s Story by Joyce Osmund Van Langenberg The village of Homantin lay several miles northeast of Tsimshatsui in a stretch of rural land nestling within gentle hills. The Hakka farmers who lived there were content, the soil fertile and productive, their vegetable plots so symmetrical they looked like quilts spread out in the sunshine. Swathes of

Hetty’s Story Read More »

1
function special_tooltip_shortcode($atts) { // Default attributes $atts = shortcode_atts(array( 'keyword' => 'Test Tooltip', 'id' => '123', 'items' => '', ), $atts); // Escape output $keyword = esc_html($atts['keyword']); $id = (int) $atts['id']; // Clean items: remove empty lines $lines = preg_split('/\r\n|\r|\n/', $atts['items']); $clean_lines = array_filter(array_map('trim', $lines)); // Trim each line, remove empty $items = ''; foreach ($clean_lines as $line) { $items .= esc_html($line) . '
'; } // Fixed base URL $url = "https://www.macaneselibrary.org/macfams/priv/english/"; // Build output $output = "
{$keyword} #{$id}
{$keyword} #{$id} {$items} Details are in the private website: Already logged in?
Register or login?
"; return $output; } add_shortcode('specialtooltip', 'special_tooltip_shortcode');