Posts By: Gary Rosenzweig

18 Mac Window Arrangement Tips and Tricks
2/24/22

There are many ways to move and resize windows on a Mac without requiring third-party apps. Learn how to set up your windows like you want them, and even a method for saving windows positions.

How To Quickly Switch Between Apps and Windows On a Mac
2/23/22
Navigating around on your Mac while you get things done can be tricky. But you have a wide variety of tools to help you, like Mission Control, the App Switcher, the Dock and App Expose. You can control some of these with the pointer, and others with the keyboard.
2/23/22

I worked on something to help me with a daily task, and I thought I would share it. I know regular expressions are pretty technical, but I hope some of you find this interesting anyway. Here's the JavaScript for the Shortcut, and the website is: <a href="https://regex101.com" rel="nofollow noopener" target="_blank">https://regex101.com</a>  <blockquote><strong>function run(input, parameters) {</strong></blockquote><blockquote><strong> var str = String(input[0]);</strong></blockquote><blockquote><strong> str = str.replace( /(.*) ((dd)s)/gm , `00:$2 $1`);</strong></blockquote><blockquote><strong> str = str.replace( /(.*) ((d)m (dd)s)/gm , `0$2:$3 $1`);</strong></blockquote><blockquote><strong> str = str.replace( /(.*) ((d)m (d)s)/gm , `0$2:0$3 $1`);</strong></blockquote><blockquote><strong> return "00:00 Intron"+str;</strong></blockquote><blockquote><strong>}</strong></blockquote>

How To Cut Out and Save a Portion Of a Video
2/22/22
You can use QuickTime Player to select a portion of a long video and save only that portion to a smaller file. This comes in handy when you want to only use a small section of a video in iMovie or Final Cut Pro.
How To Save Colors Using the Color Picker
2/21/22
The Color Picker tool appears in many Apple Mac apps and third-party apps. You can save a color you want to use again with the color chip slots at the bottom. You can use them in any app where you can bring up the color picker.
2/18/22

Here is a one-page PDF that you can print with quick how-to tips for macOS. These are answers to some of the most commonly-asked questions from Mac users. The descriptions are very short and meant to quickly guide you to a solution, rather than provide a detailed step-by-step explanation.

Building a Handy Shortcut For Easy Access To iPhone Functions
2/18/22
You can build a simple Shortcut to access the things you use your iPhone for the most. Then you can use back tap, a Home screen icon or Siri to activate it and choose the function. Great for productivity or for helping someone who needs easier access to some things.
Understanding the Different Types of Mac Desktop Backgrounds
2/17/22
There are many different types of desktop backgrounds, also called wallpapers, you can use on your Mac. Dynamic backgrounds change throughout the day, Light and Dark backgrounds switch between two versions, you can also choose a solid color, Apple's pictures, your own, or a whole set of pictures and rotate between them.
16 Tips For Using Mac File Save Dialogs
2/16/22
When you save a file, the dialog that appears allows you to choose the name and location of the new file. There's a lot of hidden functionality in the File Save dialog that you can use to improve your productivity.
2/15/22

I recently needed to generate some random time values in Numbers that included both a random date, and a random time of day. It isn't immediately obvious how to do this, so I thought I'd share what I came up with. Here's the function: =DATE(RANDBETWEEN(2000,2021),RANDBETWEEN(1,12),RANDBETWEEN(1,28))+DURATION(0,0,RANDBETWEEN(8,20),RANDBETWEEN(0,59),0,0)

7 Tips For Replying To Email On Your Mac
2/15/22
When replying to an email message, don't just quote the entire message and write a response at the top or the bottom. Instead quote the previous message thoughtfully, pay attention to details, and create a better result.
2/15/22

The story of a lost (stolen?) iPhone and how the AppleCare+ Theft &amp; Loss protection works. Also, about some weird things that happened after the iPhone disappeared.

An Introduction To Using Formulas In Mac Numbers
2/14/22
Learn the basics of using formulas to perform calculations in the Numbers spreadsheet app. You can perform basic arithmetic, copy and paste formulas to multiple rows, and use functions to get the sum of a column.
How To Track Crypto and More In Numbers and Stocks On a Mac
2/11/22
You can track things like cryptocurrencies, metals, commodities, market funds and other things in the macOS Stocks app and in Numbers. The trick is to realize that the values come from Yahoo Finance and to use the same symbols.
10 Creative Ways To Use Markup In Photos
2/10/22
Perhaps the most creative tool in the Photos app is the ability to use Markup tools directly on photos. You can add text, shapes and draw. Here ate 10 creative ways to use Markup on your photos.
2/9/22

So here's a long rambling video on the subject. I want to find a way to present this material better (and in under 10 minutes). But the basics are: <ul> <li>Apple cables seem better than cheap cables, but that's only worth it some of the time.</li> <li>Apple adapters also seem better, but it is rarely worth it to spend the extra money.</li> <li>Apple power adapters are good, but too expensive and you should get cheaper third-party ones that are also smaller and have more features.</li> <li>Apple Keyboards and Mice are more expensive by far, but worth it.</li> <li>Trackpad is better than a mouse and nothing compares to Apple's Trackpad.</li></ul>What do you think? Let me know if you disagree and why.

Getting To Know the Mac Keyboard
2/9/22
If you have recently switched from Windows, you may be confused about some things on the Mac keyboard such as the Command key, Option key or Globe key. Learn about the modifier keys, and also what is meant by key names like brackets, backslash and tilde.
25 Tips For Using Notes On a Mac
2/8/22
Notes has added a lot of new features over the past few years. Here are some tips to help you get the most from the Mac Notes app.
How To Crop Photos and Videos In iMovie
2/7/22
When you add a photo to an iMovie project, the photo will rarely fit right into the video frame but will instead be cropped, removing some of the top and bottom of the photo. Understand why that happens and learn how you can adjust the cropping or switch to make the whole image fit in the video with black bars to either side. Also learn about alternatives to black bars.
Writing With Multiple Languages In Pages and Other Apps
2/4/22
You can write in other languages besides you system default while in Pages and other apps. By setting things up correctly, you can have spell check use different languages and accept word variations on a paragraph-by-paragraph basis.