Afloat Goes 2.0

Leopard is great, but with Leopard came the inability to have transparent windows anymore Sad. Until Afloat 2.0 was released just recently! The old Afloat was great, but it was broken when Apple upgraded to 10.5 Leopard.

Afloat 2.0

Afloat is an app that lets you make windows transparent and adds various other superfluous effects to all cocoa apps.

Picture 1

A quick FREE download and you'll all ready to go! Just open up any cocoa application (Safari and iChat for example) and click on the "Window" menu item. Any option with a little cloud next to it is a special Afloat add on.

Leopard Volume!

(From TUAW)
"Sure, you can use the volume key on your MacBook or
Apple keyboard to do quick volume changes, but that doesn't adjust the volume that precisely. If you want to fine tune your volume, you have to either open System Preferences or click on the volume icon in the menu bar. However, you can also tweak the volume by holding down the option + shift keys and tapping the volume up/down keys on your keyboard.

volume_fine_tune_with_key_press

As an additional note, you can also hold down the shift button while pressing the volume keys to mute the "pop" that you hear when pressing the volume key.

feedback-volume-2

If you want to permanently silence the volume-adjust beeping, uncheck "Play feedback when volume is changed" in the Sound Effects preference pane and it won't bother you again (helpful for podcasting or other situations when you might need to adjust your volume on the fly)."

Calibrate Your Screen

Most people take their computer screens for granted. They don't realize the full potential is just a few clicks away! Leopard has a built in screen calibrator that will help you get your screen looking as color popping and accurate as possible!

Display Calibrator

Macworld has this slightly old, yet still accurate article on how to set up your screen quickly and accurately. It was a great help when trying to match my two screens so they were similarly and accurately displaying color.

Syslogd Process

If you're using Leopard's Time Machine, from time to time check out the ram/cpu usage on a process called "syslogd." It gets extremely high, the good news is all you have to do is kill the process and it restarts in a few seconds at its normal ram usage around 7MB. There are two ways to go about doing this without having to open Activity Monitor every time you notice this problem. The first way uses the Terminal, just type in sudo killall syslogd then enter in your password. like this:

Picture 2

Or you could write an Applescript that says the following:

Picture 1

This is what I do because I use the scripts menu item and I can access and run this and other commonly used scripts with just a quick click. I like menu items a lot, what can I say? Happy

Picture 3

Adobe Photoshop Lightroom

What's Adobe Lightroom? Well it's Adobe's version of Aperature... which is like iPhoto and Photoshop all rolled into one clean program.

Adove lightroom logo

In short, it's a gorgeous application that lets you organize and edit your photos, create awesome slideshows, prints, or webpages to show off your photos. This video will show you what Lightroom is and the quality of photos you can make and edit.

Adobe Lightroom

Click here for some cool video tips on how to get started and use some of the more advanced features.

Evernote

This is a new way of keeping everything you need t remember organized and easily searchable. I won't do Evernote justice, so watch the short video to learn about what it really does.

VMware Fusion

If you own an Intel powered Mac you probably know about Boot camp and Parallels, but VMware Fusion is in a whole new league of awesomeness! This is what you see when you first open Fusion.

VMware Fusion

Oh, you see a few distros of Linux up there you say? Yeah, Fusion can handle any OS you throw at it... 32 or 64 bit! That includes any distribution of Linux, Windows 3.1 to Vista plus server editions, Solaris, Novell NetWare, Free BSD, and pretty much any other OS that can run on an Intel processor.

VMware Unity

With VMware Fusion you can enable Unity, which lets you run Windows apps right on your Mac desktop right along side your Mac apps. You can then minimize them to the dock, use them with Spaces and Exposé. You can actually save programs to your dock just like normal Mac apps and when yo want to open them you just click on it like a regular application and it opens on your desktop just like normal. Above you can see my desktop running the Windows version of Firefox and Minesweeper right alongside with Apple Mail, Adium, and iTunes.

You should really check it out, there's a free demo on the
VMware site, and I found my copy for $39 on Amazon.

Sofa Control

