ADVERTISEMENT

Every little girl's dream

Published May 25, 2018 12:05 am
By Kerry Tinga THE PRINCE AND THE PRINCESS Harry and Meghan kiss outside St. George's Chapel, appearing to the public for the first time as the Duke and Duchess of Sussex. (Reuters) THE PRINCE AND THE PRINCESS Harry and Meghan kiss outside St. George's Chapel, appearing to the public for the first time as the Duke and Duchess of Sussex. (Reuters) The Union Jack was hanging above me along Regent Street, in Covent Garden, and just about any major road in London (and I assume all around the United Kingdom), all in celebration of the upcoming wedding between everybody’s favorite royal in terms of who we would like to grab a pint with, Prince Harry the rapscallion, and the American actress Meghan Markle from Suits. My main interest in the discussion in anticipation of the wedding day were the ones that surrounded who designed her not one, but two wedding gowns—Givenchy and Stella McCartney, if you still have not heard. For months there were news alerts on my phone about her family that seemed to cause more and more mischief as the day approached, taking over the headlines across all the tabloid papers that littered the tube lines. It was nice, in a way, to have this grand party that everybody seemed to know something of to get our mind off the serious things in life. When I wake up and check my phone I am bombarded by news headlines of corruption from East to West, of tragedies striking the biggest cities and the smallest towns, of political intervention in the world of business, so overwhelming so early in the morning. I have not even had my first cup of coffee yet and so am not ready to start reading such serious news, instead scrolling through to photographs of the preparation of the royal wedding, who is designing the dress, who is attending, who is performing. If romantic comedies have taught me anything, is that there is nothing that can bring people together like a wedding. I do not just mean the bride and groom, that is a given, but a whole family like in My Big Fat Greek Wedding, or two strangers who fall in love like in Four Weddings and a Funeral or 27 Dresses, or two old lovers who seek to reconnect like in Mamma Mia. There are dozens and dozens of mixed reviewed but wholeheartedly loved films, and wedding specials of television shows to increase ratings that keep reminding us of the power of a wedding, literally a celebration of people and of love, something we really need nowadays. This weekend we had just that. Through the power of television and the internet, the whole world was able to be a part of Prince Harry and Meghan Markle’s celebration. And yet, this royal wedding was the one we needed in our time, more than Kate and Will or even Charles and Diana. Nobody would disagree if I were to say that Meghan Markle is not polished, at least not in the way Kate Middleton is perfectly poised in every candid photo; indeed, the mischief her family has made for her in the past few months shows that she is not from a family we would often see in The Crown, but she is more relatable than anybody else who has held a royal title because of that. While Disney may have sought to show their progressive side by giving us the first African-American princess back in 2009 with Tiana from The Princess and the Frog, that was still only in the movies and in life few little girls who dreamt of being a princess but did not look like one in a conventional sense actually believed they could. While most of us who did dream of being a princess later on grew up a bit to have different goals, to be a doctor or a lawyer or a politician, it is still one of the first dreams little girls have for their future. It represents and means so much now, after this royal wedding, that every little girl’s dream can come true. Just a few hours before the wedding, it was announced that Prince Harry and Meghan Markle would be given the official titles of Duke and Duchess of Sussex. There has only been one previous holder of the title, all the way back in 1801. Pierre Augustus Frederick, Duke of Sussex, a son of George III and Queen Charlotte. At the time, he was apparently not a popular man in the King’s court because of his views supporting the abolition of slavery, the removal of legal restrictions placed on Jews and dissidents, and other such progressive and radical political reforms. When he died, he asked that his remains should not be placed with the rest of his family at Windsor, choosing instead to be buried in a public cemetery, forever being one of the people. There may have been comparisons with Kate and Diana, since she too was a commoner, or even with Princess Grace Kelly of Monaco, because of their shared background in entertainment. But those comparisons, in my opinion, do not work because there is something different this time. While the royal wedding was something we all turned on just to get away from the complexities of reality nowadays, to watch something as simple as a Prince and a Princess like one of those Disney movies we had on VHS when we were younger, it had subtle marks of progress and reform that inform our time. Whether or not you like Meghan Markle, she is the Princess we definitely needed to have. She was without privilege or any classic markings of a Princess, not even that large a name on the small screen. In time, she can hopefully prove herself in this new role and be a role model for every girl that is outside a cookie cutter mold, which is in fact most of us.
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.