ADVERTISEMENT

Jagged Little Pill nostalgia for Filipino concertgoers

Alanis Morissette in Manila

Published Aug 7, 2023 12:45 am

The 1990s generation was a sight to behold at the Alanis Morissette 2023 World Tour at the Mall of Asia Arena on Aug. 2. These Millennials were in high school and college when the Jagged Little Pill album was released 25 years ago. The crowd were singing their hearts out with the 38th Grammy Awards Album of The Year and Best Rock Album (Jagged Little Pill) and Best Female Rock Performance and Best Rock Song (“You Oughta Know”) Canadian-born singer. 

 

Ice Seguerra and Alanis Morissette.JPG
Ice Seguerra and Alanis Morissette


Exactly before 8 p.m., Ice Seguerra opened the concert calling the audience, “Batang ’90s” with his popular rendition of “Pagdating ng Panahon” and ended the front act with Eraserheads’ “Huling El Bimbo,” which was apt for the crowd as they got ready for the 49-year-old alternative rock singer.


A video was played showing the journey of Alanis with different people worldwide singing her songs. Her first song was “All I Really Want” and when she played the harmonica, the crowd went crazy. 


Wearing a light yellow shirt and rubber shoes, Alanis walked left to right onstage singing “Hand in my Pocket” to her fans. The popular song had many contradicting emotions: “I’m broke, but I’m happy / I’m poor, but I’m kind / I’m short, but I’m healthy, yeah / I’m high, but I’m grounded / I’m sane, but I’m overwhelmed / I’m lost, but I’m hopeful, baby.” She wrote the song with album producer Glen Ballard in 15 minutes while chronicling her different emotions.


In “You Learn,” she stood at the center of the stage, making others feel that this was the mission statement song of her generation—everything is a learning experience. The album title Jagged Little Pill came from the lyrics, “Swallow it down, what a jagged little pill!”
 

“Mary Jane” shows Alanis’ vocal high range in this slow song about self-care and empathy to her female admirers. “What’s the matter Mary Jane? / You had a hard day /As you place the ‘Don’t disturb’ sign on the door / You lost your place in line again, what a pity / You never seem to wanna dance anymore.” The vulnerability of the artist was heard in the 20,000 seating capacity of the venue.

 

365089618_820210336140800_4847135317259311393_n.jpg
Alanis honoring Foo Fighters drummer Taylor Hawkins. Photo from Manila Concert Scene Facebook Page


 

After “Reasons I Drink,” “Head Over Feet,” “Ablaze,” “Perfect,” “Wake Up,” and “Not A Doctor,” the crowd went wild when Alanis’ biggest hit, “Ironic” took its turn on the concert stage. During the 18-month world tour after the album release in 1995, Taylor Hawkins was the drummer before he joined the Foo Fighters. At the end of “Ironic,” a tribute to Taylor was flashed onscreen.  
 

Alanis was full of energy, spinning like a turumpo (toy top) non-stop, and continuing with “Smiling” from the album, Such Pretty Forks in the Roads.
 

“You Oughta Know” was a blast with the audience angrily shouting while singing, “And I’m here, to remind you / Of the mess you left when you went away / It’s not fair, to deny me /
Of the cross I bear that you gave to me / You, you, you oughta know.” This song boosted Alanis to international stardom.
 

The encore was “Your House,” “Uninvited,” and “Thank U.” “Uninvited” was from the soundtrack of the film City of Angels (1998) starring Nicolas Cage. “Thank U” was written after her soul-searching trip from India. 
 

Onstage, Alanis was not the type of person who would chitchat with or explain to the audience. The only thing we heard from her after singing was “Thank you so much.” The three-time MTV Video Music Awards winner simply said, “We’re so happy we’ve finally come back. We love you, Manila, so much.” 
 

For the last number “Thank U,” netizens’ message of gratitude were flashed onscreen. “This song is for you,” she continued.
Jagged Little Pill sold 33 million copies worldwide. We started listening to Alanis when her albums were in cassette tapes and then compact discs. And all the crowd at the MOA Arena also said, “Thank you, Alanis, for rekindling the teenage memories and nostalgia of the ’90s generation. Rock on!”
 

Related Tags

Alanis Morissette Arts and Culture
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.