Hong Kong

Stanley Cemetery

Roll of Honour, Stanley Military Cemetery, Hong Kong Many of those who died in the defence of Hong Kong in December 1941 are buried in Stanley Military Cemetery and recorded in the Roll of Honour. I have extracted the names of those whom I could identify as Macanese from that list. (In this I was […]

Stanley Cemetery Read More »

HK Almanacks Portuguese

Hong Kong Almanacks – List of Portuguese The 1846 and 1850 Hong Kong Almanacks show the names of hundreds of Portuguese and their occupations. These were extracted and listed here, with attempted matches to individuals in the database. Where possible, links have been made so that clicking on a name or an ID number will

HK Almanacks Portuguese Read More »

Shrinking Community

Shrinking community still has big role to play in HK Sir Roger Lobo’s outstanding public service and private career stand out Jason Wordie Thursday June 10 1993 Sir Roger Lobo has surely carved a niche for himself in this corner of the world, and stands out as one of the many Portuguese who have made a

Shrinking Community Read More »

True Citizens

Who are the true citizens? Extract from Hong Kong by Harold Ingrams London, Her Majesty’s Stationery Office, 1952, pp 249-251 We cannot however look in these communities for 100% citizens of Hong Kong, nor shall we find them among the British expatriates. There are some British families settled in Hong Kong, but Britain is still

True Citizens Read More »

Unexampled Calamity

‘An Unexampled Calamity’ The Hong Kong Plague of 1894 by Stuart Braga Article originally published in Casa de Macau Australia Bulletin ‘Without exaggeration I may assert that so far as trade and commerce are concerned the plague has assumed the importance of an unexampled calamity. So stated the dispatch of the Governor of Hong Kong,

Unexampled Calamity Read More »

The Past Master

The Past Master The good, the bad and the infamous by Jason Wordie [Source unknown, but possibly The South China Morning Post, Hong Kong, 2010] Hong Kong’s Legislative Council is often criticised as being an ineffectual “talk shop”. While few would disagree entirely with that, it is a distinct improvement on times past when Hansard issues

The Past Master 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');