Posts

Tinylytics for Micro.blog 3.0 Released

TinylyticsHeaderArt

It took a minute to wrap up, but I’m happy to announce that my Tinylytics for Micro.blog plugin has been updated to version 3.0, adding a bunch of new options to bring it to parity with Tinylytics.app features @vincent has released over the last couple of months.

Continue reading →

Tinylytics for Micro.blog v2.1 Released

TinylyticsHeaderArt

Hot on the heels of uptime monitoring on Tinylytics, I’m stoked to share that my Tinylytics for Micro.blog plug-in has been released as a 2.1 version to take advantage of it.

Continue reading →

Tinylytics for Micro.blog 2.0 Release

TinylyticsHeaderArt

I’m happy to share that my Tinylytics for Micro.blog plug-in has been released as a 2.0 version.

Continue reading →

Tinylytics for Micro.blog Updated to 1.0.6

TinylyticsHeaderArt

Fresh on the heels of new Tinylytics.app updates, my Tinylytics for Micro.blog plug-in has been updated to take advantage of the new Kudos feature introduced in the latest release. If you look at your installed site plug-ins, you should see an update available as 1.0.6.

Continue reading →

New Plugin: Tinylytics for Micro.blog

TinylyticsHeaderArt

I published my very first Micro.blog plugin today: Tinylytics for Micro.blog. You can find it in the Micro.blog plugin directory.

Continue reading →

A Better AppleScript to Compress Files or Folders

A while ago, I created an AppleScript that allows you to compress files and folders by simply dropping them onto the applet. One of the readers left a comment asking for a way to achieve the following tasks:

  1. Select a folder from Finder.
  2. Store the folder name as “x”.
  3. Compress all files and sub-folders within the folder “x”, including their paths.
  4. Rename the resulting zip file as “x.zip”.
  5. Delete all the files that were used to create the zip file.

With the help of ChatGPT – and because I wanted to be lazy about it – I was able to come up with a solution to this challenge, which can be a great way to manage archives if that’s important to you.

Continue reading →

Seeing the Forest for the Trees

No matter how well-intentioned we are, sometimes we allow things to sneak into our lives under the guise of it being something important.

Continue reading →

It's Your First Dreamforce. What Should You Expect?

Yay! It’s your first Dreamforce!

You’re pumped to finally be part of the magic. I bet you’ve already looked at a lot of other blogs to learn how to be ready before you landed here.

These are a few of my recommendations to make it a more memorable experience.

Continue reading →

The Ant Mound

One of my earliest childhood memories is traumatic. At least it would seem traumatic to a three-and-a-half-year-old little boy. Though it didn’t turn out to be the end of the world, it seemed like hell when it happened. I still carry the memory with me more than a half-century later, so it damaged me on some level.

Continue reading →

Start Somewhere

Eventually you use up every excuse in your book for not doing the thing you keep saying you’re going to do. You’ve procrastinated yourself into a corner and realize it’s either time to just do it, or finally forget about it and move on.

Continue reading →

Memorable Cigarettes

After nearly fifty years, I can still remember the first time I smoked a cigarette. It was early spring and my family lived on a farm in a semi-rural part of Colorado, a little north of Denver, at the foot of the Rocky Mountains.

Continue reading →

Eliminating Digital Distractions

Life is so full of distractions. It seems everything is vying for our attention in one way or another these days, with most of it coming from our electronic gadgets.

Continue reading →

Saying No

Saying no can be one of the hardest things to do.

Continue reading →

Spin Cycle

I’ve been around long enough to know life moves in cycles.

Continue reading →

Top Chrome Extensions Every Salesforce Admin Needs

Most Salesforce admins have a list of favorite Google Chrome extensions they use to make their work just a little easier.

Continue reading →

Passing Your Salesforce ADM201 Certification Exam

I passed the Salesforce ADM201 certification exam today. It’s been a five-year road to get here. From the first week I began working with Salesforce, I decided attaining certification was something I wanted to pursue.

Continue reading →

AppleScript to Compress Files and Folders

I had the need to select several folders at once in the Mac OS Finder and zip them up as individual archives. This AppleScript to compress files and folders was the solution I came up with.

Continue reading →

Salesforce Flows, Visualforce and Context

I was asked to find a solution for our field reps that would simplify the process of adding a completed task to their activities when they visited one of our retail stores. We keep our retail locations in Salesforce.com as contacts under a master account, which is shared with all users using a special account sharing rule. The solution I came up with was a simple flow that limited users to a specific set of enterable information, pre-filling the date of the activity, and marking the task complete when the activity was committed.

Continue reading →

Making a Field Appear Required on a Visualforce Page

I’ve been working on a force.com app with the requirement that a user must enter a valid email address on a Visualforce page before being able to save a record. But they must also be able to insert the related contact’s email address by clicking a button instead of having to leave the edit page to go find it. That seemed simple enough, but it wasn’t. This is my solution for making a field appear required on a Visualforce page.

Continue reading →

AppleScript to Add Files in the Mac Finder

Today I had the need to add a bunch of named text files to a folder in the Finder on my Mac.

Continue reading →

AppleScript to Toggle the Mac Desktop

Here’s an AppleScript I use to quickly toggle desktop visibility for taking screenshots and recording screencasts that I thought might be useful for others.

Continue reading →

Rebuilding the Apple Mail Envelope Index

Some time ago, I set up my Gmail account in Apple Mail to copy over messages which were not sent to my jimmitchell.org account. I’m one of those guys who likes to have everything all in one place at my finger tips when I need it.

Continue reading →