ADVERTISEMENT

Don't let the heat spoil your summer, keep cool

Published Mar 27, 2018 12:05 am
By Eduardo Gonzales, MD 3 Our children love to frolic in the beach during summer, but I am always worried when they’re out in the sun because the hot weather might get to them and make them ill. What are the illnesses that can be brought about by summer heat? How can we prevent them? [email protected] Summer is indeed the time to frolic in the beach and have all sorts of outdoor fun, but it is also the time when the sun is at its brightest and the environmental temperature at its hottest, which can give rise to serious and potentially fatal illnesses. In any case, don’t let the summer heat stop your kids from having fun, just take precautions so their health is not compromised. Common benign conditions during summer The most common acute conditions caused by exposure to summer sun are sunburn and prickly heat (bungang araw). Sunburns, even when mild, can be very painful. They can also cause fever, stomach upset, malaise, and prostration. Severe sunburn, on the other hand, can give rise to blisters that can get infected. Prickly heat, on the other hand, is characterized by itchy skin rashes that occur when the sweat glands get obstructed and sweat is trapped. For sunburns and prickly heats, cooling and soothing wet dressings are often helpful. So are calamine and starch lotions, but greasy substances should not be applied. Serious disorders associated with summer heat The serious and potentially fatal heat-related disordersprevalent during the summer months form a continuum. From the mildest to the most severe, they consist of heat syncope, heat cramps, heat exhaustion, and heat stroke. The underlying cause of these conditions is dehydration and electrolytes deletion because of excessive sweating. Heat syncope is characterized by transient loss of consciousness while heat cramps is characterized by muscle spasms. In both conditions, sweating is profuse, the skin is moist, the pulse is weak and the person may be nauseated. People suffering fromheat syncope or heat cramps should be transferred to a cool environment and given lots of fluids. In case of cramp, the cramped muscle should be gently stretched and massaged. The signs and symptoms of heat exhaustion, on the other hand, includeslight to moderate fever, increased pulse rate, cold, pale and clammyskin, thirst, dizziness, headache, nausea and vomiting, anxiousness, incoherence, and disorientation and fainting. If untreated, heat exhaustion results in heat stroke, a life-threatening emergency that is marked by a very high body temperature (41oC or higher), rapid and shallow breathing, dry red skin, rapid pulse, and mental disturbances such as confusion and unconsciousness or coma. Persons suffering from heat exhaustion and heat stroke are best treated in the hospital. First aid measures on the way to the hospital include cooling of the skin by spraying with water or by applying cold compresses or ice packs on the neck, wrists, ankles, and armpits. The person can be made to sip water slowly, about a glass per 15 minutes, up to a three to four glasses, but this should be stopped if vomiting occurs. How to keep cool            To prevent heat-related disorders, keep cool. Here are some measures that should keep you and your family cool:
  • Avoid the sun between 10 a.m. and 2 p.m. when it is hottest. Confine your swimming and other outdoor activities to the early morning and late afternoon hours. Likewise, avoid being under the sun for long stretches.
  • When venturing outdoors, “slip a shirt and slap a hat.” Clothing and hats offer the best protection against the sun. Wearloose, cool and light colored clothing.
  • Apply sunscreen cream or lotion liberally when you go out in the sun.
  • Drink plenty of fluids. Take two to four glasses of fluids (water is best) per hour. Don’t drink alcohol, or beverages that contain large amounts of sugar—these actually cause you to lose more body fluid. Also, avoid very cold drinks, because they can cause stomach cramps. If you sweat too much, sports beverages could be taken instead of plain water.
  • Never leave children or animals in parked cars.The sun can make car interiors unbearably hot.
  Email inquiries on health matters to: [email protected]
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; } }

{{ static_articles_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.