Authors J-K

Annabel Jackson

Cecília Jorge and Beltrão Coelho

Album Macau – People, Places and Experiences ISBN 972 9418 02 0, Livros do Oriente Macau, 1990 – A collection of historical photographs. In Portuguese and English

Album Macau 1844-1974 Fundacão Oriente, 1990 – A collection of historical photographs. Published in Portuguese and English versions

Album Macau – Memória da Cidade (Glimpses of the Past) Direcção dos Serviços de Turismo, Livros do Oriente, Macau – A collection of historical photographs. Published in Portuguese and English

Cecília Jorge

Macanese Cooking

Macanese, endangered species

Graça Pacheco Jorge

A Cozinha de Macau da Casa do Meu Avô   (Macanese Cooking of the home of my grandmother

António Pacheco Jorge da Silva

The Portuguese – An Outline History of their Origin and their Voyages of Discovery

The Portuguese Community in Hong Kong : an illustrated history, volume 1: 2007, volume 2: 2010 Conselho das Comunidades Macaenses and Instituto Internacional de Macau – These important books do much to record and celebrate the people who over several generations came from Macau to make a new life in the nearby British colony.The Portuguese Community in Shanghai : A Pictorial History

Diaspora Macaense to California

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