QA Graphic
August 2, 2019

MacinCloud

Get your own Macintosh Server in the Cloud

MacinCloud is a cool service that let's you have access to a real Macintosh. While it may seem silly if you own one, but if your doing some development work and need to make sure the application works in different environments it can be very useful.

Each box comes pre-installed with various developer tools including the latest Xcode, Microsoft Visual Studio for Mac with Xamarin components and more.

Mac In Cloud
https://www.macincloud.com/

MacinCloud can be useful when testing software and figuring out why some applications are working and not working in different environments.

Description from the Website

MacinCloud provides managed and dedicated cloud Mac servers, hosted private cloud solutions and DevOp pipelines. Users can access on-demand Mac servers for app development, Mac tasks, and enterprise builds. All of our plans and solutions are backed by genuine Mac hardware hosted in 7 professional data centers around the globe.

This isn't a free service, you have to pay to access the boxes - which can be a lot cheaper than straight out owning your own box at a colocation center.

Permalink
July 26, 2019

Create your Own Blueprint pattern

PhotoScape has some cool tools that work great together

PhotoScape is a great photo tool. It's my go-to application when I need to do anything graphic.

Recently I wanted a make a blueprint for a background. I was surprised how easy it was to do using the Replace Color tool in PhotoScape. The nice thing is that I can create this blueprint in any size that I want.

PhotoScape Blue Backgrounds

Making a Custom Blue Print

Here are the steps to make an awesome blueprint:

  • Open up PhotoScape X and Create a new document (Command - N)
  • Define any size and then select the middle box for the pattern.
  • Select the 'etc' group and a graph design. (I selected white with the black borders)
  • Click the 'OK' button.
  • Once the file is in the Editor, select Adjustments and then scroll all the way down to "Replace Color."
  • Use the color picker to select the white in the image.
  • Then use the Hue color picker to the right color blue you want.
  • You can use the "Color Range" to sharpen the image a bit more.

The nice thing is that you have the flexibility make whatever "blue print" color you want. Red, Pink, Green - whatever works best for your design.

Permalink
July 19, 2019

Repeat Last Capture (SnagIt)

Capture Better with the Repeat Last Capture

TechSmith Snagit is a great screen capture tool. It has lots of features that can help make touch up a screenshot to help tell more of the image.

Additional Capture Items

Snagit has a capture tool in the menu bar - making it easy to capture the screen. You can select from different options, include making your own preset.

One thing that users may not notice is that there are additional short cuts available - beyond the menubar options. These are located in the Snagit Preferences.

Snagit Captures Keys

Repeat Last Capture

The "Repeat Last Capture" is a great way to quickly take a screenshot of changes on a webpage - or application. Simply define the capture area using the "Select Capture Mode" then use the "Repeat Last Capture" to capture a change.

This is useful when capturing steps on a website, from page to page.

The nice thing about the "Repeat Last Capture" is that it's silent. The capture goes right into Snagit Library without opening up the application window. This allows distraction-free capture.

Permalink
July 12, 2019

Bootstrap 4 BBEdit Tools

Some tools to help use BootStrap 4 with BBEdit

Recently I upgraded the website from Bootstrap 3 to Bootstrap 4. This was a big upgrade as there were a lot of files that needed to get changed.

No more Panel or Wells

One of the biggest changes is that Bootstrap 4 no longer supports panels or Wells. Instead, Bootstrap 4 now puts emphasis on Card types.

Slight Problem

This site used both types extensively. Which means that I had to do multiple search and replace. So I would need to edit multiple files with various changes.

BBEdit TextFactory to the Rescue

Bootstrap Text Factory
Download the BootStrap 4 Text Factory File

BBEdit Text Factory is the only tool that I have found that will perform multiple Search/Replace on a group of files.

I simply created a TextFactory will all the search and replace rules and the run it against various files on my site. It was easy to set up and certainly made the migration a lot easier than I thought.

TextFactory File

If you're migrating to Bootstrap 4, from Bootstrap 3, you should download my TextFactory file. I think you'll find it helpful with the migration process.

To install this into BBEdit, simply double click on the BootStrap.textfactory file, it should open in BBEdit. Then save the file in the ~/Library/Application Support/BBEdit/Text Factory/ folder.

Make sure to check out all the various search/replace options. You may need to adjust them based on your how your files are set up. BBEdit has more information about using the Text Factory.


Bonus: BBEdit Text Clippings

BBEdit Bootstrap Clipping
Download the BBEdit Bootstrap Text Clipping Library

I put together 60 Text Clippings for BootStrap 4. I separated them into two groups, Bootstrap and Bootstrap Colors. These will make it easy to use BBEdit to edit and create Bootstrap files.

To install these clippings, simply download the BBEdit BootStrap 4 Clippings file. Unpack it and move the BootStrap and BootStrap Color folder to your Clippings Folder. The easiest way to find your BBEdit Clipping folder is to open BBEdit and select the Clipping Menu - it's the C next to Help. Then select the "Open Clipping Folder." Drag the folders to the Clipping Folder.

