Biographies

Lubeck Autobiography

AUTOBIOGRAPHY OF CARLOS BORROMEU LUBECK It is just over 20 years since we left China and came to this hospitable country, the United States of America. I do not have anything of value to leave behind, but there is one thing I can give you. It is the record of our family antecedents, which I […]

Lubeck Autobiography Read More »

Familia Ribeiro

The Menezes family crest Família Ribeiro The family history and photobiography of Fernando and Maria Fernanda de Menezes Ribeiro Peter Grills Familia Ribeiro: The family history and photobiography of Fernando and Maria Fernanda de Menezes Ribeiro was originally published as a book. SBN 978 1 74027 488 3Copyright © text Peter Grills 2008First published 2008Prepared for the author

Familia Ribeiro Read More »

Zinho Gosano Autobio

THE LIFE AND TIMES OF FATHER JOSÉ “ZINHO” GOSANO First published in the UMA Bulletin Apr-Jun 2011 Vol 34 No 2 [Editor’s Note: A number of years ago the late Fr Zinho Gosano’s friend in New Zealand, a Father John Griffin, sent the UMA News Bulletin editor a floppy diskette containing an autobiographical narrative by Fr

Zinho Gosano Autobio Read More »

Macanese Entrepreneur

  A Macanese Entrepreneur by Daniel R Gomes   Originally published in the UMA News Bulletin Spring 2009 “Hovering” the mouse pointer over a Portuguese or Macaísta word will often show its English translation. Praia Grande During the 17th Century, Macau was the “Venice” of European trade with China, Japan and South East Asia. Here is a

Macanese Entrepreneur Read More »

Eddie Carvalho

Macau Grand Prix Originally published in the Macau Closer Magazine Nov 2012 (Original article by Suzanne Watkinson was updated in September 2013 by Nana giving more details.) Photos courtesy of Macau Grand Prix Museum This being the Diamond Jubilee of the Macau Grand Prix, I think it is appropriate to reflect on the first Grand

Eddie Carvalho 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');