Curated Video
Heptathlon
Heptathlon scoring involves converting distance, time or height measurements into a universal points system. The result? A complex scoring system that relies on algebra. Maths - Algebra A Twig Math Film. Reinforce and extend the learning...
Curated Video
Jim Thorpe for Kids | Bedtime History
Learn about the American athlete and Olympic gold medalist. Of the Sac and Fox Nation, Thorpe was the first Native American to win a gold medal for the United States in the Olympics.
Curated Video
The Complement System Song: How The Complement System Works
Do you know complex our complement system is? Check out "The Complement System Song" This song goes over the entire process from the complement system being made up of proteins that are mostly produced in the liver to helping antibodies...
Wonderscape
Queen Elizabeth II and the Royal Jubilees: Celebrating a Historic Reign
This video highlights Queen Elizabeth II's Royal Jubilees, from her Silver Jubilee in 1977 to the historic Platinum Jubilee in 2022. Explore the celebrations, challenges, and heartfelt messages that defined each milestone, reflecting the...
Wonderscape
Understanding the End of the American-Indian Wars
This video explores key events leading to the end of the American-Indian Wars, including the Treaty of Fort Laramie, the Battle of the Little Bighorn, and the Wounded Knee Massacre. It highlights how these events shaped the relationship...
Wonderscape
The War of the Worlds Panic and the Truth About Van Gogh's Ear
Discover how Orson Welles' 1938 "War of the Worlds" radio broadcast caused widespread panic, convincing many Americans of an alien invasion. Learn the real story behind Vincent van Gogh’s famous ear incident, exploring the myths and...
Wonderscape
History Myths: George Washington's Cherry Tree and Napoleon's Height
Uncover the truth behind popular historical myths, including George Washington's cherry tree story and his so-called wooden teeth. Learn how these legends were fabricated or exaggerated over time, and find out why Napoleon Bonaparte's...
Wonderscape
The Ancient Olympics: From Religious Ceremony to Legendary Games
This video delves into the origins of the Olympic Games in ancient Greece, which began in 776 BC as a religious ceremony to honor Zeus. It explores the events, the sacred truce, and the olive wreaths given to winners. The ancient games...
Wonderscape
Paul Revere’s Ride: Separating Fact from Fiction
This video explores the real story behind Paul Revere’s famous midnight ride, debunking myths popularized by Longfellow’s poem. Viewers learn that Revere wasn’t alone, didn’t shout “The British are coming,” and didn’t reach Concord....
Wonderscape
George Washington and the Cherry Tree: Myth or Fact?
This video uncovers the famous myth of George Washington and the cherry tree. Viewers learn how the story was added by Mason Locke Weems years after Washington’s death and why historians believe it’s untrue. The video explains the...
Wonderscape
The Events of Bloody Sunday in Selma
This video recounts the events of Bloody Sunday on March 7, 1965, when 600 peaceful marchers led by John Lewis attempted to cross the Edmund Pettus Bridge in Selma, Alabama. State troopers violently confronted the group, using tear gas...
Wonderscape
Alexander Graham Bell’s Journey to Inventing the Telephone
This video traces the key events leading up to Alexander Graham Bell’s invention of the telephone, from his move to North America to his partnership with Thomas Watson. Discover how Bell’s dedication to communication technology...
Curated Video
Operations on Events: Intersection and Union of the Events
By the end of this learning object, the student will be able to: Recognize the concept of intersection and union on the events.
Curated Video
Event Coordinator
Megan Joyner ’10 is the Associate Director of Scheduling and Events Services at Rollins College. Her career requires impeccable organization skills since it requires her to juggle several event requests at any given time.
Curated Video
Modern JavaScript from the Beginning - Second Edition - Under the Hood: Thread of Execution
In this video, you will learn about the thread of execution in JavaScript and how synchronous code execution works. We will see how JavaScript manages the stack, heap, and queue and how it executes code line by line. This clip is from...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Page Loading and Window Events
In this video, we will look at how to handle page loading and window events in JavaScript. You will learn how to use event listeners to detect when a page has finished loading and how to respond to window events such as resizing and...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Event Delegation and Multiple Events
In this video, you will learn about event delegation in JavaScript. We will explore how to use event delegation to handle events for multiple elements and how to register event listeners for different types of events. This clip is from...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Input Events
In this video, we will explore how to handle input events such as change, input, and submit in JavaScript. You will learn how to use event listeners to respond to input events and how to access input values and form data. This clip is...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Mouse Events
In this video, we will look at how to handle mouse events such as click, double-click, hover, and drag in JavaScript. You will learn how to use event listeners to respond to mouse events and perform actions based on them. This clip is...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Event Listeners
In this video, we will explore how to register event listeners to handle events in JavaScript. You will learn about different types of event listeners and how to attach them to HTML elements. This clip is from the chapter "Events" of the...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Manipulating Styles and Classes
This video covers how to manipulate CSS styles and classes in the DOM using JavaScript. It covers the style property and the classList property. This clip is from the chapter "DOM Manipulation" of the series "Modern JavaScript from the...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Remove Elements
This video covers how to remove an element from the DOM using JavaScript. It covers the removeChild() method. This clip is from the chapter "DOM Manipulation" of the series "Modern JavaScript from the Beginning".In this section, we will...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Section Introduction-Events
In this section, you will learn about events and how to handle them in JavaScript. We will look at different types of events and how to register event listeners to respond to them. This clip is from the chapter "Events" of the series...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - useCapture
This video dives into the concept of event capturing in JavaScript. You will learn about the useCapture parameter in the addEventListener method and how it affects the order in which event handlers are triggered during event propagation....