mac

How to run a Unix shell script from the Mac Finder

If you ever want to create a Unix shell script that you can give to someone else so they can double-click it and run it through the Mac OS X Finder, all you have to do is (a) name the file with the ".command" extension and (b) make it executable. So, just name your Mac/Unix script like this:

ShowProcesses.command

Then make it executable, like this:

chmod +x ShowProcesses.command

You can also leave out the usual #!/bin/sh part on the first line.

Apple profits from PC sales

Apple has more profit from PC sales than the next five Windows PC vendors combined. (Image from asymco.com.)

I appreciate this. Business people should think in profit, not revenue, but most state revenue. At my software firm, our revenue was only $2M annually, but our profit approached 25%. That's the same as a $10M/year firm with a profit margin of 5%, with a lot less risk.

A simple Apple PR and advertising secret

Just before beginning this hellaciously long drive to Alaska, I stopped in a used bookstore to sell 250 of my favorite books (that were too heavy to fit in my RAV4), but in the process, I bought one more: an old copy of Guy Kawasaki's "The Macintosh Way".

How to create Mac ICNS files

Mac OS X programming FAQ: How can I create a Mac ICNS file for my Mac application?

Lately I've been creating a series of small Mac applications, and as part of that I needed to learn how to make Mac ICNS files from standard image files (PNG, JPG, other). Today I offer a quick tip of my hat to the makers of a Mac application named FastIcns that lets you do just this.

Free Mac OS X batch image resizing

Mac batch image resizing FAQ: How can I "batch resize" images (photos) on Mac OS X (for free, preferably)?

A long time ago I wrote about how to batch resize images on Mac OS X from the command line in my How to batch resize images on Mac OS X using ImageMagick. That approach is fine for techies who don't mind cracking open the Mac Terminal application, using the Unix command line to navigate to their folder, and then process their images. But what about regular Mac users, those who don't want to ever see a Mac Terminal window?

One way Mac OS X lost its sexy

I just fired up my old 2006 MacBook Pro that runs Mac OS X 10.5.8, and it helped me realize why I don't like the Spaces feature in the newest versions of the Mac operating system: It used to be fun.

Jonathan Ive design interview quotes

This article contains a collection of quotes on design from Jonathan Ive (or "Jony Ive", as Steve Jobs called him), Apple designer.

For those who don't know much about him, Mr. Ive is credited with designing almost every Apple product since 1997. Given that very long string of success, I became interested in what Mr. Ive has to say, and to that end, here's a collection of Jonathan Ive design interview quotes I've gathered over the last few years.

Make your Mac OS X display black and white (grayscale)

I was just reminded of an old trick to make your Mac OS X display black and white, or grayscale. To do this, just follow these steps:

Retro iMac 2002 to 2004 model (iMac G4)

One thing I wish Apple would do is to come out with a “retro iMac” version, using this style that they used in the 2002 through 2004 iMac design:

iMac G4

An iMac design like this would be perfect for my kitchen area, especially if it had a touchscreen.

Amazon Kindle eBook self publishing for Mac (and Windows) users

I just went through the process of self-publishing my new eBook (How I Sold My Business: A Personal Diary) on the Amazon Kindle store, and after trying a number of different approaches to get my ebook to look the way I wanted it to look, I thought I'd share what I learned here.

Syndicate content