Categories
Functions TechTip Tuesday

Tuesday TechTip – Chrome Tab Groups

At previous companies, when setting up the web applications that I used on a regular basis I would typically set up AutoHotKey shortcuts to launch the web applications in a Google Chrome app window using code similar to this:

Run, [path to chrome.exe] --app="[url to launch]"

However, when setting up my laptop at ServiceNow I didn’t have AutoHotKey installed right away so I decided to give Google Chrome tab groups a try. Since using them, I’ve really grown to like them and will probably not go back to the way I was doing it before because the old way cluttered up my taskbar.

To get started, right-click on a tab (or you can shift or control-click tabs to select multiple tabs) and choose Add tab(s) to new group. (I’m not aware of a shortcut key at this time).

Once you click that menu option, you get a popup like this:

Enter the name for the group and choose the color and press enter. (You can use the tab key to navigate to the colors and use the enter key to select the color you want, however you must be on the name field for the enter key to close the popup).

After pressing enter, you will see something like this (notice the colored outline on the tabs).

By single-clicking on the group name you can collapse the group and see something like this:

I typically have multiple tab groups defined and have found tab groups to be extremely useful. There’s only one problem that I would love for Google to add. I typically have a _start bookmark folder defined with things grouped into logical, at least to me, groupings and use the right-click Open all (#) menu option to open them all at one time. What I would love to add to this menu is an Open all (#) in a new tab group menu option, that would be awesome!

Hopefully, this tip was useful and can help you organize your computer a little easier.

12/15/2021 Update: Since writing this article Google has added the feature to open a group of favorites in a tab group:

To take advantage of this, I created the following AutoHotKey macro:

; win+2
#*2::
MouseClick, right
Send {Down}{Down}{Down}{Down}{Enter}
return

Enjoy!!!

Categories
Functions TechTip Tuesday

Tuesday TechTip – Multiple Time Zones in Outlook

This week, I’m continuing my series of Tuesday TechTips related to setting up my new laptop at ServiceNow with the hope that as I share how I am productive, it will help you out as well. One thing that I had to account for working for ServiceNow is that everything that is sent out from HQ is sent out referring to Pacific Standard/Date Time. I also have to account for my supervisor being in a different time zone (that changes in relation to mine) as well. Enter multiple time zones in Outlook.

A view of how I use multiple time zones in Outlook.

To access this setting go to File > Options > Calendar > Time zones and you will see this screen.

My current Time zones settings

I worked with folks in the UK, India, & Germany at different points of my tenure in my previous role. To accommodate, I would update my time zone settings based on which team I was working with most commonly.

Hopefully, this tip helps make your life easier, please share with your network if you find this helpful.

Categories
Functions TechTip Tuesday

Tuesday TechTip – Outlook Quick Steps

This week, I’m continuing my series of Tuesday TechTips related to setting up my new laptop at ServiceNow with the hope that as I share how I am productive, it will help you out as well. This week, I’m going to introduce you to Outlook Quick Steps. This referenced support article from Microsoft walks you through the default Quick Steps that come with Outlook and how to set up new Quick Steps. In this post, I’m going to share what I use for Quick Steps as well as some tips and tricks I’ve learned along the way.

To start, here’s a graphic showing my current Quick Steps as well as the configuration of one of them.

I use a very simple folder system in Outlook. My main folders are:

  • Inbox – Items only live for a short time in my inbox. I subscribe to the inbox zero philosophy of inbox management but do not get overly zealous about it.
  • Calendar Folders – I have 3 folders set up with rules set up to filter meeting invite responses into Accept, Tentative, & Declined folders so I can see very quickly what people have responded.
  • Purgatory – This is where emails go to live while there is an active task in my to-do list application that needs to hang around until the task is done. I keep the contents of this folder to an absolute minimum.
  • Newsletters – This folder is used for regularly occurring internal newsletters that occur. This folder came about because I found myself regularly referring to newsletters with other employees and needing a way to quickly find them so I could pass them along highlighting specific sections because, in my experience, most people do not read internal newsletters to the degree you wish they would.
  • Travel & Expense – I use this folder for digital receipts that need to be included in expense reports that have not been filed yet. When the associated expense report is filed, the items in this folder get deleted.
  • __Archive – This is my catch-all folder. I have found throughout the years that simplicity is best. I have seen people who have extensive & elaborate folder/tagging systems (and I’ve been that person in the past) but the tools that are available now in searching and conversation views etcetera make it such that you only need a handful of folders with one main catch-all folder. I turn on conversation view for all of my folders which allows me to see all emails in a chain in my inbox regardless of which folder they’re in as well as the search capabilities have greatly improved over the years.

When it comes to Quick Steps, I recommend the following:

  • Stick to nine or less for a reason I will explain in the next bullet.
  • Ensure that each Quick Steps is assigned a shortcut key (CTRL+SHIFT+1-9 are the only available shortcut keys. This is the reason I recommend only 9 Quick Steps.
  • With the advent of Microsoft To-Do, Outlook tasks are finally usable so I would advise one of your Quick Steps to be assigned to creating a task from the selected email. The basic ad talk function well as the task to your main tasks list in To-Do, but if you want, you can move it to another list from the To-Do app.

Hopefully, this post was helpful. If you have any questions, hit me up on your favorite social network.

Categories
Functions TechTip Tuesday

Tuesday TechTip – Outlook Categories

I’m continuing my Tuesday TechTips posts following setting up my new laptop for my new job this week with a post about Outlook categories. I have always been an avid user of categories but fairly recently changed my strategy. When the pandemic hit, a lot of us with already crazy schedules were slammed with even more meetings. I used to categorize my meetings by project but during the pandemic, I learned a new way to categorize meetings that has drastically changed the way I look at my calendar. I hope this helps.

First, to access categories, look at the Home tab in Outlook and you see the categories menu.

Categories Menu

Click All Categories… and you will see this screen.

Color Categories Form

On this form you can create, edit, delete, and rename Color Categories, including assigning a shortcut key, which I highly recommend you do.

In the screenshot above you see my new scheme. For meetings, I have a three-category scheme (not pictured are two other meetings types that I use which will come into play in a future blog post, OOO & Blocking Time). The nerd in me had to use Blue, Purple, & Red because they make a scale that made sense in my mind. The labels are pretty self-explanatory but I have a couple of rules I try to follow.

  1. Only one ___Must Attend (blue) may fill any given slot unless there is a chance where the meetings only overlap. If there is a conflict, it needs to be resolved or one of the meetings needs to be downgraded to a __Delegate (this decision can be made the day of).
  2. When an appointment is marked as a __Delegate a meeting response of Tentative must be sent to the requestor and the meeting may or may not be forwarded to a delegate. Delegate really holds an “if possible” on the end of it but my intent is to not attend the meeting.
  3. The Do not attend category is used for meetings where I know I have no intention of going, but for whatever reason I want to be aware the meeting is happening so I can follow-up if necessary.
  4. Any number of __Delegate or Do not attend meetings may fill any given slot on my calendar.

Here’s how the categories look in practice:

Hopefully, this post was helpful, please let me know if there are other productivity/TechTips you would like to see in future posts.

Categories
Functions TechTip Tuesday

Tuesday TechTip – Outlook End Appointments & Meetings Early

As I’m getting my new laptop set up for my new job, I’m remembering a bunch of the tweaks I’ve made over the years to my setup so I’m sharing in the hopes that it helps you be more productive.

No one likes being in back-to-back meetings all jammed up against each other. In the past, I wrote an Outlook macro to chop the last 5 minutes off an appointment or move the appointment back 5 minutes off the 1/2 hour. Now, Outlook will allow you to do this without having to script any macros. I’ve seen two different iterations of this so your mileage may vary depending on which version of Microsoft Outlook you’re using at your organization. I’ll offer both screenshots below. Both screenshots are accessed via the Calendar Options menu by going to File > Options > Calendar > Calendar Options. In both cases, you select that you’d like to modify the length of meetings, then specify how.

Basic options with ability to end early
Advanced options with ability to end early or start late

Hopefully, this tip was helpful, please let me know if there are other TechTips you’d be interested in.

10/28/2021 Update: Due to the nature of the way my organization works, I have since shifted my setting to start meetings late. You will have to see what works for your organization.

I have also been made aware that this setting is not currently available for Macs. It is unfortunately only available on Windows PCs at this point in time.

Categories
TechTip Tuesday

TechTip Tuesday – iOS 14 Pinterest Widget

Having a technical/developer background, a lot of times I get asked to tell someone how to work something and end up being the default tech support person for a lot of people that know me. As I’ve been resurrecting my blog, one thought I had was to try my hand at doing some sort of technical tip post regularly. I don’t want to flood my blog with a bunch of tech tips that are already all over the internet, but as I come across things that might be novel concepts, I’ll post them for my readers to enjoy and hopefully help people out.

If you know know what iOS widgets are and how they changed with iOS 14 I’m not going to go into detail, Google is your friend. That being said, as you can see from the post image above, I have found a cool/fun way to use the Pinterest widget to add some flair to my home screens in a way that can be motivating or just plain fun. To add a fun widget follow the steps below.

1. Select the Pinterest widget that is just the plain Pinterest tile and press Add Widget.

2. Next, navigate to the home page where it appeared, you will see something like this.

3. Give it a long press to open up the menu and select Edit Widget.

4. Click the Choose option next to Board

5. Select the board you would like to using the Search box if necessary.

6. Verify you have selected the Update frequency you want then tap outside the window and enjoy your new Pinterest widget!

Hopefully, this Tech Tip was helpful. Please share this post on your platform of choice if you found it helpful.