sofacontrol logo Sofa Control ($14.90) (or use the key in iSerial) lets you control everything on your mac with your Apple remote. Keynote, Preview, iPhoto, VLC, Quicktime, DVD Player, Finder, Mail, you can even control the mouse with your remote! Plus over 60 more applications. When you start it up for the first time Sofa Control shows you how you can use it with a very interactive presentation using your remote right off the bat.

Picture 1

This app is really awesome and the only thing I wish they would add is support for more applications.

sofacontrol_global

Above is what this what you see overlaying the desktop when you hold the menu button for 2 seconds. You get a global menu that gives you access to a whole bunch of the Finder native options. (i.e. dashboard, exposé, front row, screensaver, sleep timer, shut down, restart, also you can open any application or file).

TimeMachineEditor

If you are like me an have an old, yet still Leopard compatible, computer you have probably noticed that Time Machine slows up your computer during its hourly backups. Well TimeMachineEditor lets you edit how often Time Machine backs up!

Picture 1 Picture 2

Your options are at an interval of specified hours, once a day at a given time, once a week at a given day and time, or once a month on a given date and time.

iPhonesque Growl style

Usually I'm pretty disappointed with the OS X notification system Growl styles and I just default to a plain black semi-transparent Growl style, but then came along iPhonesque.

iphonesque-promo

These guys have done a great job at creating something that looks great, not customizable at all, but looks awesome!



Missed an article? Try looking on the Archive page!

QuickLook

Leopard users know about how useful QuickLook is when you want to quickly get a glimpse at a photo or a video, well until now looking at folders just showed you a big image of your folder icon. With this pretty cool plugin you get an added functionality where you can see the contents and information about them. Click the picture (or here) to download the file to install this neat addon.

quick look with plugin

To install: open your hard drive/Library/QuickLook and put the component file from inside the zipped file in this folder and log out. When you log back in QuickLook into a folder and check out the goodies!

iTunes Sleep Timer

If you're like me, you enjoy listening to music when you go to sleep from time to time. The only problem is iTunes doesn't have a sleep timer function, which is weird given that its predominantly a stereo for most college students. Anyways, here's how you can add sleep timer functionality right into iTunes without downloading any extra applications:

For this you'll need an application called Script editor, you will have it in your applications folder inside a folder called Applescript, unless you were trying to save space one day and threw it out, any script editor will do for this very small task though if you did trash it.

itunes

1. Create a folder called “Scripts” in the “Users/you/Library/iTunes/” directory.
2. Open the Script Editor located in “Applications/AppleScript/” folder.
3. Type the following code:


Tell application “iTunes”
Delay 3600
Quit
End tell


*note that you can change the delay time to any other time in seconds.
**also note that you can change the "Quit" to "Pause" if you like.
4. In the File> Save As… menu save the script as a application, deselecting the Startup Screen and Stay Open options. Save it to your newly created “Scripts” folder with whatever name you want.
5. Open up iTunes. You’ll see a new menu that will give you access to all your iTunes AppleScripts.
The only issue with this little trick is that once you tell iTunes to start a script it won't let you do anything within the program until the script is done. So if you change your mind, you'll have to force quit iTunes.

Time Machine Backs Up Too Often!

So if you have an old machine like me (1.0GHz PPC PowerBook G4), then you've probably noticed that your computer can run pretty sluggish at times. If you look at your active processes you'll most likely see a process called “mds” taking up around 100MB of ram about once every hour for 10 minutes or so. That's time machine looking at your system to see what's changed. Well it just so happens that this interval can quite easily be changed from 3600 seconds (every hour) to anything you want. I switched mine to 14,400 seconds (4 hours for those of you non-math people). This simple act of making my system backup less often is great on my processor and ram!

Time Machine

Here's how you do it:
Navigate to: /System/Library/LaunchDaemons. There you'll find a file named com.apple.backupd-auto.plist. Copy this file to your desktop and then open it with any text editor (or Apple plist editor if you have it!) and look for this section:

Picture 1

