Articles

Words and Phrases

Words and Phrases by Frederic A. “Jim” Silva This is an edited compilation of material almost entirely from articles by Frederic A. “Jim” Silva published in the UMA Bulletin. Sounds of the words and phrases, recorded by Maria de Carvalho e Rego Machado Marques have been added. There are minor differences between the pronunciations and spellings here and those […]

Words and Phrases Read More »

Hero’s Tale Retold

Lt Augusto Maria Xavier USMC A Hero’s Tale Retold A decorated Macanese hero of the Vietnam war. by Armando (Pinky) da Silva Lt Augusto “Gussie” Xavier USMC lost his life in Vietnam in March 1966 leading a flight of four A-4 Skyhawk fighter-bombers while assisting a beleaguered US Special Forces (“Green Berets”) base camp. He was

Hero’s Tale Retold Read More »

Triumph and Tribulation

MACAU: TRIUMPH AND TRIBULATION by Stuart Braga Written at the request of Ed Rozario, President of the Casa de Macau Australia, this series of six essays outlines several aspects of the turbulent history of Macau over a period of four centuries. They were first published in ‘Casa Down Under’ the newsletter of the Casa de

Triumph and Tribulation Read More »

Great Days

The great days of Macau 1557-1640 by Stuart Braga First published in the Casa de Macau (Australia) Bulletin The first Portuguese attempts to trade with China in the early 16th century ended in disaster when an embassy was despatched to the Imperial Court at Peking, led by Tomé Pires whose book Suma Oriental was an important reference

Great Days Read More »

Guia

Guia – fortress, chapel and lighthouse by Stuart Braga Macau in 1835. This picture appeared in Anders Ljungstedt’s book. The three hills are Guia on the right, Monte Fort in the centre and Penha on the left. More than 300 years ago as mariners approached Macau the first glimpse they had of this tiny European

Guia Read More »

Great Typhoon

The great typhoon of 1874 by Stuart Braga Edited version of an article published in the Casa Down Under Newsletter, vol 20 Issue 4, Sept 2008 A grande calamidade. So begins the report of the session of the Leal Senado (the Macau Council) of 29 September 1874, quoted by the prolific Macau historian, Father Manuel Teixeira 1 . Writing in

Great Typhoon Read More »

Governor from Hell

The Governor from Hell Dom Sebastião Lobo da Silveira, Governor of Macau, 1638-1644 by Stuart Braga Edited version of an article first published in the Australian Casa de Macau Newsletter If you thought our political leaders leave something to desired, then think again. Quite apart from the appalling dictators of 20th-century Europe and the cruel tyrants of

Governor from Hell 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');