Permalink
July 5, 2019

Managing the Mac Dock

Some tips and tricks to enhance your Apple Dock experience

The Apple Dock is a great central resource to launch popular applications. Back in 2016, I wrote a blog post of what applications I have in my dock and a way to add spacers to the dock.

My Dock needs have changed a lot since 2016, today my dock contains:

Google Chrome, FireFox, BBEdit, Brackets, Transmit, Evernote, Dayone, Notion, iTerm, Affinity Designer, Affinity Photo, PhotoScape X, Snagit 2018, LaunchBar, Keyboard Maestro, Slack, and Apple Mail.

Apple Dock Tips2

More Great Apple Doc Tricks

Here are some additional tips to manage your Apple Doc:

How to add a ???Recent Applications??? folder to your Apple Dock

defaults write com.apple.dock persistent-others -array-add '{"tile-data" = {"list-type" = 1;}; "tile-type" = "file-tile";}'; killall Dock;

How to add a ???Recent Items??? folder to your Apple Dock

defaults write com.apple.dock persistent-others -array-add '{"tile-data" = {"list-type" = 1;}; "tile-type" = "recents-tile";}'; killall Dock;

How to Highlight Hidden Applications

When you select to ???hide application??? the icon in the dock will be slightly transparent. So you know which Apps are hidden.

defaults write com.apple.Dock showhidden -bool yes; killall Dock;

Only Show Open Applications in Dock

When you only want to use the Dock to show active Applications. This is useful when your using LaunchPad or LaunchBar.

defaults write com.apple.dock static-only -bool true; killall Dock;

Permalink
June 28, 2019

Trick with LaunchPad

How to easily bring your key applications to the first LaunchPad screen.

The Apple Launchpad is a one way many Macintosh users find and launch their applications.

Apple's Launchpad is where you can find most of your computer's applications. It shows the applications in a very similar layout that users see applications on their iPhone. You can access the Launchpad by clicking on the F4 key.

Launch Pad View

Organizing the First Page

Like the iPhone, the first page of the LauchPad should contain your most popular applications. This can be tricky because as you add applications, the icon can appear on different pages, If you have a lot of applications, it can be time-consuming to find the files.

Quickly Sorting Your Icons

The trick to getting icons to the first page is to search for the application first in LaunchPad. Once you find the application, click and hold to cause the icon to wiggle - similar to what you do on the iPhone.

Once it starts to wiggle move it to the left, and then keep it on the left side of the screen until you get to the first screen, then drop it where you want.

Simple but Effective

This is a much easier way to organize the first page of the LaunchPad. Do this for a few minutes, and presto your first screen becomes a productive way to access your applications.

Now you can get quick access to the top 35 applications on your computer. You may find that you don't need to have as many applications in your dock since you can easily get access to them in the Launchpad

Permalink
June 21, 2019

Brackets vs BBEdit

Highlighting some cool features of Brackets and BBEdit

Adobe Brackets is becoming popular because it's open source and has a pretty active community writing some cool extensions. It's a pretty cool tool that makes it easy to edit code and text files.

Should you not upgrade BBEdit? Is it time to say goodbye to BBEdit?

While Brackets is pretty cool text tool, there's are some features that makes BBEdit still a strong resource for developers.

Bbedit Feature
Some BBEdit Features

Three things I like about BBEdit

Text Factory - Ability to save and reuse Search/Replace commands.

This is essential when you need to run multiple search/replace over multiple files. Text Factory allows you to perform 27 different action types - including running Unix Filter which essentially gives you a lot more options. This is a great way to clean up a large number of files.

Ability to Add Shortcuts to any Menu Item - You can add your own short cuts to any menu item. Which is great when you want to easily add HTML to any elements. Customizing menu options is every complex in Brackets.

In addition, you can easily customize what menu items display. So if you're not using Subversion, Git, or various HTML elements, you can remove them. Now your not distracted from getting things done, This is all done in a standard preferences window. In Brackets, you need to edit a json file to make configuration changes.

Search and Replace - The search and replace functionality has a lot more functionality: such as Grep, Search in Select Text and case sensitive.

In addition, you can extract matches, so if you're looking at a log file and want to see only lines matching certain phrases - it's a lot easier to do in BBEdit than Brackets.

BBEdit saves previous searches so you can reuse them later. There's a "history based" search - saving the last 16 searches, or you can save a common pattern to reuse later.

Bracks Screen Shot

Three things I like about Brackets

Split View - You can look at two files at once. This is great when your coding a new site and want to have a JavaScript or CSS file open up at the same time. While you can open two windows side-by-side in BBEdit, it's just easier to manager when everything is under one document window.

Emmet Support - Emmet makes it really easy to add new HTML. Emmet provides shortcuts to making HTML/CSS from classes and IDs. It's a must-have for anyone coding up a new HTML site.

There's lots of great short cuts to make coding HTML,CSS and JavaScript a whole lot easier