Change the 3600 number to some other time interval in seconds, Save and quit, then replace this file back into the LaunchDaemons folder, you'll need to be an admin. Restart your machine you'll have a new Time Machine's backup interval!

Dock Separators

I did post a while ago on how to keep your dock clean and in categories using little dock separators. Well now that Leopard has a new dock those old separators don't really look good anymore... I've made a new version based on the “Railroad” divider between the apps and stacks. Check it out on my Goodies page!
dock w: separators

Dark 3D Dock in Leopard

So I've had Leopard since the night it came out, and I've had some time to really get to know it. Most of it I like, the only parts I currently dislike are parts that are slow because my laptop is old and the resourses are taxed. Quicklook for example, it's a really great feature, but on my machine it's a little sluggish. Anyways, back on point, today I have a nice customided little haxie you can do so your new Leopard dock will be a smooth dark grey that excentuates the mirror effect instead of the standard light grey with arcs in the background.

leopard dark dock background
Get your dock looking like this by going to the
Goodies page!

Guest Login

Ever had a friend over and they want to use your computer and you reluctantly say yes knowing they'll probably mess with your settings? Well Leopard comes with a new feature that is JUST for these moments!

macsecurityleopard

Guests can login and are allowed to do only the things you predefine. But instead of restricting your friends, you can pretty much let them do whatever they want because when they log out the account is expunged, and the next time it's logged into it's as if it's a brand new account again. Apple reinstalls the user each time you log into this special guest account, that way no matter what your guests mess with, they'll never do anything to your computer!

Leopard

Just as a note to those of you who live under a rock Apple will be releasing their new operating system OS X 10.5, or Leopard, in just 8 days now. Apple just updated their website with a list of 300 new features they've added since the most recent operating system version, 10.4 Tiger.

Check out some of the recent screenshots taken right from the most recent developer build that showcase some awesome new features and a great new look.

leopard desktop

leopard finder

leopard mail to do

No More Dotted Lines!

Now That i just got done praising Firefox for its awesome features, lets talk about another awesome thing... customizability built in! Ever enter in about:config into your address bar? Try it! This is a great big long list of the features that Mozilla will let you edit to your preference. Here's one way you could change your Firefox to work to your liking (Mike Lipson), lets get rid of those annoying dotted line box around links and pictures after you click on them.

firefox dotted line link

Go to about:config and filter down the results and look for browser.display.focus_ring_width, then click on the on the parameter on the right and set the value to 0 (zero). This will get rid of that annoying dotted line and make your browser much nicer on the eye when clicking links!

Free iMovie HD 6

Yep, Free iMovie HD 6, right from Apple. I think they just want people to experience how good iMovie was, then they can see the full benefits of the brand new version that is a part of iLife '08.

imoviehd603_20070608160647

Multiple iTunes Libraries

It's a little known fact that you can have more than one iTunes library. The funny thing is that it's SO easy to set it up it's crazy. All you have to do is start up iTunes while holding down the option key and you are given this prompt:

itunes multiple library

All you have to do is choose the "Create Library..." button and you are given the option to choose a place and a name for it.

What you need to know about what this means: This gives you the ability to have two separate libraries on one computer under one user. You can NOT open iTunes and use both libraries at the same time. This option simply lets you make, or choose am iTunes library where your music is kept. Preferences for each library are kept completely separate. The only downside I see with having multiple libraries is that whenever you open iTunes you will have to hold option and choose your library.

For those of you with more than one person using the family computer, this is a rather viable option if you don't want to have different user accounts.

Front Row Hack

You are one of three people: you have an Intel-based Mac and already have font row, you have a PPC (i.e. PowerBook, iBook, iMac G4) and you have it installed, or you have a PPC Mac, and you don't have it installed.

Wherever you fall, you probablty don't use Front Row. I know I don't use it very often, but it's a nice thing to have as a wow factor, and on occasion it's fun to use. Well, if you fell into the last category, my newest
Helpful Hack tip is a quick and easy way to get front row running on your machine in 5 minutes and you only need to get to get your hands a little dirty for this one.

Note: This hack only works if you have an apple mouse plugged into your computer.