ADVERTISEMENT

PFF goes deep into grassroots with family-based program - Gutierrez

Published Oct 14, 2024 09:30 am

At A Glance

  • The Philippine Football Federation (PFF) launched the Football Starts At Home (FSAH) as its newest flagship program that aims to complement the national teams at the grassroots level in the long haul.

The Philippine Football Federation (PFF) launched the Football Starts At Home (FSAH) as its newest flagship program that aims to complement the national teams at the grassroots level in the long haul.

f7ff2ec2-0d9c-4df9-9e7e-15758d82afe3.jfif
Philippine Football Federation president John Gutierrez brings the Football Starts At Home to Tagum City, one of 30 major cities and provinces that the grassroots program has reached.

“The PFF aims to produce young talents who are highly skilled ball masters,” John Gutierrez, who’ll mark his first year as PFF president next month. “With this foundation, these young talents will be ready for team activities and can be honed by coaches towards becoming competitive players who can eventually play for the national pool.”

Philippine football made a historic breakthrough when national women’s team, known as Filipinas, played in the FIFA Women’s World Cup last year in New Zealand, and years ago, the men’s squad, or the Azkals, made an impact in Southeast Asian play thus trumpeting the country as a football force in the region and in the world.

Yet the long haul tops Gutierrez’s totem pole of priorities with emphasis on the grassroots—specifically the Filipino family.

“It all starts at home, with the family, Dad and Mom encouraging the kids to do football,” Gutierrez said. “Fast forward and we have a mass base of potential talent ripe for the national team program.”

The PFF extensively launched the FSAH nationwide and covered at least 30 major cities and provinces starting in Bukidnon in June and General Santos City and Maguindanao only last October 10.

Gutierrez, along with PFF Head of Grassroots Dave Abellana and FSAH founder Tom Byer are meticulously aiming to bring the program to all the 35 regional football association (FA) members of the federation by the year’s end.

“It’s my mission to touch base with all 35 regional FAs and so far, we are 24 and counting,” said Gutierrez, who before being elected president of the PFF, owned the Pachanga Football Clun and a staunch executive of the Bukidnon Football Association.

The FSAH, Gutuierrez said, introduces children to the basics of ball manipulation skills through their first coaches—their parents.

“FSAH will help bridge the gap between the best and the less developed by enhancing

one’s physical, emotional, social and cognitive skills, even before they are able to join on

team games,” he said.

The PFF, Gutierrez explained, aims to produce young talents who are highly skilled ball masters. “With this foundation, these young talents will be ready for team activities and can be honed by coaches towards becoming competitive players who can eventually play for the national pool,” he said.

“As young as two or three years old, it’s important that kids learn to fall in love with the ball before they join in organized football,” Gutierrez said.

Specifics about the FSAH are available at footballstartsathomeph.com.

The FSAH launched in Bukidnon, Cagayan de Oro, Cebu, Tarlac and Quezon City in June; Camarines Norte, Lucena City, Barotac Nuevo, Victorias City, San Carlos City, Dumaguete City, Zamboanga City, Pagadian City, Dipolog City, Oroquieta City, Agusan del Sur, Butuan City and Siargao in July; and Laguna, Mindoro, Naga City, Masbate, Leyte, Surigao, Golden Davao, Tagum City, Davao City, Sultan Kudarat, M'lang, Maguindanao and General Santos City in October.

Related Tags

PFF
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.