ADVERTISEMENT

A journey of 28 years

Published May 2, 2026 12:05 am  |  Updated May 1, 2026 04:49 pm
PAGBABAGO
I hope to be writing the first of ten fortnightly pieces by mid-September when I shall be turning 95. By then hope to be signing “30”. This, after 28 years of writing for this paper. It was Dr. Andrew Gonzales who was then Chairman of our Asian Institute of Journalism’s board of trustee and a vice-president of Manila Bulletin who encouraged me to write a column. I welcomed the opportunity as I was then a commissioner of the National Centennial Commission (NCC) which in 1998 celebrated the country’s 100th year. We were appointed by then President Fidel V. Ramos to implement a strategy prepared by the Executive Department. The Commission headed by then former Vice-President Salvador Laurel was tasked to oversee activities for the Centennial which included the refurbishing of historical sites, the preparation of an information and communication strategy, and the conduct of activities which focused on the life of Rizal and other heroes who fought for our freedom and independence. We held seminars and conferences in several regions of the country and engaged some of our local social scientists to update current historical research. Among our outputs were several books and publications.
My Bulletin columns over these past three decades covered a wide range of topics - from social, political, cultural, economic and international affairs, media and communication, education, governance, and the environment. Too, several pieces dealt with gender, children, the indigenous and other minority groups, within the sustainable development framework.  Among others, I examined the factors that had caused the wide divides between social groups, and possible solutions in closing these gaps. I have also monitored the continuing struggle of our democratic forces which tried to seek participation in the political, social and economic space of our highly stratified society. And the continuing deterioration of our democracy with the rise of populism.
The first title of this column for the first 15 years was “More to the Point.” When we were asked to shorten our titles, I decided on “Pagbabago” which I thought would reflect many of the concerns of our times.
Most of my pieces had dealt with change – a restructuring not only of our institutions but our mindsets, attitudes, and lifestyles as well. But I believe many would agree with me when I say that there has not been much change in these areas. We thought that EDSA People Power would have resulted in a genuine transformation but the change that we expected only lasted for a while. Over the years, we have experienced upheavals which could have led to authentic change in our values and behavior, but the change was cosmetic and superficial and lasted only for a while. The lesson that we have learned from these failures is to seek solutions that are sustainable. And this we expect to happen with enlightened leadership and human resources.
Having been one of the framers of our Constitution, I used my column to respond to several attempts to revise, or re-write the Charter as well as responding to queries on specific provisions. And supporting initiatives in access and free flow of information and the fight against disinformation.
We – members of my group and myself, have not given up. Nation-building we realize, does not happen overnight. Building trust and commitment requires patience, and fortitude. It is a much more difficult task in a country like ours with its geography and cultural diversity and weak governance. But as we have observed through experiences in other countries, we can overcome these weaknesses with an effective communication and educational system. Our advocacy in these areas have been consistent and we hope that we may be able to leapfrog from being a third world to a second world country in the next few years, and hopefully, a first world soon after. ([email protected])

Related Tags

PAGBABAGO DR. FLORANGEL ROSARIO BRAID
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.