ADVERTISEMENT

DICT, LGUs told to get e-Gov network up and running, pronto

Published Apr 1, 2026 02:16 am

At A Glance

  • Camarines Sur 5th district Rep. Migz Villafuerte is prodding the Department of Information and Communications Technology (DICT) to work immediately with local government units (LGUs) in finally implementing Republic Act (RA) No. 12254 or the E-Governance Act.
(Unsplash)
(Unsplash)


Camarines Sur 5th district Rep. Migz Villafuerte is prodding the Department of Information and Communications Technology (DICT) to work immediately with local government units (LGUs) in finally implementing Republic Act (RA) No. 12254 or the E-Governance Act.
Specifically, Villafuerte wants the DICT and LGUs to establish their respective electronic government or e-Gov platforms and then interlink these channels to the national digital network “to speed up the nationwide switch to more efficient and transparent—and even graft-free—transactions with the public".
The Bicolano pointed to the recent release of the implementing rules and regulations (IRR) of RA No. 12254 as catalyst for this action.
Villafuerte, chairman of the House Committee on Information and Communications Technology, said this development should clear the path for the DICT to engage local executives right away on developing or improving their e-Government platforms to accelerate our country’s digital transformation and ensure our people’s easy online access to government services.
“LGUs need to be on board the national e-Gov network at the soonest, given that this law’s newly-released IRR requires local governments, along with national government agencies and other state-run institutions, to adopt common digital standards, strengthen cybersecurity measures and re-engineer their processes for government services to be delivered online in a seamless, integrated, graft-free and citizen-centered manner,” he explained.
Villafuerte is a co-author of RA No. 12254, which requires all LGUs to put up their respective Electronic Local Government Unit (eLGU) portals or, in case they are not able to do so, to utilize the eLGU system developed by the DICT and its equivalent programs and systems.
Under the law LGUs that have existing digital portals or local governments that are able to put up their own platforms within a year of RA No.12254’s effectivity are mandated to be immediately connected by the DICT to the national e-Gov network.
The same law states that the eLGU software or equivalent, including its necessary infrastructure, shall likewise be provided by the DICT to the concerned local governments for the effective use of the eLGU system in unserved and underserved municipalities.
Villafuerte said the eLGU system provides for an Online Public Service Portal accessible through the Internet. This shall serve as a help desk where citizens can: (1) request for information and assistance on government frontline services and service procedures; and/or (2) report commendations, appreciation, complaints and feedback.
For purposes of interoperability, interconnection and harmonization, all existing systems or mechanisms, such as the 8888 Citizens' Complaint Center and government social media channels, that are maintained by government agencies and LGUs shall be integrated into the Online Public Service Portal, he said.
And to make sure that the public is served efficiently and expeditiously, he said the law requires all LGUs, along with NG agencies and offices, government-owned or -controlled corporations (GOCCs,) and government financial institutions (GFIs) to cooperate and coordinate with each other and with the Presidential Management Staff (PMS) to guarantee prompt action on the concerns or complaints sent to the Online Public Service Portal.
RA 12254 also requires all NGAs and LGUs to continuously and consistently enhance their respective websites and establish e-Bulletin Boards for efficient information dissemination. Such online sites must be interactive, well-designed, functional, mobile-friendly and with regular information or content updates.
Villafuerte says the law establishes an e-Government Interoperability Fund (EIF), as a special account in the general fund managed by the DICT for implementing government websites, including the eLGU system.
This special fund shall be sourced from donations and fees as well as Spectrum Users Fees, which now accrue to the Free Public Internet Access Fund (FPIAF) that was put up under RA No.10929, or the "Free Internet Access in Public Places Act.”
The EIF may be funded, too, via grants and loans from development and foreign partners, or through Public-Private Partnership (PPP) mechanisms.

Related Tags

E-Governance Act DICT LGUs Migz Villafuerte
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.