Correa

Sorry Treatment

The Sorry Treatment of our War Heroes By Anthony Correa First published in the Bulletin of the Lusitano Club (Hong Kong). Top row standing: Army Instructor, , , Luís Romano Sequeira, Charles Edward Mackintosh, Alfredo Silva, Army Instructor, , , Alfredo Soares, ?, , , Army Instructor. Middle row kneeling: , Paulo Reis Front row

Sorry Treatment Read More »

Dutch Attack

The Dutch Attack and Rout at Macau, 24 June 1622 by J. Bosco Correa This is an edited version of an article first published in the Bulletin of Casa de Macau (Australia). Philip III of Spain (Philip II of Portugal) In the early part of the 17th Century, Portugal had a great advantage in trade with

Dutch Attack Read More »

Fighting Lorchas

The Fighting Lorchas of Macau by J. Bosco Correa This is an edited version of an article first published in the Bulletin of Casa de Macau (Australia). The Lorcha, which was so much a part of Macau’s maritime scene and it’s rich history, is still commemorated today in Macau’s cuisine by one of it’s popular dishes

Fighting Lorchas Read More »

Frank Bio 1

Experiences of Frank Correa and Hetty Van Langenberg during World War II. FOREWORD It seems appropriate to mark our son Anthony’s  fortieth Birthday with this document which relates to his father’s experiences during the turbulent years of the Japanese occupation of Hong Kong in the Second World War. We all recall Frank often reminiscing about

Frank Bio 1 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');