ADVERTISEMENT

5 easy, fun snacks your kids will love

Published May 20, 2021 02:56 pm
artwork by Ariana Maralit

One thing that parents need help with all the time is how to come up with fun and easy-to-prepare snacks for the family. If adults get bored eating the same food almost every day, what more for children? Here are five reinvented snack ideas that the whole family will enjoy.

Cookies and cream pastillas

Don't we all just love this local favorite pastillas? Up the anté with another favorite, by adding Oreo cookies.

Ingredients:
7 cups fresh milk
1 1/3 cups granulated sugar
1 ¾ cups milk powder
1/3 cup unsalted butter
1 pack (133g) Oreo vanilla, coarsely chopped
¼ cup Oreo crumbs
1 cup white chocolate, melted

  1. Mix fresh milk and granulated sugar, and cook in saucepan over medium heat. Mix regularly until thickened.
  2. Add butter and milk powder, and mix until smooth.
  3. Transfer into a greased bowl. Add in the chopped Oreo Vanilla.
  4. Roll at least 1/3 inch thick. Cut into desired shape. Use cookie cutter or roll by hand.
  5. Drizzle with melted white chocolate and sprinkle with Oreo crumbs.

Colorful kamote and carrot fries

Everyone loves French fries, and here's another way to include more veggies in their diet. Why not try using a local favorite kamote (sweet potato) and carrots instead?

Ingredients:
1/2 kilo sweet potato (yellow, french fries cut)
1/2 kilo carrots (french fries cut)
1 pack of Aji-Ginisa Flavor Seasoning Mix, 7 grams
1 cup Dried Thyme as optional garnish, 3 grams

  1. Place cut kamote and carrots in a bow lwith Aji-Ginisa, and toss them well.
  2. Heat oil in a pan and fry vegetable strips in batches until golden brown.
  3. Drain excess oil by placing in a bowl with kitchen bowl.
  4. Transfer to a serving plate. Sprinkle with dried thyme for added flavoring.

Grilled cheese sandwich

A power-packed sandwich is always a good idea, even more when there's a lot of cheese in it. Eden Cheese just made it even better by adding another well-loved ingredient—bacon!

Ingredients:
2 slices of bread
2 slices of Eden Melt Sarap
3 strips of fried bacon
1 tbsp butter

  1. Stack both Eden Melt Sarap and fried bacon in the bread.
  2. Heat butter in pan until melted.
  3. Grill sandwich in the pan until golden brown.

Caramel crunch brownies

@forkspoonmanila

Brownies are always a staple and easy bake to prepare for the kids, but now that we have Australia's Violet Crumble available through Candy Corner, why not add some crunch into it?

Ingredients:
1/2 cup unsalted butter
1 cup caster sugar 
1/2 cup cacao powder (or drinking chocolate)
2 eggs 
1 tsp vanilla essence 
1 tsp baking powder
1 cup plain flour
1-2 Violet Crumble bars or Violet Crumble 180g bag

  1. Preheat oven at 180 degrees Celsius.
  2. In a small saucepan, Melt the butter on a medium heat in a small saucepan. When butter has melted, stir in the sugar, cacao, and vanilla essence.
  3. Remove from heat, and cool for five minutes. Then, transfer to a large mixing bowl.
  4. Add eggs and mix through thoroughly.
  5. Sift the flour and baking powder into the bowl.
  6. Use a whisk to mix thoroughly. Make sure that there are no big clumps of flour.
  7. Make sure to line a small, deep baking dish with baking paper. Then, pour mixture into the dish and spread.
  8. Crush Violet Crumble and sprinkle on top. 
  9. Bake for 15-20 minutes or until cooked. You can poke using a toothpick or fork or knife to check if it's ready. If it has sticky residue, then it's not yet cooked.
  10. Cut them into squares and enjoy!

    You can also order their ready-to-bake brownies mix over on candycorner.ph

Fruit ice popsicles

Worried about kids not having enough fruits and juice intake? Pure Nectar's kid-approved drink set comes in eight bottles of 300ml drinks. Plus, it also has free popsicle molds for you and your kids to have fun making ice popsicles with. A free thermal bag, upon delivery, keeps the drinks fresh, too!

Related Tags

motherhood snacks children parenting Oreo fun food candy corner brownies easy eden fruit juices pure nectar fries
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.