OS X: Airport lässt sich nicht deaktivieren

Geschrieben am 09. März 2010 von Oliver | 1 Kommentar »

Heute hatte ich ein seltsames Problem mit AirPort auf meinem Mac. Und zwar konnte ich AirPort nicht mehr über das Menüelement deaktivieren. Es passierte einfach gar nichts, wenn der Befehl ausgewählt wurde.

AirPort Admin-Password Required 1

Nach kurzer Suche fand ich den Grund in den AirPort-Settings. Wobei dies nicht unbedingt die Ursache ist, aber zumindest das “gewünschte” Verhalten zurückbrachte.

Weiterlesen…

Tags ,

Doom 3 in Widescreen resolution

Geschrieben am 07. März 2010 von Oliver | Keine Kommentare »

Doom 3 Logo

Recently I had some troubles with my Doom 3 game being f*cked up a little. One of the issues was, that the resolution has been reset to 640×480 pixel and I could only change it back to 1024×768 pixel the max.

However, I was able to fix it and playing in pretty widescreen again. Here is what you need to do for your custom screen settings:

Weiterlesen…

Tags ,

AppleScript: Move Files from specific Source- to Target-Folder

Geschrieben am 03. Januar 2010 von Oliver | Keine Kommentare »

AppleScript Logo


I wanted to have an AppleScript application, that takes all the files from a specific Source-Folder and moves* them to a user defined Target-Folder.

After searching my way through different Discussion Boards and the official AppleScript Language Guide, I came up with the following working piece of code:

Weiterlesen…

Tags ,

Center contents on a HTML webpage

Geschrieben am 07. November 2009 von Oliver | 1 Kommentar »

I needed to look up how one can center the whole contents on a webpage by using CSS (the <center>-Tag is of no use anymore, as it will fall away with HTML 5).
I didn’t know it is so easy:

body {         margin: 0 auto;         width: 740px; }

Tags ,

Pages ‘09 Hacks: Unnumbered items in the Table of Contents

Geschrieben am 19. Oktober 2009 von Oliver | Keine Kommentare »

Apple PagesThis is the third and last post about hacks in Apple’s Pages I needed to make use of when I wrote my term paper. Well, this time you cannot really talk about a “Hack” – it’s more a short How-to for anyone having this question/issue.

3. Unnumbered items in the Table of Contents
In my document, I had to add a chapter for attachments. This was of course no issue. However, it looked quite crappy inside the TOC (Table of Contents). Therefore I decided to leave away the numeration for the attachments in my TOC. And this is how I did it:

Weiterlesen…

Tags ,