Curated Video
Mastering Tableau 2018.1, Second Edition 3.1: Data Preparation and Cleaning Data Sources with Dates and Numbers
In this video, we’ll see how to convert dates and numbers into a usable format. • Understand what clean data is • Select a date using a data source filter • Clean the data
Curated Video
CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox) - Text Formatting - Part 1
CSS Basics: Text Formatting - Part 1 This clip is from the chapter "CSS Basics" of the series "CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox)".This section is about CSS Basics.
Curated Video
How to Insert a Diagonal Line in a Cell in Microsoft Excel
In this quick tutorial I'll show you how to add a diagonal line or border to a cell in Microsoft Excel and how to format that line by changing width and color.
Packt
Auto-Cropping and Image Formatting
File Uploads (Task App): Auto-Cropping and Image Formatting This clip is from the chapter "File Uploads (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn about File uploads
IDG TECHtalk
R tip: Sparklines in HTML tables
Learn how to add sparklines to HTML tables in R with the DT and sparkline packages. Leave a comment and let us know what tips you’d like to see in a future Do More With R video.
Curated Video
The Complete Excel Guide: Beginners to Advanced - Module 10 - Practice Exercise
Let's do a practice exercise. This clip is from the chapter "Excel 2019 Beginners: Formatting Worksheets" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, you'll learn how to format worksheets.
Curated Video
The Complete Excel Guide: Beginners to Advanced - Excel Shortcuts Every User Should Know
The aim of this video is to explore how to use Excel shortcuts. This clip is from the chapter "Excel 2019 Beginners: Shortcuts" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, we'll learn about shortcuts.
Curated Video
Learn Go in 3 Hours - Validating Your Environment and Go Playground
Now that your Go environment is installed, you need to make sure that everything is working correctly. • This video uses Visual Studio Code to create a project, write a “Hello World” program, and run it. • Create a project on the GOPATH...
Curated Video
CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox) - Text Formatting - Part 2
CSS Basics: Text Formatting - Part 2 This clip is from the chapter "CSS Basics" of the series "CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox)".This section is about CSS Basics.
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...
Tarver Academy
How to Edit a PDF - Google Drive
In This Episode, Tyler Teaches Us About How to Edit a PDF - Google Drive
Curated Video
Protecting Your Microsoft Word Document
This video provides a step-by-step guide on how to protect a Microsoft Word document from editing by converting it to a PDF file or setting restrictions through the review tab. It explains how to enforce protection with a password and...
Curated Video
Power BI Masterclass - Dynamically Highlight the Current Sales Period with DAX in Power BI
In this video, we will cover dynamically highlight the current sales period with DAX in Power BI. This clip is from the chapter "Additional Tips and Tricks" of the series "Power BI Masterclass".In this section, we will be covering some...
Curated Video
Alteryx for Beginners - Table Tool
This video explains how to use the Table tool in Alteryx. This clip is from the chapter "Reporting Tab" of the series "Alteryx for Beginners".This section explores the Reporting tab.
Curated Video
Creating a Painting by Numbers Tool in Microsoft Excel
In this video tutorial, learn how to create a painting by numbers tool in Microsoft Excel using conditional formatting. By assigning colors to specific numbers and applying conditional formatting rules, you can transform a grid of...
Curated Video
How to Change the Default Template in Microsoft Word
This video demonstrates how to customize and save the default template in Microsoft Word to streamline your document creation process. By making simple adjustments to the default settings, such as margins, spacing, font, and more, you...
IDG TECHtalk
Using f-strings in Python to format output
The f-string feature in Python lets you format output in strings by using convenient text templates. This walkthrough shows you the basics of how to use f-string formatting in your code.
IDG TECHtalk
Variable formatting with the fmt package | Smart Go
Learn how to use Go's fmt library to control the formatting of variables, both when just printing to the console and when rendering new strings from other variables within a program.
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Formatting Code in Python
Python code does not look like your standard programming code (called syntax). Python uses indentation and prefers to not use curly brackets for everything. Let's take a closer look at this. This clip is from the chapter...
Curated Video
The Complete Excel Guide: Beginners to Advanced - Area Charts
The aim of this video is to explore area charts. This clip is from the chapter "Excel 2019 Advanced: Graphs and Charts" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, we'll explore graphs and charts.
Curated Video
The Complete Excel Guide: Beginners to Advanced - Using Format Painter
The aim of this video is to explore how to use format painter. This clip is from the chapter "Excel 2019 Beginners: Formatting Worksheets" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, you'll learn how...
Rachel's English
Resumes
Applying for jobs in America while you’re learning English? I’ll show you to write your resume and cover letter in English and give you lots of tips for your job search. Learning English in the context of important life events is a great...
Curated Video
Beginning Python (Video 9)
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running in a...
Curated Video
C++ 20 (2a) New Features - Migrating Stdio and Iostreams to std::format
This video explains how to migrate to new string formatting from stdio or iostreams-based code. It also shows how to get working implementation if it is not yet shipped with the standard library. • Consider inc.hpp contants and its usage...