Multi Line Edit - You can make similar changes to multiple lines at the same time. This is convenient when your editing similar changes over multiple lines, for example adding a new CSS class to DIV.

Permalink
June 14, 2019

Filmora Audio Key Frame Marker

Adjust Audio files using Filmora Key Frame markers

Wondershare Filmora is a great video editor, certainly a step up from using iMovie. In version 9, you can now have multiple tracks - which is great when you want to mix sounds or clips to create some cool effects.

Audio Trick

There's one trick that a bit hidden in Filmora and that's the ability to add Audio Key Frames. With Audio Key Frames you can alter a particular area of the sound track. For example, if parts of track 2 are too loud you can use Key Frames to lower the volume.

Here's an example of using Audio Key Frame in Filmora Wondershare 9:

Filmora Points Sample

Creating Audio Frames

Here's the simple way to add Audio Key Frames:

  • To add a new Key Frame Marker simply find a spot on the audio timeline and Control Click.
  • You should see a white dot underneath the mouse.
  • To Remove, simply Control Click on the same spot

Tips on using the Key Frame

  • You can add Key Frames wherever you want. You don't need to have to be listening to the audio to add the key frame markers
  • You need at least four point to impact an area. If you use less, and make changes to the volume, it will impact the entire audio timeline.
  • Adding multiple Key Frames can help add a nice smooth fade effect.

Permalink
June 7, 2019

Triggers with Hot Corners

You can use Keyboard Triggers with Hot Corners

A few years ago, I wrote about an easy way to put your computer to sleep. The whole point of the post was to show that there was an easy way to put your computer to sleep.

The problem is that it's too easy. In fact, you may accidentally trigger the hot corner more that you would actually use it.

Fortunately you can add keyboard modifiers so that you couldn't accidentally trigger the hot corner.

Active Corners Mac
Just a sample of different triggers to add.

Using the Modifiers

  • Go to Apple Menu, then Preferences
  • Select Mission Control
  • Click on the Hot Corners button on the bottom left
  • Click on any of the Active Screen Corners
  • Then hold any combination of Shift, Control, Option, Command and you'll see the shortcut icon appear next to the actions.
  • Select the action you want to use.

Now there's no reason to use all the hot corners to Lock your screen or any of the of ten actions that Apple provides.

Want more actions? Try BetterTouchTool or Keyboard Maestro. They have the ability to trigger more actions.

Permalink
May 31, 2019

Dash

Get Macintosh App to make search documentation easier.

Dash is an Macintosh application that gives you local access to hundreds of documentations. You can download the documentations that you need and search for information.

Product Description

Dash is an API Documentation Browser and Code Snippet Manager. Dash stores snippets of code and instantly searches offline documentation sets for 200+ APIs, 100+ cheat sheets and more. You can even generate your own docsets or request docsets to be included.

Dash Mac Window Fun
Dash is a useful tool to have when your heads down on a project and want to stay focus when searching for programing help.

Nine Things I Learned About Dash

  1. The trial version has all the features of the full version, just will get notified to purchase everyone in a while. The full version cost $29.99 for all computers. (Not a yearly cost!)
  2. You can bookmark pages, making it easy to switch between documentations. (For example you can easily switch between MySQL and Postgres date formatting.)
  3. I found it really easy to search the FontAwesome icon collection. When updating a website icon set. You can't copy/past content like you can on Font Awesome's website, but it's certainly easier to use when you want to quickly add an icon.
  4. There is a snippet functionality, but I found that Keyboard Maestro has a lot more functionality.
  5. You can integrate Dash with Bbedit. What this does is link the BBEdit's "Find in Reference" command to Dash. Simply select any command, such as "mysqli_connect" and then right click and select "Find in Reference." Dash will open up with that search query. It's a great way to find more information about a particular command.
  6. There is an iOS app, that allows you to have remote access to your desktop Dash app. This is handy because search queries made in the desktop will now show in the iOS. This makes it easier to minimize Dash on the desktop and read the documentation when trying to implement a code.
  7. Some of the Documentations have a "playground" area, where you can test the code using CodePen.
  8. With some Docsets, you can specify the version of the doc. For example, you can download MySQL 5,5, 5.6, 5.7 or 8.0 docsets. (Yes you can download all of them if you want.)
  9. You can learn a lot from reading some of the available docsets. For example, there's a Docset called "You Might Not Need jQuery" which shows you similar ways to perform certain jQuery tasks.

Cool Feature to Add

One feature that would be cool to have is a personal code library; sort of like the snippets, but noninteractive. Just a place to store re-usable code - and searchable like any other Docset.

Permalink

About

A Mac veteran since 1989, I'm here to share my experience with tips and tricks every Friday. Witnessing the evolution of Mac software and hardware firsthand, I've gained a deep understanding of how these machines work and can help you troubleshoot any issues that may come up.

Check out all the blog posts.

Schedule

FridayMacintosh
SaturdayInternet Tools
SundayOpen Topic
MondayMedia Monday
TuesdayQA
WednesdayNew England
ThursdayGluten Free