Portugal

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 »

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 »

OS VERDINHOS

OS VERDINHOS by Giovanni Pereira First published in the UMA News Bulletin under the pen-name “Caramba”  The fine wines of Portugal are unfortunately mostly unknown abroad, with a few exceptions like Port and the popular rosés like Mateus and Lancer. Yet this rugged handsome country produces some of the most unique and diverse varieties of

OS VERDINHOS Read More »

O VINHO DO PORTO

O VINHO DO PORTO by Giovanni Pereira First published in the UMA News Bulletin under the pen-name “Caramba” In 1997, the Wine Spectator, an important American publication, included two Ports amongst the Best Wines of the Year, namely the 1994 Vintage Ports of Taylor and of Fonseca. It is apt that an English House and

O VINHO DO PORTO Read More »

MOUNTAIN FIREWATER

MOUNTAIN FIREWATER by Giovanni Pereira First published in the UMA News Bulletin under the pen-name “Caramba” There is a spirit in the Algarve. It’s pure and crystal clear. No secret recipe, no additives and the Algarveans still know how to distill it in their own homes! It’s derived from the most characteristic shrub in the

MOUNTAIN FIREWATER Read More »

TERRA DE BACALHAU

TERRA DE BACALHAU Cod Country by Giovanni Pereira First published in the UMA News Bulletin under the pen-name “Caramba” The consumption of cod fish is deeply rooted in Portuguese gastronomic culture. This predilection goes back to the time of Os Descobrimentos Portugueses (Portuguese Discoveries in 15th Century) when fishermen ventured into the icy waters of

TERRA DE BACALHAU Read More »

Algarve

DINING IN THE ALGARVE by Giovanni Pereira First published in the UMA News Bulletin under the title Impressions of the Algarve Part II, with the pen-name “Caramba” “Muito bom dia” said the waitress, greeting us as we entered what was purported to be the best chicken piri-piri house in the Algarve, high up in the Monchique mountains,

Algarve 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');