We use the phrase ‘video production’ a lot but what is video production, exactly? It could include a bunch of things, like entertainment, marketing, education and more. There are specific steps too, to get from an idea to a finished film. Let’s take a look at the meaning of video production. What is Video Production?… Continue reading What is Video Production? Meaning, Phases, & Types
Tag: Phases
Phases of the JavaScript Event Lifecycle
,When you work in JavaScript, events are a common occurrence. An event can be as simple as a hover, or click. When events happen, there are listeners to perform a desired functionality. With every event, the action propagates through the Document Object Model (DOM). The DOM has a tree structure, with siblings, children and parent… Continue reading Phases of the JavaScript Event Lifecycle