ADVERTISEMENT

From head to foot

Published Apr 23, 2018 10:00 pm
 José Abeto  Zaide José Abeto Zaide By José Abeto Zaide   The French would just say, “Vive la difference!” But across the channel, the ERA may take a different turn. Besides tackling the issue, the British parliament has yet to give a verdict on the corporate practice that women wear high heels and dye their hair blonde. Nicola Thorpe, a part-time actress in between jobs, soon after started a petition to make required high heels illegal in company dress codes on the grounds of discrimination. It has since amassed 79,191 signatures and counting. Ms. Thorp said after she launched the petition that “dress codes should reflect society.” “Twenty years ago, women weren’t allowed to wear trousers in the same role that I’m doing now,” she said. “And it’s only because some women spoke up about that and said, ‘We feel like we have a right to wear trousers,’ that that’s changed.” Women may wear trousers, but men still wear the pants in the family. The College of Podiatry told the committee that women who wear high heels for long periods have “reduced balance, reduced ankle flexion, and weaker muscle power in the calf” and are prone to disabling pain. In London’s financial district on Monday, many workers felt that companies were entitled to impose dress codes but that mandatory high heels went too far. She says: “A lot of things are enforced, but high heels in particular because that can also be a health issue for people. I think that’s unnecessary,” said company director Penelope Mantzaris. He says: banker Dan Matthews said his company expected men to wear suits and ties “and I think that’s a fair request. So I suppose it’s fairly contradictory in a way, because in one respect I’m saying that we men should be required to wear a suit and tie but women shouldn’t wear high heels. But I think that’s just where the line happens to be at the moment.” But now the firm Portico released a statement updating their rules. The change comes after Simon Pratt, managing director of Portico, said he was committed to reviewing the uniform guidelines. What will the current high heels debate ultimately mean for employers? The resounding conclusion of the British parliamentary Joint Committee following its investigation into Nicola Thorpe’s online petition objecting to workplace requirements for high heels: “Are we really still in an age where dress codes in the workplace are sexist and operate to place woman at a disadvantage?” The press has focused on the sexual objectification of women through being asked to wear high heels, dye their hair blonde, or wear revealing clothes in the workplace. Whatever the specific complaint is, the message is clear: inequalities in dress codes are still a live issue. For some reason or another, this is believed to be good for corporate morale. The pressure is on the government to ensure that the protection offered by the Equality Act 2010 is available to employees in practice, and that employers are held accountable for any breaches of the law in a proportionate way. The findings of the Joint Committee are overwhelmingly that employers are happy to risk non-compliance due to the minimal consequences for doing so. However, the Joint Committee report recommendations require significant changes to the Equality Act 2010 which we believe are unlikely to happen solely due to pressure exerted from dress code legislation. Reductio ad absurdum, when no one is looking, the next thing that will happen is that the tansgenders will also take the initiate to wear high heels. Never mind the blonde hair. *** Rx: On my account about “Planting rice is never fun,” Dr. J. P. Ruffy gave feedback: “According to new British research using 3-D optical tracking equipment, the correct posture could protect gardeners and farmers from chronic injury and slash their risk of joint disease. Poor technique (a deep forward bed at the waist and fully extended arms) increases the load on the lower back by 50% and doubles the shoulder pressure. Over time, pressures on these regions contribute to chronic pain and raise the risk of injury and osteoarthritis (a degenerative joint disease that develops when the cartilege between joints breaks down). Bending knees is the better solution. This finding may be passed on to the Department of Agriculture and the Departmet of Health with the expectation that it will increase productivity and reduce infirmity.   FEEDBACK: [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; } }

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