/** * WIDGET component. * * @package Astra Builder * @link https://www.brainstormforce.com * @since Astra 3.0.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } define( 'ASTRA_BUILDER_HEADER_WIDGET_DIR', ASTRA_THEME_DIR . 'inc/builder/type/header/widget' ); define( 'ASTRA_BUILDER_HEADER_WIDGET_URI', ASTRA_THEME_URI . 'inc/builder/type/header/widget' ); /** * Heading Initial Setup * * @since 3.0.0 */ class Astra_Header_Widget_Component { /** * Constructor function that initializes required actions and hooks */ public function __construct() { // @codingStandardsIgnoreStart WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require_once ASTRA_BUILDER_HEADER_WIDGET_DIR . '/class-astra-header-widget-component-loader.php'; // Include front end files. if ( ! is_admin() || Astra_Builder_Customizer::astra_collect_customizer_builder_data() ) { require_once ASTRA_BUILDER_HEADER_WIDGET_DIR . '/dynamic-css/dynamic.css.php'; } // @codingStandardsIgnoreEnd WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound } } /** * Kicking this off by creating an object. */ new Astra_Header_Widget_Component(); KathyJoseph, Author at Kathy Loves Physics

KathyJoseph

Misconceptions in Deriving the Poynting Vector: History and Physics

Before I get started, I feel that I should warn you that this video is VERY fast and dense with high level physics. I basically go through the physics as if you were students in an advanced physics course on Electricity and Magnetism at an elite university. I am not saying that to discourage anyone […]

Misconceptions in Deriving the Poynting Vector: History and Physics Read More »

The (Shocking) History & Physics of Electric Transformers

History of electric transformers from Faraday through Lenz, Sturgeon, Callan, Ruhmkorff, Gaulard, Westinghouse and more (with a description of what Tesla did and didn’t do in the evolution of electricity). Hello, my name is Kathy Joseph and I have done a lot of original research from 1800s papers, magazines, patents, and books to tell you

The (Shocking) History & Physics of Electric Transformers Read More »

Quaternions Are Amazing and So Was William Rowan Hamilton (their creator)

A Biography and Description of Couplets, Quaternions and the life of Hamilton Before I get into quaternions and William Rowan Hamilton and why I think both are amazing, I would like to take a couple of minutes to go over why I ended up making this video. This video started because I was working on

Quaternions Are Amazing and So Was William Rowan Hamilton (their creator) Read More »