Coach Dan Blewett
Find the Student Athlete Questionnaire: College Baseball & Softball Recruiting Process
Find student athlete questionnaires on college baseball and softball websites in just 30 quick seconds. Part of the college recruiting process is emailing schools and providing them with updated personal information, and the...
Curated Video
Creating an Interactive Test Using PowerPoint
In this tutorial, I show you step by step from scratch how to create an interactive PowerPoint quiz, which takes on the theme of a mobile text messaging app, complete with text messages, responses, sound effects, links and more.
Curated Video
Create a Fortnite Themed PowerPoint Template
This tutorial demonstrates how to create a custom theme in PowerPoint inspired by the popular computer game Fortnite. It covers topics such as creating and manipulating shapes, layering them correctly, cropping shapes, and using the...
Tarver Academy
How to Format Cells in Google Sheets
In This Episode, Tyler Teaches Us About How to Format Cells in Google Sheets
APMonitor
Python π Print
Printing is displaying values to the screen. The word print comes from the time when programs previously put ink on paper. You use the built in python function print() to output values. You could use this to tell you what is the current...
IDG TECHtalk
R tip: Quick Interactive Tables
See how to create an interactive HTML table with one line of code. Plus, plenty of customizations. Leave a comment and let us know what tips youβd like to see in a future Do More With R video.
Brian McLogan
Learn how to model an exponential function that is compounded continuously
In this video series you will learn the basics of logarithmic and exponential functions. We will start off by converting between exponential and logarithmic expressions. We do this so that we can understand what a logarithm represents....
Brian McLogan
Converting between logarithmic and exponentia log
π Learn how to convert logarithmic equations to exponential equations. The logarithm of a number in a given base is the index/exponent to which the base must be raised to obtain the given number. In other words, log [base a] of x = m...
Curated Video
Best Sites for Design Inspiration
Sometimes you need some inspiration for your design work. Maybe you're experiencing a creative block? Today, Mark lists the 11 Best Sites for Design Inspiration-- and one bonus.
Curated Video
How to Create Bullet Lists in Microsoft Excel
Microsoft Excel doesn't provide any option to create a bullet list or format cells to appear as a bullet list, but there is a way to do it. In this video, I show you how to format cells so that you can create a bullet list with items in...
Curated Video
How to Create Tool Tips in Microsoft Word Documents
In this tutorial, I'll show you how to easily add your own helpful screentips or tooltips to Microsoft Word documents. This will allow you to add useful 'floating text' tips which will appear when the mouse hovers over certain key words,...
Curated Video
Mastering Grunt (Video 16)
Grunt is everywhere. From JavaScript projects in jQuery to Twitter Bootstrap, everyone's using Grunt to convert code, run tests, and produce distributions for production. Web development activities are marked by repetitive tasks such as...
Brian McLogan
What is standard form of a quadratic
π Learn the essentials for graphing a quadratic equation. A quadratic equation is an equation of the form y = ax^2 + bx + c, where a, b and c are constants. The graph of a quadratic equation is in the shape of a parabola which can either...
ATHS Engineering
Introduction to Programming and Robotics with VEX Robotics
This video is a beginner's guide to programming a machine using Robot C. It covers the basics of setting up motors and sensors, formatting and organizing code, and using commands to control the machine.
Packt
Date Class Concepts
This video explains the date class concepts. This clip is from the chapter "Core Java Tutorial - Part 2" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section explores core Java.
Let's Tute
Introduction to the IELTS Exam
In this video, the speaker introduces the International English Language Testing System (IELTS) and explains its format, purpose, and acceptance in various countries. They also discuss the different sections of the exam, including...
Let's Tute
Microsoft Excel Tutorial: Presenting Numeric Data in Various Formats
In this Microsoft Excel tutorial, we learn how to present numeric data in various formats such as general, numbers, currency, accounting, date, time, percentage, fraction, scientific, and text. The tutorial also introduces basic...
IDG TECHtalk
How to create Drilldown graphs with R and highcharter
See how to create an interactive bar graph with drilldowns using R and the highcharter package.
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - JSON Versus Git Database
This video illustrates the difference between JSON and the Git database. This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to...
Brian McLogan
Solve by factoring when a difference of two squares
πLearn how to solve quadratic equations by factoring the difference of two squares. We can identify the difference of two squares but looking for binomials that have square terms. Difference of two square quadratic equations is of the...
Brian McLogan
Graph a linear inequality in slope intercept form
π Learn how to graph linear inequalities written in slope-intercept form. Linear inequalities are graphed the same way as linear equations, the only difference being that one side of the line that satisfies the inequality is shaded. Also...
Curated Video
C++ Standard Template Library in Practice - Basic Architecture of the I/O Stream Library
The user is unfamiliar with I/O in the STL. β’ Introduce the basic classes and overview of I/O β’ Talk about how it is an extensible framework β’ Set up for the next section dealing with Console I/O This clip is from the chapter "I/O in...
Curated Video
The Triumph of the Entrepreneur and the Power of Helping Others
Cathy's Triumph part 4/4: The video features an interview with Cathy Hughes, a successful entrepreneur in the media industry. She shares her journey of how she started her career and how her company has grown over the years. She also...
Curated Video
Excel VBA Programming The Complete Guide - Excel File Types
There are dozens of file types available in Excel. In order to work with macros, we need to save our files in a special format called .xlsm. In this lesson, we introduce an option for defaulting to a .xlsm format upon saving. This clip...