Archive Assistant (Script)

Übersetzung verfügbar: Deutsch Deutsch

This AppleScript script is very handy for the creation of different type of archives and disk images.

It’s one of those scripts I use almost daily: It’s sitting in the Scripts menu in the menu bar and from there it allows me easy access to important and useful archive and disk image formats. Unlike other programs this script does not try to gather every available format. Just the ones that are right for a given purpose.

Updated 28 Apr 2017 @ 2 h For the latest script changes see the bottom of the post.

The script can create these archive/dmg types:

Continue reading Archive Assistant (Script)

Google PageSpeed Insights Madness

Übersetzung verfügbar: Deutsch Deutsch

Everybody who is interested in optimizing his website knows Google’s PageSpeed Insights. And everybody who knows PageSpeed Insights knows how finicky it can be about some details.

But this one exceeded my worst fantasies (click to enlarge): Continue reading Google PageSpeed Insights Madness

OS X: Understanding and Configuring Mail Drop

Übersetzung verfügbar: Deutsch Deutsch

Mail Drop is a new Yosemite features that drew relatively little attention.

Mail Drop is super useful. It allows to send huge (really huge) attachments just as if they were normal, small attachments. It does this by uploading the attached file to a third-party server (i.e. not the SMTP server). The receiving mail client then either downloads the file automatically or the user can download it with a click on the attachment icon/link. (This depends on whether a mail client or web mail is used on the receiving side, or on the settings of the mail client.)

This allows to avoid problems like these: Continue reading OS X: Understanding and Configuring Mail Drop

I got rid of my Bluetooth problems!

Übersetzung verfügbar: Deutsch Deutsch

Like many others I was suffering from Bluetooth connectivity problems with my Mac Mini (late 2012) which resulted in sometimes horrible mouse lags, stuttering and disconnecting. I tried everything from repeated PRAM resets to system cache cleaning, and even shutting it down for a while(!). Continue reading I got rid of my Bluetooth problems!

LaunchBar Action: Delete

Übersetzung verfügbar: Deutsch Deutsch

LaunchBar is my preferred application/file/script launcher on OS X. If you’re a LaunchBar user you know that it is very extensible through custom actions.

This little Action is called “Delete”. We all know that deleting files can quickly become boring. “Delete” brings back some variation and joy to the otherwise monotonous duty of file deletion. 😉 Continue reading LaunchBar Action: Delete

A Better Font Setup for WordPress “Twenty Fifteen”

The font choice in Twenty Fifteen is an interesting one.

By default Noto Serif is used for the major part – that is the entry body text, headings and the post titles in the sidebar –, Noto Sans is used for headings in the side bar and elsewhere. The fixed-width font is Inconsolata.

Google’s Noto font is very young (released 2013), and they say this font has an ambitious goal:  Continue reading A Better Font Setup for WordPress “Twenty Fifteen”

U.S.-TF: A Custom Keyboard Layout for OS X

A keyboard layout file sits between your physical keyboard and the operating system. It tells the computer what should happen when you hit a certain key on the keyboard, for example the key labeled “Z” or the combination of shift (), option () and 7.

Most common usage of keyboard layout files is to make language specific physical keyboards work as you would expect. If you bought, for example, your MacBook in France chances are high that the upper left letter keys are labelled “A” and “Z”, and not “Q” and “W” as on an US keyboard. And indeed, if you hit the upper left letter key on your French MacBook it’ll type the letter “A” into your text document.  Continue reading U.S.-TF: A Custom Keyboard Layout for OS X

WordPress: Customize Footer

Übersetzung verfügbar: Deutsch Deutsch

I agree, it’s wunderful that WordPress exists. However, two WordPress links, one in the footer, the next one just 200 pixels away, in the Meta widget, that’s one too much.

OK, let’s assume we are fine with just one link, then we could get rid of the one in the footer, right? As a side effect this would free up some precious space for something useful, such as date and time of the most recent post update!

Nothing easier than that:

That’s the moment to make use of the child theme that we’ve already created.    Continue reading WordPress: Customize Footer

Keep a History of your External IP Addresses

Today I had a look on my 404 log to check if there were any broken links or orphaned slugs on my site. The log was more than a couple of days old and … rather long. Since I made some “experiments” with my site recently, it was likely that the majority of the 404s have been triggered by myself, that is, from my Mac, behind a dynamic IP address.

So, how to filter out these not-so-interesting entries?  Continue reading Keep a History of your External IP Addresses