Macau

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 »

Border Gate

The Border Gate, or Portas do Cerco by Dr Stuart BragaOriginally published in the Casa de Macau Australia News Vol 28 Issue 3, July 2014Click on an image to see it in full size. The boundary between Macau and what is commonly called the Mainland is now defined by tall buildings and a well-organised border post, some 3

Border Gate 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 »

Skin of its Teeth

By the Skin of its Teeth by Stuart Braga Article originally published in Casa de Macau Bulletin The Portuguese authorities in Macau between September and December 1808 faced the most serious challenge to Portuguese rule since the Dutch attack in 1622. This time, a powerful British force landed and remained for three months, though, curiously,

Skin of its Teeth Read More »

SPaulo

SÃO PAULO by Henry d’Assumpção   Macau’s most famous landmark is the façade of the Church of the Mother of God (Madre de Deus), which is today commonly called São Paulo (St Paul’s church). It is all that is left of what was once the outstanding baroque structure of Eastern Asia. An earlier church was first

SPaulo Read More »

Miraculous Cross

THE MIRACULOUS CROSS by Bernardino de Senna Fernandes (Riri) d’Assumpção Edited extract from an unpublished book of anecdotes One of the old stories passed down from generation to generation in Macau was about a miraculous and mysterious cross; I have tried hard but failed to find any written references about it. The legend is that

Miraculous Cross 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');