Silva

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 »

The Macanese

The Macanese – A Legacy of Portugal in China by Frederic A. (Jim) Silva Edited talk given at the 2004 Encontro in Macau. Whoever said “East is East and West is West and never the twain shall meet” ” had obviously never met a Macanese, for in the Macanese there has been the perfect blending of

The Macanese Read More »

Peter the Cruel

Peter the Cruel by Frederic A. (Jim) Silva It must be flattering or else insulting to be a ruler of nations and men and then to have an added title bestowed for posterity by history. For instance, young King Alexander of Macedonia would probably be flattered by being labelled Alexander the Great. I am sure Suleiman the Magnificent, Peter

Peter the Cruel Read More »

PeroCovilha

The Spy who Never came back Pêro da Covilhã by Frederic (Jim) Silva In the true tales of high adventure the story of Marco Polo’s travels have been indelibly recorded in history. But few have ever heard of one Pêro da Covilhã. And yet Pêro da Covilhã’s travels and exploits can come a close second to

PeroCovilha 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 »

Minchi an Odyssey

Minchi: An Odyssey by Armando (Pinky) da Silva (An edited version of an article originally published in the UMA Newsletter) The odyssey of minchi starts with Kheema, the term used by many Indians for finely minced meat usually of goat and lamb. When Portuguese seafarers arrived in India in 1498 they wanted to affirm and

Minchi an Odyssey 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');