Articles

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 »

Six Sacks

SEIS SACOS DE TERRA PORTUGUESA por Padre Manuel Teixeira SIX SACKS OF PORTUGUESE SOIL by Padre Manuel Teixeira [Este é um extracto de uma série de artigos em português sobre Macau durante a Segunda Guerra Mundial, escritos aparentemente pelo P. Manuel Teixeira no início dos anos 80.] [This is an extract, roughly translated, from a

Six Sacks Read More »

Pastimes

Pastimes by Frederic A. (Jim) da Silva Edited extract of an article, Times Past and Pastimes Some old childhood games of Hong Kong are now obsolete or forgotten, but some others remain – marbles, for instance. As children, we had different games involving marbles. There was the traditional game with marbles placed in a ring drawn in

Pastimes Read More »

The Macanese

The Macanese – A Legacy of Portugal in China by Frederic A. (Jim) Silva Edited talk given at the 2004 Encontro in Macau. Whoever said “East is East and West is West and never the twain shall meet” ” had obviously never met a Macanese, for in the Macanese there has been the perfect blending of

The Macanese Read More »

Peter the Cruel

Peter the Cruel by Frederic A. (Jim) Silva It must be flattering or else insulting to be a ruler of nations and men and then to have an added title bestowed for posterity by history. For instance, young King Alexander of Macedonia would probably be flattered by being labelled Alexander the Great. I am sure Suleiman the Magnificent, Peter

Peter the Cruel Read More »

PeroCovilha

The Spy who Never came back Pêro da Covilhã by Frederic (Jim) Silva In the true tales of high adventure the story of Marco Polo’s travels have been indelibly recorded in history. But few have ever heard of one Pêro da Covilhã. And yet Pêro da Covilhã’s travels and exploits can come a close second to

PeroCovilha Read More »

Portugal’s Flag

Portugal’s Flag by Frederic (Jim) Silva It is not all that surprising to find that a country as old as Portugal has had its flag much altered as circumstances changed. Today’s modern flag tells us a story of a past and a people. We can see something of Portugal’s origins and history, of early Kings

Portugal’s Flag 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');