Software

CURMB

CURMB stands for “See Your Menubar” and is a little OS X Application that makes using the menubar on a small screen e.g. 12″ and 13″ enjoyable.

The original idea came from an application called “lilill” but since there was just a PPC Version available I made my own little application which runs on both PPC and Intel.

When you make CURMB the active application, all you see is its name. There are no menus so there is enough space to see all those extra menubar icons which were hidden behind application menus (have a look at the screenshots).

Screenshots

Without CURMB

With CURMB

Download

CURMB is a Universal Binary so it works on old PowerPC Macs as well as on new Intel based Macs; it is Tiger and Leopard compatible and it is only 295KB to download, but the best part: IT IS FREE. So give it a try if you use a Mac and have a little screen.

If you like this application then consider voting for it. It is just one click
on “i use this”: Vote for CURMB on iusethis.com


DEVONthink Pro Scripts

Die folgenden Applescripts sind Portierungen von Manuela Hoffmans Yojimbo Applescripts und bieten die gleiche Funktionalitaet fuer das Programm DEVONThink Pro an.

Alle Skripte sollten entpackt in ~/Library/Scripts abgelegt werden. Sie sind dann über das Skript-Menü verfügbar. (mehr Infos unter)

  • Website-als-Bild-aus-Safari-an-Paparazzi-und-DEVONthink
    Ergebnis: Ein kompletter Screenshot einer Webseite mit URL in DEVONthink als Bild.
  • Link-aus-Safari-ueber-Pukka
    Ergebnis: Ein identisches Lesezeichen bei del.icio.us und in DEVONthink.
  • Auswahl-aus-Safari-an-DEVONThink
    Ergebnis: Eine Notiz mit dem formatierten Inhalt der Auswahl in DEVONthink mit URL.
  • Auswahl-an-DEVONthink
    Ergebnis: Eine Notiz mit dem formatierten Inhalt der Auswahl in DEVONthink mit selbstvergebenem Titel.

In jedem Skript findet man in der ersten Zeile einen Text, den man anpassen kann, dort kann man angeben in welchem Ordner die jeweilige Information importiert werden soll.
Beispiel in “Auswahl an DevonThink.scpt”: property pDestinationGroup : “/Notes”
Will man die Notizen lieber in einem anderen Ordner haben dann kann man das ganze z.B. in property pDestinationGroup : “/Notizen” umaendern.

In dem Skript “Website als Bild aus Safari an Paparazzi und DevonThink.scpt” muss man zusaetzlich in der 2. Zeile seinen Benutzernamen angeben damit das Skript einwandfrei funktioniert.

Ich wuensche frohes Schaffen und wuerde mich natuerlich ueber Feedback freuen.

Download

DEVONthink Pro Scripts (20.4 KB)


The %00-Thwirl-Bug

I have written 2 bookmarklets to prevent me from a mental breakdown:

There are 2 bookmarklets:

Firefox, Camino, Safari + OmniWeb (if a 404 error occurs)

Safari “Domain-Bug”

The second bookmarklet is needed for Safari if you get a link which is
just the domain and the URL looks something like this:

“https://sb.acrux.uberspace.de%00”

Safari has a different “error page” when it doesn’t find the domain
so it outputs “file:///Applications/Safari.app/Contents/Resources”
when executing “window.location” and the actual domain is located in
the “Google-Search-Field”.

OmniWeb also has its own error page but I was to lazy to code another
bookmarklet for it.

Tested with Firefox 3 Beta5, Safari 3.1, WebKit Nightly Builds, OmniWeb 5.7
and Camino 1.6 Beta4.