I was working with a student this week who needed to sign a document and send it back to me. She did not have a scanner and did not know what to do. The answer? Scan it with your phone!
Tuesday, March 3, 2026
Scanning Documents With Your Phone
Podcasts! A great way to multi-task (or single task)
- Find a podcast relevant to your PLN. You can check the iTunes library if you have an iphone, ask others for recommendations, or just search for "Podcast" and "something-you-are-interested-in-for-your-PLN", see what comes up, and then scroll until you see an episode you want to listen to! To listen on your mobile device, search for the podcast name on the podcast player you have on your mobile device. Here are a few podcast options to get you started:
- Teaching in Higher Ed podcast
- The Accidental Trainer podcast (Association for Talent Development)
- The Business of Learning podcast
- Instructional Designers in Offices Drinking Coffee (also on YouTube)
- Harvard Business Review IdeaCast podcast (this link lists all of the HBR podcasts )
- Simon Sinek's A Bit of Optimism podcast (also on YouTube)
- SHRM's All Things Work podcast
- AI for Humans podcast--I cannot find a good link for the audio podcast. Search for it in your podcast player. (Also on YouTube)
- Listen to at least one podcast episode on the web or using a podcast player on your mobile device.
- If you like a podcast, consider subscribing! (if you subscribe, new podcast episodes will come to your podcast player automatically, just as new blogs automatically come to your Feedly.)
Two YouTube Tools
- Creating a "cued up" YouTube video link - through YouTube
If you want to start showing a video at a particular time in the video, you can use YouTube to modify the URL for the video so it starts where you want it to start. Let's say you were watching the YouTube video of the Ze Frank web playroom TED talk and wanted to share it, but wanted to start at a particular spot in the video project which begins 14 minutes and 22 seconds into the video. Do the following:
(I encourage you to take a look at this entire TED Talk. And oldie--2010!--but a goodie.)
- Displaying a YouTube video without distractions
Let's say you want to show a video in class or in a training session or in a meeting. The problem with going to the YouTube website is the random videos in the sidebar. Not only are they distracting, but since you have no control over what is presented in the sidebar, they may be completely inappropriate for your setting! There are several easy ways to show the video without the sidebars on the screen:
- Show the video full screen. This is a less than perfect options because you will spend some time on the YouTube screen before you make it full screen.
- Embed the video in a Powerpoint presentation. The video will show "in" your Powerpoint without the sidebar videos or comments from the YouTube page.
- What if you are not using Powerpoint?
- You can use Watchkin.com. Watchkin is a website that allows you to paste your YouTube URL into the blank Watchkin webpage (except for the Watchkin branding) so you can watch on a distraction-free webpage. You can also fullscreen the video from the Watchkin page.
- You can also use the DF Tube (Distraction Free for YouTube) extension for Chrome or Firefox.
- If you find a YouTube video you want to use for development and it has ads during the video, a good tip is to add a "dash" to the YouTube link so your link appears as
yout-ube.com/etc.etc. It will allow you to watch the video without externally added ad interruptions (this does not work if the "ad reads" are read by the host as part of the video).
Monday, March 2, 2026
Adding a Video to YouTube (and "trimming" it)
There are many ways to create a video including using video from your phone; creating a screen recording with ScreenPal; creating a recording of a conversation, a screen share, or a PowerPoint presentation in Zoom (created for another class), and recording a presentation directly from PowerPoint and saving it as an MP4 video.
(Here is a more in-depth video on all of the video recording options in PowerPoint, including how to create a screen recording from within PowerPoint that is "editable" and then easily include it in your PowerPoint slide.)
But the question is:
Once I have a video...what do I do with it?
Uploading a video to YouTube
Obviously, you can include your video in your Blogger blog. But often, you will want to upload it to YouTube. Everyone who has a Gmail account automatically has YouTube storage space. Your ISU email is a Gmail account, which means your ISU email has YouTube storage associated with it! Here is a brief video on uploading a video to YouTube.
Trimming your YouTube video
When you record your video, there is often some "extra" video at the beginning of the video between when you start recording and when you actually start your presentation. There is also typically a bit of "extra" video that gets captured at the end of the video as you finish up, turn off the recorder, etc. It is not critical to remove the "extra" bits, but it makes your video look much cleaner and more professional. Here is a video that explains how to trim your video once it is uploaded to YouTube.
Have fun as you use YouTube with your videos!
Monday, February 16, 2026
"Snooze" your emails (even if you are not using Gmail!)
In an earlier blog post, I talked about using the "snooze" feature in Gmail to set a date for your email to be re-sent to your inbox. But what if you are not using Gmail?
One option is to use FollowUpThen.
- it clutters my inbox
- with all the email in my inbox--and with this email potentially scrolling off the bottom of the screen and not being visible--it may not be a good reminder for me.
(although it should still be handy with your non-work email).
- How to use Followupthen from the Followupthen website
- I talked about FollowUpThen on episode #39 of the Higher Learning Now podcast.
Saturday, February 14, 2026
Want to make Gmail even more useful? Snooze it!
- Select the email you want to snooze. You can open the email to select it, or you can select one or more emails by checking the box next to the email in the inbox.
- Click the snooze icon from the list of icons on the top of the window.
- Select a pre-set date and time or click on "Pick date & time" to select a custom date & time. The email will disappear from your inbox and reappear at the date and time selected!
- You can always find your snoozed emails by clicking on the snoozed folder on the left sidebar of your Gmail.
How can you use the Gmail snooze feature to improve your productivity?
Monday, February 9, 2026
Color me interested! More tools for finding the right color
Finding just the right color for text or images can be a challenge. Maybe you want to match a color you saw on the web, or maybe you are looking for the perfect color blue. Here are a few tools to help you find just the right color.
But first a little background...
Color "Names"
One of the challenges in finding the right color is figuring out what to call it! If you have ever been to a paint store, you know there is no such thing as white. There is off-white, arctic snow, cloud white, ecru, tan, and more! The computer solves this problem by giving each color a numerical name. There are two main color naming conventions: RGB and hexadecimal. Sometimes you will work with a program that wants the color in RGB and sometimes a program will want the color in hexadecimal.
RGB is a color model that gives a numeric value to the amount of Red, Green, and Blue in the color. This is useful as a naming convention and gives you the option to make small adjustments to the color by increasing or decreasing the red, green, or blue number. (it is like adding a little more "tint" to the paint color!)
Hexadecimal (or "hex") gives a numeric value to the color but instead of using a base 10 numbering system (decimal), it uses a base 16 numbering system (hexadecimal). A hex color name is six digits in length and begins with a #. For example, #FF0000 is the hex name for a particular red.
(Decimal uses the characters 0-9 which is 10 characters. Deci means 10 which is why our numbering system is called the decimal system. Because hexadecimal uses sixteen characters, it uses 0-9 and A-F.)
If you want to locate a color "by eye" you can use a web-based tool
- this tool by w3schools.com is similar to the standard and custom color picker used by Word and PowerPoint. You pick your color and then use the lighter/darker scale to find the exact color you want to use. The selected color is displayed in the middle of the screen with the hex, RGB, and hsl colors. (hsl stands for hue, saturation, and lightness and is the third naming convention for colors, but you likely will not see it very often.)
- you can mix your own RGB colors by altering the amount of each color in this tool by w3schools.com. Adjust the amount of Red, Green, and Blue by typing a number or clicking on the Red, Green, and Blue color lines. Your newly mixed color will be displayed in a color block above the Red, Green, and Blue color lines, and the RGB, Hex, and HSL color codes for your new color will be displayed to the right of the color block.
- There are also many tools on the web to convert hex to RGB, or RGB to hex,
If you want to match a color on the web
In a previous blog post, I told you how you can use the eyedropper tool in PowerPoint (or Word) to sample a color from within PowerPoint. But what if you want to sample a color outside of PowerPoint and from a webpage?
There are several tools to sample a color on the web, and the one I use is called Colorzilla. Colorzilla is an extension you can add to your Chrome or Firefox toolbar. You can then use the eyedropper/color picker to find the exact color of anything in your browser, and use the color numbers to color your text, lines, or fills!
Here is a demonstration of how to install and use Colorzilla.
How might you use custom coloring?













