Anecdotes

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 »

FuneralStPaul

THE FUNERAL ST PAUL’S by Bernardino de Senna Fernandes (Riri) d’Assumpção Edited extract from an unpublished book of anecdotes The ruins of St Paul’s church in Macau are great tourist attraction today. It is not generally known that the church had been built mainly by Japanese Catholic refugees fleeing persecution in Japan and that 25

FuneralStPaul Read More »

CorpseAtCacilhasBeach

THE CORPSE AT CACILHAS BEACH by Bernardino de Senna Fernandes (Riri) d’Assumpção Edited extract from an unpublished book of anecdotes Cacilhas Beach and Praia Grande Beach – where my father’s and my maternal grandmother’s houses were situated – are no longer in existence today, obliterated by land reclaimed from the sea. Originally, however, these beaches

CorpseAtCacilhasBeach Read More »

Floorwalker

THE FLOORWALKER by Bernardino de Senna Fernandes (Riri) d’Assumpção Edited extract from an unpublished book of anecdotes China has some ancient customs which may appear odd to foreigners, but which they should respect. One unusual custom is to place an upside-down broom at the entrance of your house to put off an unwanted guest: its

Floorwalker Read More »

SealedSkeletons

THE SEALED SKELETONS by Bernardino de Senna Fernandes (Riri) d’Assumpção Edited extract from an unpublished book of anecdotes Some fifty years ago my grandmother decided to develop a large property in Macau, which her late husband had acquired many years before, part of a former huge estate stretching from the Leal Senado almost to the

SealedSkeletons Read More »

TootToot

TOOT-TOOT by Bernardino de Senna Fernandes (Riri) d’Assumpção Edited extract from an unpublished book of anecdotes (I hesitated to include it in this website, in fear that it might cause offence to people who suffer from stuttering, but decided to go ahead because the article does not ridicule but rather sympathises with them. – HA

TootToot Read More »

BurialAtSea

THE BURIAL AT SEA by Bernardino de Senna Fernandes (Riri) d’Assumpção Edited extract from an unpublished book of anecdotes According to my grandfather, his first trip to the Far East was quite uneventful until the warship reached the Indian Ocean. It was then that, probably because of the heat, a member of the crew suffered

BurialAtSea Read More »

Shroud

THE SHROUD by Bernardino de Senna Fernandes d’Assumpção Edited extract from an unpublished book of anecdotes The following is a well-known tale, probably told for generations among the Portuguese in Macau and Hongkong. In the olden days a doctor’s certificate of death could not be completely relied upon; to ensure that no one was buried

Shroud Read More »

Anecdotes-Articles

Anedotas Anecdotes Aqui apresentamos anedotas de Macau — algumas bem antigas, que foram transmitidas de geração em geração. Here we present anecdotes from Macau — some quite ancient, that were handed down from generation to generation. The Burial at Sea por Riri d’Assumpção (O Enterro no Mar – Uma história marítima de advertência) The Burial

Anecdotes-Articles 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');