Publications

Authors T-Z

Authors T-Z Jeremy Tambling, Walking Macao, Reading the Baroque Pe. Manuel Teixeira Galeria de Macaenses Ilustres do Século XIXToponímia de Macau Vol I & IITemplo Chinês da Barra Má-Kok-MiuThe Japanese in MacauVicente Nicolau de MesquitaPedro Nolasco da SilvaAntónio Alexandrino de Melo, Barão de CercalAntónio Joaquim BastosGeorge ChinneryMacau e Sua Diocese Macau Vol II Bispos e […]

Authors T-Z Read More »

Authors S

Authors S Luis Andrade de Sa Portugueses em Hong Kong José “Adé dos Santos Ferreira Camões Grandi da NacãoDoci Papiacam de MacauLuz de NatalNatal – Amor, Paz, AlegriaNatal CristamPapia Cristam di Macau – Epítome de Gramática Comparade e VocabulárioPoémia di Macau (Poesia e Prosa) Leonor Diaz de Seabra Slavery, concubinage and marriage in Macau: 16th-18th

Authors S Read More »

Authors N-O

Authors N-O Maria Ng Pilgrimages: Memories of Colonial Macau and Hong Kong Marcel Nishiyama A study of the church of St. Paul in Macao and the transformation of Portuguese architecture César Guillén Nuñez Macao’s Church of Saint Paul: A Glimmer of the Baroque in China Harry Ore Macao Lullaby Anne Ozorio From Macau through China

Authors N-O Read More »

Authors L

Authors L Andrew Ljungstedt An Historical Sketch of the Portuguese Settlements in China Louis Lo Walking Macao, Reading the Baroque António Vicente “Tony” Lopes Receitas da Cozinha Macaense João M Loureiro Macau Antique Postcards Carlos Lubeck Autobiography Back to Index

Authors L Read More »

Authors H-I

Authors H-I Susanna Hoe The Private Life of Old Hong Kong. Western Women in the British Colony 1841-1941 Rebecca Hsu Gas Cookery Book M Huang Sons of La Salle Everyone : a History of La Salle College and Primary School, 1932-2007 Robin Hutcheon Chinnery: the man and the legend Harold Ingrams Who are the true

Authors H-I Read More »

Authors G

Authors G Eddie Gosano Eddie Gosano — Hong Kong Farewell . Read Extract José  “Zinho” Gosano The Life and Times of Father José “Zinho” Gosano – Memoirs of a sportsman, soldier, prisoner-of-war and priest LG “Luigi” Gosano Autograph book Peter Grills Familia Ribeiro Cesar Guillen-Nunez Macau José de Aquino Guimarães e Freitas Memoria sobre Macao Coimbra, na Real Imprensa

Authors G Read More »

Authors D-F

Authors D-F Annabel Doling Macau on a Plate Nuno Loureiro d’Eça Adeus Macau GB Endacott History of Hong Kong Les Fisher I Will Remember – Recollections and Reflections on Hong Kong 1941 to 1945 – Internment and Freedom Jorge Forjaz Familias Macaenses Vols I-III Familias Macaenses Vols I-VI, ISBN 978-99965-886-1-7 Albergue SCM e Bambu –

Authors D-F Read More »

Authors C

Authors-C Melania Dawn Cannon Experience, Memory and the Construction of the Past: Remembering Macau 1941-1945 Catherine S Chan ‘Empire’ Drifters: The Macanese in British Hong Kong, 1841-1941 PhD Thesis, University of Bristol, July 2019 John Clemens Discovering Macau Maria Helena do Carmo Mercadores do ópio  (Traders in Opium) Austin Coates Macao and the British A Macao

Authors C Read More »

Authors B

Authors-B J Dyer Ball Macao the Holy City Tony Banham Macao the Holy City Hong Kong War Diary Not the Slightest Chance: The Defence of Hong Kong, 1941 We Shall Suffer There: Hong Kong’s Defenders Imprisoned, 1942-45 FJ “Joe” Baptista Marciano Baptista FM “Meno” Baptista Consoada The Royal Hong Kong Regiment (The Volunteers) Goodbye to

Authors B Read More »

Authors A

Authors-A Ana Maria Amaro Três jogos populares de Macau – Chonca, Talu, Bafá    (Three popular games in Macau) Secret Recipes of Old Macau – Dr. Pitter’s Famous Tea and the Long-Forgotten Patrício’s Tea António de Andrade e Silva Eu Estive em Macau Durante a Guerra   (I was in Macau during the war) B de SF

Authors A 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');