ADVERTISEMENT

Manila's 'open door' policy based on belief that no Man is an island 

Published Oct 18, 2021 12:10 am
BATANG MAYNILA   Manila Mayor Isko Moreno Despite the pandemic, thousands of new businesses managed to open in Manila. In view of this, I congratulate Levi Facundo, chief of the city’s bureau of permits, for his efforts in generating new businesses to open in the city, thus resulting in more job opportunities specially for the residents of Manila.             According to a report forwarded to my office by Facundo, from the start of the year up to September, a total of 6,356 new businesses were registered in Manila.  During the same period last year, the number was at 4,501. I commend and congratulate him and his staff for a job well done.                 For the same period last year, the number of new businesses this year went up by about 45percent and this is in spite of the pandemic.                          This positive development we credit largely to having the ease of doing business firmly in place in the city.  This, in turn, has brought about the desired results, among them 8,455 jobs as per the report made by Fernan Bermejo, head of the public employment service office. We in Manila are of the belief that making the entire processes involved in opening new businesses a lot easier encourages traders to come to the city and when this happens, job opportunities are subsequently created.                                                 Clearly, the encouraging number of new businesses opening in Manila is a reflection of the trust and confidence that business owners bestow in our administration and for this, we in the city official are really thankful. The permits bureau met the marching orders I have given to all our heads of departments, bureaus and offices for them to really find ways to cushion the economic effects of the pandemic, so that Facundo came up with various programs to help businesses.                                                                                                  In Manila, getting a permit is swift through the EBOSS via Go!Manila App. The permits bureau created the program ‘Manila Support Local’ in order to help create awareness and supports mall businesses and that because of it, the city government was able to create more projects evolving local businesses. Meanwhile, I am proud to state that we in Manila city government, are all set to vaccinate our 12 – 17-year-old population.                                                                  In fact, I have already held a meeting with my indefatigable Vice Mayor, Honey Lacuna, who is supervising the city’s mass vaccination program along with Manila Health Department chief Dr. Arnold Pangan, regarding the preparations for the vaccination of the said age group.                      As of this writing, over 39,000 youngsters have already pre-registered and currently, the city government has 20,000 vaccines readily available for deployment to minors in addition to what the government will give for the purpose.  This means that 10,000 minors are already assured of   shots.                                            We are ready for vaccine deployment and are merely awaiting the go signal from the national government.   While the green light is yet to come, we urge parents and guardians of minors aged 12to 17 to pre-register their children or wards so that once the national government approves their vaccination, the said minors may already avail of the jabs and get the protection that the shots provide.                                                    All that the adults have to do is go to their records and click ‘add family’ and then enter the details of the minor member of the family. At the moment, we are also awaiting the arrival of the life-saving drugs we have ordered, particularly Tocilizumab, although about 2,000 vials of Remdesivir that we ordered months back are already with us. We have been giving said medicines to patients coming from all over the country as the city had been implementing ‘open policy’ since Day 1 of the pandemic, meaning we had opened our doors to non-Manilans when it came to all sorts of COVID-related services like vaccination, swab tests, hospitalization and much-needed medicines like Tocilizumab and Remdesivir. Our stocks are always fast depleting because we have been supplying Remdesivir and Tocilizumab to those who need them, whether or not they are from Manila.  When it comes to saving lives, we do not stick to boundaries or limit the help we can give to Manila residents alone.     I believe that we should help whenever we can in the same way that other cities are also likely to help Manila should we need it. We are all connected to one another. No man is an island. *** Gaya ng paulit-ulit  kong sinasabi, kailangan ko ang tulong ninyong lahat. Walang mag mamalasakit sa Maynila kundi tayo ding mga Batang Maynila. Manila, God first!                                                                  ***                                        For updates on latest developments in the city of Manila, please visit my Facebook account--- ‘Isko Moreno Domagoso.’       

Related Tags

Manila Mayor Isko Moreno Batang Maynila OPEN DOOR
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.