ADVERTISEMENT

How to avoid being holidazed

Here are five holiday hacks you can do right now to reduce stress

Published Sep 24, 2023 03:17 am

At A Glance

  • You can categorize your shopping list either by recipient, location, or type of item making it easier for you to plan your shopping trips. 

By Jellyn Gueco

If you’re the kind of person who starts getting stressed out as soon as you hear Jose Mari Chan singing non-stop wherever you go, then you’re probably already breaking out in a cold sweat with the holidays just barely three months away. Every year, you keep telling yourself that you’re not going to get yourself worked up this time, but somehow, you still end up panicked and exhausted.

Well, not this year! Here are five practical (and realistic) hacks you can start doing right now to make sure you enjoy the festivities to the fullest.

de clutter.jpg

Hack #1: Start decluttering before putting up decorations

Only in the Philippines do we get so excited about the holidays that we put up decorations months before Christmas! But before you take out your trees and parol, take the time to declutter and reorganize your home first. This will free up space for your decors and make them look more impressive.

But do you know that decluttering will not only free up space in your home? Studies have shown that decluttering your space can have an amazing impact on your mental wellbeing! It can help relieve anxiety, boost your mood, and give you mental clarity.

You can start decluttering by clearing up any visible clutter then proceed to the more hidden places. You can also do a room-by-room declutter every weekend. If you feel that the job is too big for you, consider decluttering for at least 15 minutes every day to kick off the process.


holiday plans.jpg

Hack #2: Finalize holiday plans ASAP

Remember last year when you spent months checking out party venues or looking for “Piso Fare” travel deals, only to end up staying home? Don’t let that happen again. Many of us follow the advice of planning early but most of the time, we procrastinate and fail to commit to a decision.

Sure, waiting for the best deals or prices can be tempting. But let’s be real, there are certain things like venue rentals and airfare that won’t magically get cheaper if you keep waiting. So, the secret to the best-laid plans is to finalize them as soon as possible.

If you’re traveling, choosing your destination early helps ensure that the rooms and flights are still available. You can select hotels that don’t require an advance payment if you’re worried about finances. If you’re planning a holiday party, booking a venue early on gives you the upper hand to negotiate a better price.


assign tasks.jpg

Hack #3: Assign tasks

to other people

Don’t go into Darna mode and try to accomplish everything on your own. This mindset is one of the major reasons you end up overwhelmed during the holidays. The obvious solution is to delegate tasks.

Create a checklist of tasks and assign each of them to family members or friends. By assigning these tasks early, there’s a less likely chance they’ll say no and you can make sure they have enough time to do what needs to be done.

Once you’ve assigned the task, make sure to check in with them every couple of weeks to see if they’re able to get it done. Don’t hesitate to reassign tasks if you feel that someone is not capable of doing it.


schedule shopping.jpg

Hack #4: Schedule your holiday shopping in batches

You have made a list and you have checked it twice but that’s not enough to reduce the stress of holiday shopping. Just the thought of getting all your holiday shopping done in one go can be terrifying.

You can categorize your shopping list either by recipient, location, or type of item making it easier for you to plan your shopping trips. For instance, if you’re starting your shopping in October, week 1 can be for friends, week 2 for work colleagues, week 3 for children, and so on. This will save you a lot of time and effort because you only need to go to certain stores for each category.

Another advantage of shopping in batches is that it allows you to better manage your holiday budget. Unlike when you shop for everything all at once, you can spread out your expenses over several weeks.


self care.jpg

Hack #5: Always practice self-care

Just because you’re saving up for an expensive gift for your partner or you’re trying to make sure you have enough cash for your December Tokyo trip doesn’t mean you should forget all about self-care.

Self-care does not need to be expensive. It can be as simple as getting a pedicure, watching a few episodes of your favorite K-drama, or having your favorite dessert.

The holidays can be exhausting physically, mentally, and emotionally so make sure to take some time for yourself and indulge in activities that help restore your energy levels.

Related Tags

Philippine Panorama Jellyn Gueco
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.