Culture

Music-P

Música Existem apenas algumas peças musicais inteiramente atribuíveis a Macau, nomeadamente Macao Lullaby, uma antiga canção de embalar tradicional. Macao Lullaby: Um velho rima Macaense , algumas versões com letras picantes Ore, Harry, Music score Programa de Concerto por Ligia Pinto Ribeiro e o professor Harry Minério no Clube de Recreio, 6 de Maio de […]

Music-P Read More »

Filo di Quim

FILO DI QUIM Vôs qui nómi? Miguel de Senna Fernandes* O telefona toca. – Bô-tarde, Gege, por favor.- Vôs sâm quím?- António…- António, quim?- António Rosário…- Qual António Rosário?- António Procópio Menezes da Costa Salvaterra dos Passos Martins do Rosário!!- Cuza??- Pofa! “Boi-Preto” mé!- Ahhh…Vôs! … Pai tá bom?!- …!   O nome de um

Filo di Quim Read More »

Publications on genealogy

Publications on genealogy     Jorge Forjaz On this page are listed some relevant publications on the genealogy of Macanese families. Family tree information is contained in a  restricted site that contains 64,000 names of Macanese family members and their ancestors.  Login or register at macanesefamilies.org Familias Macaenses Vols I-III ISBN 972 9440 60-30 (FO) Fundação

Publications on genealogy Read More »

Talu

Talu by Jorge Remedios . The basic requirements are just two sticks: a “bat” about 18 inches long and a talu or peewee which is a wooden dowel about 1 inch in diameter and 3 to 5 inches long, sharpened at both ends. As in baseball, the members of one team take their turn as batters

Talu Read More »

Culture-Articles

Articles on Culture Os Macaenses (The Macanese), by Ivo Carneiro de Sousa.  Jornal da Tribuna de Macau. Historical background, cultural representations and functions, “Filo di quim?” by Miguel de Senna Fernandes.  A humourous and insightful article on nicknames (in Portuguese). On Macanese Nicknames by Jim Silva.– On our weird, humorous, witty and sometimes cruel nicknames,

Culture-Articles Read More »

Music-E

Music There are only a few pieces of music entirely attributable to Macau, notably Macau Lullaby, an old, traditional nursery rhyme. Macau Lullaby: An old Macanese nursery rhyme, some versions with bawdy lyrics Ore, Harry, Music score Programme of Concert by Ligia Pinto Ribeiro and Prof Harry Ore at Clube de Recreio, 6 May 1950

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