So, you're bored with your same old picture on Gmail? I was too, so I changed it. Here's how I did it. 1. Find an awesome new background. I went to pixabay.com and found this awesome background: 2. Second, we need to upload your awesome new background. We can do this by going to the …
Text Expansion Macro To Automatically Paste Your Email Address
In this quick tutorial, I'll show you how to create a text expansion shortcut that will paste your full email address anytime you type a set of a couple or few characters. Step 1. Open Keyboard Maestro Editor Step 2. Click the second "+" button from the left and name your new …
Inspirational Quote of the Day: Steve Jobs
Design is not just what it looks like and feels like. Design is how it works.- Steve Jobs …
Automation: Automate Everything
I'm starting a series about bringing automation to your daily lives. Repetition is all around us, why not cut out as much of this repetition as possible so that you have more time available to do things you'd rather be doing. For me, I'm finally able write posts for blogs like this one, and so much …
JavaScript Replace Text
If you ever get into a situation where a string is received with some text that either shouldn't be there, or is in there incorrectly, here's a quick solution for that, use String.replace(): …
Javascript When to use “let” and when to use “var”
In many circumstances, let and var can seem to be used interchangeably. This, however, is not the case. Here's some great write-ups on stack overflow about the matter: https://stackoverflow.com/questions/762011/whats-the-difference-between-using-let-and-var …