Safari doesn’t always like bz2 compressed DMG files
December 3rd, 2007
I noticed something weird this morning about the recent SimpleDock project I released last night. The DMG is compressed using bz2 rather than the default zlib compression used by default when creating compressed disk images.
Turns out Safari gets confused and guesses wrong a lot of the time with bz2 compressed disk images, and renames the downloaded file to file.dmg.bz2 when the server doesn’t give a DMG specific MIME type. The end result is that you have to remove the .bz2 extension at the end or the file will be unusable. For that you actually have to know of this issue tho, which not all end-users do.
This problem is easily fixed however if you use Apache by simply adding the following to your .htaccess file:
AddType application/x-apple-diskimage .dmg
With this fixed, i still decided to upload a new copy of SimpleDock which is compressed with zlib instead of bz2, simply cause the size difference was 14.23 KB, and Safari doesn’t have any problems with zlib compressed disk images regardless of MIME types. And also cause I wanted to make a minor change to the uninstall info file
The only strange thing though is that the SimpleDock download worked fine last night when i tested it, but this morning when I was testing some other stuff, I noticed it didn’t work properly anymore.
But oh well, it’s all fixed and working now, and I don’t feel like doing any P.I. work today… lol
SimpleDock 1.0 — a Leopard Dock modification
December 3rd, 2007
Do you not like the new default dock style of Leopard? Do you think the 3D style attracts to much attention and distracts your eye-line by not really fitting into any and almost all wallpapers? Do you find the white line around the flat style insanely annoying and ugly?
Myself I answered yes to all of these questions, which was what got me started on SimpleDock a few weeks ago.
From the beginning it was just supposed to replace the flat dock style, but along the way I came across Rev. Mitchz‘ Dark Glass mod for the 3D style which I fell in love with. So thanks to Mitchz’ permission, I included Dark Glass in SimpleDock
Finally tonight I decided to finish and release this project instead of getting a few hours of more than needed sleep. I’d had SimpleDock collecting dust for the past 10-14 days.
I’ve created an Installer and Uninstaller to make the process as smooth as possible for everyone.
Enjoy
Download SimpleDock
What Leopard’s folder icons should have looked like
December 2nd, 2007
I don’t know about your story, but my story of the first time I the new Leopard folder icons goes something like this; “Wait, what? Is this a joke? am I dreaming? WTF?!”.
In the end though when Leopard shipped, these new (from a lot aspects uglier) icons kinda grew on me and I didn’t really mind them that much after about a week. The old Aqua folders unfortunately look horrible as well in Leopard next to the rest of the UI.
Today I stumbled upon Jonas Rask’s latest work, Maji.
Jonas has done an amazing job with Maji (formally known as “QuickLook”) , and i’ve fallen in love with the icon set. It’s the icons Leopard should have shipped with in my opinion.
My only wish for Maji is that Jonas makes more icons for the set, and if I could have a wish, hard drive icons inspired/based on those found in the Agua icon set.
You can download Maji from here. Also check out CandyBar if you haven’t already, makes your life easy when it comes to installing replacement system icons.
Modern Bubbling: +40,000 Downloads
November 13th, 2007
I noticed today that my Modern Bubbling message style for Adium had passed 40,000 downloads (40,419 as of now). To say the least, I’m really happy and excited about how well Modern Bubbling has been received by the Adium community
I’d also like to say that an update for Modern Bubbling is probably overdue *whistles innocently*. I’ve just been really strung on time pretty much the whole year till recently. So I’ve been getting on top of things the last few weeks, and I’ll soon be getting around to seeing what I can do with Modern Bubbling.
Also, I’m at least planning to create an open-source PHP script for testing message styles without having to use Adium itself. If I get that far soon tho, I can’t say.
Leopard: Spaces Puzzle
November 7th, 2007
What happens when you’re a Leopard user and still awake at 2-3am writing code at the brim of sanity with your eyes almost closed from tiredness? You will shortly find yourself violating the pride of some Leopard features intended for usefulness by turning them into an old classic game.
What I started with:
It only took a few minutes to solve, but it was still fun
And yes, incase you’re wondering, I actually do use 9 spaces *whistles innocently* 
Leopard: Pimpin’ Safari with InputManagers
November 2nd, 2007
We all heard the rumors that InputManagers were completely removed from Leopard. But thankfully as Allan Odgaard of Macromates points out in his blog, that’s not (quite) the situation.
To sum up, InputManagers still work, but not from the User’s Library folder. Only InputManager’s located in /Library/InputManagers/ are loaded if they belong to the root user and wheel group. Also if ~/Library/InputManagers/ exists it seems that all InputManagers are ignored, but not in all cases.
My own personal favorites when it comes to pimpin’ Safari are Inquisitor, SafariStand and Saft. Inquisitor and SafariStand are completely free to download and use, Saft you have to pay for tho (which I’ve been meaning to get around to for a few months now). All of these three Safari extensions are available and work under Leopard now.
Inquisitor has been updated to automatically install directly into /Library/InputManagers/. If it doesn’t load after install, check if ~/Library/InputManagers/ exists in your home folder and trash it if it does.
SafariStand has a Leopard specific release, which for better or worse drops support for the InputManager’s loading technique, and instead relies solely on SIMBL. Previous versions could be used as an InputManager directly, or loaded via SIMBL. Personally I hope that InputManager support returns soon.
With Safari 3, SafariStand can replace one of the two features I like the most from Saft. Automatically restore all open windows and tabs from previous session. SafariStand has long had a restore feature, but (at least if i remember right) it popped up a window first about it rather than just opening everything again. Safari 3 though added a few feature under the History menu called “Restore All Windows From Last Session”, and SafariStand can automatically invoke that function upon launch.
Saft seems to have gone a somewhat strange way to accomplish Leopard compatibility tho. I was gonna give the demo another try since i did a clean install of Leopard, the traces of the previous expired demo were all gone. However, Saft is now packaged as an application you copy to /Applications/. Then you launch Saft.app rather than Safari.app. The Saft application is basically a launcher for Safari which injects the necessary code into Safari to work.
Personally I find Saft’s new approach quite annoying. Ok, so its not a major deal launching Saft instead. But the thing is, that I shouldn’t have to. InputManager still work, SIMBL still works, there are options. But in all fairness, Saft is probably the most complex of the three extensions I’m covering here, and my guess would be that this was the fastest solution to get Saft back up and running for their customers who have upgraded to Leopard. I’m hoping for a future release which works like a normal InputManager, or in worst case, uses SIMBL.
UPDATE: With the release of Saft 10.0.1 it can now be used as an InputManager, or a launcher.
I’d just like to clear up that I don’t hate SIMBL. I just find it unnecessary to use one InputManager to load one that you actually want, while the one you actually want could be loaded directly. Not optimal efficiency, and I unfortunately happen to have a bit of an obsession about efficiency. *whistles innocently*
Leopard: Single-Layer Install DVD: How To…
October 31st, 2007
The time has finally come when DVD5 (Single-Layer) discs aren’t even big enough to hold your favorite operating system. Which is all well, just more “candy” to drool over, unless you’re in a somewhat similar situation like me.
I’m currently using a 15-inch MacBook Pro (2.4GHz) which I bought in august. My previous machine was a 15-inch PowerBook from May 2004 with a 1.5GHz G4 processor. Leopard installed fine on my new machine you might imagine. My PowerBook though, has some issues with its optical drive, specially when it comes to Dual-Layer DVD discs.
The evening I got my copy of Leopard, I obviously was in all haste to install it on the MacBook Pro. Once done I also wanted to upgrade the PowerBook cause my parents use it every now and then. Okay, I lie. I really just wanted to geek out with leopard on a PowerPC machine too, thats not a crime right?
To make my life hard though, I’d forgotten about the optical disc problems with the PowerBook. And without any external optical drive, or firewire hard drives at home, my options quickly became limited to burning a Single-Layer DVD disc with only the essential stuff needed to actually install Leopard on it.
This turned out being a bit harder than I originally thought tho. After a few failed attempts, I got it working.
Keep in mind that I’m not an expert on OSX internals or how to custom make bootable discs. Some of the stuff mentioned bellow might not be deadly necessary to make a bootable stripped down Leopard install disc. Its simply what worked for me. Just so you know before you classify me an idiot incase I’m doing something unnecessary
Also I’m trying to keep it simple so non-geeks find this how-to useful too.
Overview.
What we’ll be doing here, is simply stripping out non-vital data from the Leopard installation disc. This means you’ll end up with a disc without software like the Xcode developer tools, printer drivers and language translations. They are not required to install a working copy of OS X. Once you’ve completed the installation, you can install the removed software from a disk image of the installation disc (more on that later).
Step 1: Create a read/write Disk Image from the Install DVD.
First of all, you’re gonna need at least 12-13 GB of free space somewhere. Then you’ll obviously need to insert your install DVD into your computer. Or if you’re like me and paranoid about optical media. You’ve probably already created a DMG from the install disc for safe keeping on a backup drive. In that case you’ll need to mount the DMG.
Next launch Disk Utility (found in the Utilities folder inside the Applications folder). In the source list to the left in Disk Utility, you’ll see a disc called “Mac OS X Install DVD”, select it.

Next select File > New > Disk image from disk2s3 (Mac OS X Install DVD)…
Disk Utility will now ask you where you wanna save the image. Browse to somewhere where you have at least 8 GB of free space. Select “read/write” as the image format. Name the new disk image “Leopard RW.dmg” and click Save.

Then go make yourself a cup of coffee or do something else to kill about 20-30 minutes.
Step 2: Remove non-vital content from the read/write DMG Image.
Once you’ve created the new DMG, mount it. Now you have a mounted exact copy of the same volume on your original install DVD. Only here you can delete stuff.
Open the mounted volume and start with trashing the “Optional Installs” and “Instructions” folders. Next press cmd+shift+G or select “Go to Folder…” from the Go menu in Finder. In the dialog that pops up type “System” and click Go.
Now you’ll have the hidden System folder from the install disc open. Open the “Installation” folder and then the “Packages” folder. Now we need to trash some of these installation packages which are taking up a lot of space, but are not vital for Leopard to install. The plan is to simply remove all printer drivers, and all language translations.
Here’s the complete list of packages you need to trash:
- BrazilianPortuguese.pkg
- BrotherPrinterDrivers.pkg
- CanonPrinterDrivers.pkg
- Danish.pkg
- Dutch.pkg
- EpsonPrinterDrivers.pkg
- Finnish.pkg
- French.pkg
- FujiXeroxPrinterDrivers.pkg
- German.pkg
- GutenprintPrinterDrivers.pkg
- HewlettPackardPrinterDrivers.pkg
- Italian.pkg
- Japanese.pkg
- Korean.pkg
- LexmarkPrinterDrivers.pkg
- Norwegian.pkg
- Polish.pkg
- Portuguese.pkg
- RicohPrinterDrivers.pkg
- Russian.pkg
- SamsungPrinterDrivers.pkg
- SimplifiedChinese.pkg
- Spanish.pkg
- Swedish.pkg
- TraditionalChinese.pkg
- XeroxPrinterDrivers.pkg
Once you’ve trashed all these files, its time to empty the trash to remove the files permanently from the disk image.
Step 3: Creating the final 4.38 GB Disk Image and burn it to a Single-Layer DVD.
Now we need to create a new disk image with the correct size. Sure, the first disk image we created only has just about 4 GB of data on it, but its volume size is still 7.5 GB. Which means you still need a dual layer disc to burn it.
Unmount the modified disk image you just stripped down. Then we need to create a new 4.36 GB disk image with Disk Utility. I know, 4.38 GB is the limit of Single-Layer DVD discs, I just prefer to aim right below the limit, just incase.
In Disk Utility select File > New > Blank Disk Image. The image format should default to read/write which is what we need. Change the size to 4.36 GB. If you’re using Leopard make sure that Partitions is set to “Single partition - Apple Partition Map”. Save it somewhere you’ve obviously got at least 4.36 GB of free space and name the image “Leopard Stripped.dmg”.
Then go for another, but shorter, coffee break.
Once done, mount the new empty disk image if it isn’t already mounted. In Disk Utility select the mounted volume of the new disk image and click the Restore tab. Drag the “Leopard RW.dmg” image into the Source box, and drag the mounted volume of the “Leopard Stripped.dmg” image into the Destination box. Mark the Erase destination checkbox.

Click the Restore button and wait a few seconds. Disk Utility will report an error of some kind. Select “Leopard Stripped.dmg” from the source list on the left and click the Eject button in the toolbar. Once ejected, click the Open button and it’ll mount again, but this time the volume label should be “Mac OS X Install DVD”. Uncheck the Erase destionation option and click the Restore button again.
Time for a third coffee break.
Once the restore process is complete, unmount “Leopard Stripped.dmg”. Then its time to burn the disc finally.
Personally i used Toast to burn my stripped down disc, but there shouldn’t be any problems burning it using Disk Utility. To burn it using Disk Utility, select “Leopard Stripped.dmg” from the source list on the left, and click the Burn toolbar button. Use any normal DVD±R disc
Step 4: Installing Leopard from the Stripped Install DVD.
Installation is pretty much exactly like normal, except you have to make sure it doesn’t attempt to install any printer drivers of language translations. Those files aren’t there anymore, and if the installer tries to install them, it’ll just commit a pretty suicide.
UPDATE: As Mike pointed out in his comment, if you are performing an upgrade install the installer requires that any previously installed language translations are updated. Which means they can not be unchecked during installation. To get around this, he recommends using Monolingual in Tiger to remove the additional languages before performing the upgrade install. If you go down this path, please let me know how it goes as I’m curious.
Also, it can take a VERY, VERY VERY long time for your machine to boot from this customized disc. My PowerBook took about 25 minutes too boot, all the while just showing the gray apple logo and spinner.
After selecting which disk to install Leopard on, you’ll have a Customize button in the lower left on the installation wizards dialog. Using the customize feature, uncheck Printer Drivers and Language Translations. Then the installation will go on without a hitch.
Step 5: Installing the software stripped from installation disc.
For this, you’ll need a mac which can read the Dual-Layer Leopard disc, just like you did in the beginning to create the disk image from the Leopard disc.
Create another disk image from the Leopard install disc like you did in the beginning. Only leave Image Format on compressed. I’d recommend you name it “Mac OS X 10.5 Leopard.dmg”. This disk image file you can keep as a backup incase you ever loose or otherwise damage your original Leopard install disc.
Then its just a matter of making the backup disk image accessible with the help of networking or an external hard drive to the newly installed Leopard machine. Simply mount the disk image, and use the Optional Installs package to install any/all of the language translations and/or printer drivers you want. You can obviously install the Xcode Developer Tools as well.
Step 6: Uhm…. Enjoy Leopard? Can that even be classified as a step?
Thats it, you should be all set. Now you can play with Apple’s latest toy
P.S. You probably noticed the screenshots I’ve used here are from Leopard. I simply don’t have a Tiger machine anymore (hehe). Also yes, I’ve installed Windows XP with Boot Camp, partially to test out the new Boot Camp 2.0 (which partitioned my internal drive a lot faster than Boot Camp 1.4), and to play some games those rare moments when I don’t have anything to do.
Leopard: Spaces Bug
October 31st, 2007
UPDATE: If you’re using Proteron’s LiteSwitch X you wont be effected by this bug. Hopefully Apple will fix this issue in the upcoming 10.5.1 update.
UPDATE 2: I just installed the 10.5.1 update, and it seems like this bug has been fixed, as far as I can tell so far, I’ll update further in a few days if I still have issues.
UPDATE 3: With quite some delay, I have to say that the issue hasn’t been fixed, just improved a bit, it happens less than half the time when switching to apps with windows on multiple desktops now, rather than the 80-90%? of the time it did before.
I’ve been running Mac OS X 10.5 Leopard now for 3-4 days and surprise surprise, I’m (mostly) loving it
One thing that’s been annoying me though, is a bug in Spaces. When you’ve got multiple windows from a single application you can get some very unwanted space switching when using cmd+tab application switching.
If you’re running Leopard, try it yourself. You’ll need three running applications, I’ll use Safari, TextEdit and Finder for this example. Also note this bug doesn’t seem to happen EVERY time, but at least most of the time the following steps are done:
- In space 1, open a Safari, a TextEdit and a Finder window.
- In space 2 open a new Safari window and switch back to space 1.
- Click on the Safari window in space 1 making it the active application.
- Using cmd+tab switch from Safari to Finder, and then back to Safari again the same way, then switch from Safari to TextEdit, and back to Safari again. Works fine.
- Now however, switch from Safari to Finder, then from Finder to TextEdit, and then from TextEdit to Safari….errr what just happened?
What happened was that you switched back to Safari, but you’ve also been automagically transported to space 2, even if you wanted to stay put in space 1.
This happens thanks to a feature of Spaces which obviously isn’t working perfectly as it should. When you switch to an application which is in another space using the dock or cmd+tab Spaces will automatically switch to that space.
So, simply put, Spaces doesn’t always properly detect which is the active window of an application, and wrongfully switches you to the wrong window on the wrong desktop.
One more thing…
…which I find annoying, but which I imagine is a feature rather than a bug, is how Spaces handles the restoration of minimized windows. Lets say you minimize a window in space 1, and then you move on to space 3 to do some other work. Then you wanna work on the minimized window in space 3 so you restore it. But this switches you back to space 1 (where you minimized the window in the first place) and restores the window there. I can see the logic behind this cause minimizing is not meant to be a way to move windows between spaces, its merely a way to get windows you don’t need right now out of the way. However, personally I’d like the window to just pop back up in whatever space I’m in right now.
So my final thoughts of Spaces is that it needs some bug fixing, and more settings in the Spaces System Preferences pane for customizing a few behaviors. Oh and a menubar pager like ye ol’ Desktop Manager which gives you an overview of all desktops would be awesome. Its the one thing i miss from Desktop Manager.
Ready For iPhone - The Badge.
June 16th, 2007
With all the general grumble about the Safari-is-the-SDK-for-the-iPhone on the internet, I figure that… hey, if the internet *is* where all the iPhone apps are, all web apps are iPhone apps. So, I made a badge.

Feel free to include this image on your Safari Tested™ blog (or web app) if you feel like Steve is brushing you off like a cheap $2 hooker.
Download (the badge, you perv, you can find your own hookers on your own time).
It would seem I am the only one who’s ever seen the ‘Made for iPod’ badge, so don’t feel bad if the joke is lost on you.
Modern Bubbling 0.9.2 (bugfix)
March 7th, 2007
Last minute bugs which are missed are annoying, to say the least… well v0.9.1 had one, namely Alternative Glass variants all had the blue header, rather than the glass one the normal Glass variants have, but all fixed now
Modern Bubbling 0.9.1
February 28th, 2007
Small update with an added feature, and the most critical bug fixed
Thanks to Tony Via who created a mod which added a header, i managed to squeeze a few hours aside in the middle of the night to work a bit on Modern Bubbling. I added Tony’s header with modifications, and another header style. I also fixed the custom font bug, or should i say, no-custom font, cause thats basically what it was, you were stuck with 11px Helvetica no matter what you picked in the message style preferences.
Anyway, enough talking, here it is:
http://adiumxtras.com/index.php?a=xtras&xtra_id=3629
hope you enjoy
Web-Dev Uber-Configuration on Mac OS X
February 18th, 2007
Mac OS X is an excellent web-development platform if you ask most (except if you ask Windows fanatics). It’s UNIX based, comes with Apache 1.3 pre-installed and ready to rock ‘n’ roll basically. But the default factory settings for Apache and more generally don’t fill all the requirements of the average web-developer, so you change settings, install this, install that, customize a few more things, and before long you’re not sure what you did and where sometimes. And this becomes a problem if/when it comes time to reinstall OSX on your little baby, or simply when your old baby is to old and ugly and you throw it out the window from the 4th floor head first in favor of a brand new and cute little baby. *evil grin*
Whatever the reason, it’s always a pain in the ass to reinstall a system, specially when you’ve installed and reconfigured a lot of background daemons and services. Hence I thought I’d share my method of configuration which makes it quite easy just lifting it all from one system to another.
What I’m gonna outline here is installing PHP 5, MySQL and additional tools, and reconfiguring apache the way I’ve done it.
So lets start by downloading PHP 5 for your system from here:
http://www.entropy.ch/software/macosx/php/
It’s a no brainer, just extract the tar.gz archive and double click the .pkg installer package and follow instructions. This will leave you with a working PHP install located in “/usr/local/php5/”.
Then lets move on to MySQL, download the package for your system here:
http://mysql.org/downloads/mysql/5.0.html#Mac_OS_X_(package_format)
Again, its an easy .pkg installation. Optionally, you can install the preference pane which is an easy way to start and stop MySQL. If you want the MySQL daemon to run at system startup, use the .pkg startup item installer, as the option in the preference pane doesn’t seem to work at all
The MySQL GUI Tools are very useful, and are available here:
http://mysql.org/downloads/gui-tools/5.0.html#OSX
As for Apache, there’s a few things to do, first of all you should make sure you’ve turned on “Personal Web Sharing” under the Sharing preference panel in System Preferences. Next we’re gonna add a single line to Apache’s configuration file. Use any text editor of your choice, to open “/etc/httpd/httpd.conf”, you can use the terminal based pico editor by running this in a terminal:
sudo pico /etc/httpd/httpd.conf
Then right at the bottom of the file, add the following on a new line (if you’re using pico, you can quickly scroll down using ctrl+v):
Include /Users/username/Library/httpd/*.conf
Obviously, make sure to replace “username” with your own username. The idea here is that we have apache automatically include all .conf files located in your own “~/Library/httpd/” folder.
Now, before we do anything else, I recommend you open your “~/Sites/” folder with the finder, create a new folder called “_public”, and move everything inside your Sites folder into the newly created _public folder. We’re gonna reconfigure your _public folder to be Apache’s root directory rather than “/Library/WebServer/Documents”.
Then open the “~/Library/” folder in your home folder, and create a folder named “httpd”, in there lets create “_main.conf”, and put this in it (the “Listen” settings you don’t really need unless you want them):
DocumentRoot “/Users/username/Sites/_public”
Listen 80
Listen 3000
Listen 8080
Again, replace “username” with your own username. Save the file, and run the following command in the terminal and enter your password when asked to relaunch Apache.
sudo apachectl graceful
Open http://localhost/ in a web browser, and you should see the contents of your own _public folder
Then you can continue to create an “aliases.conf”, “virtual_hosts.conf” and more in “~/Library/httpd/” and apache will automatically include them. This way, you only need to do a single modification to the bottom of httpd.conf on any new system aswell, and just place your config files in the correct dir, and you’re ready to rock ‘n’ roll
What I’ve also done myself, is that I create virtual hosts for the different projects I’m working on. So lets say I’ve got a new project now called “Banjo”, then I would create “~/Sites/banjo/” and I’d create a virtual host entry in “virtual_hosts.conf” that looks like this:
<VirtualHost *:80>
ServerName banjo
DocumentRoot “/Users/username/Sites/banjo”
</VirtualHost>
Then I open “/etc/hosts” with a text editor, and I create a new entry which looks like this:
127.0.0.1 banjo
Once all is saved and done, I restart Apache with “sudo apachectl graceful”, open http://banjo/ in a web browser, and I’m all set to create another world dominating merciless enemy business killing machine of a site… Heh
Myself I’ve got phpMyAdmin installed in “~/Sites/_public/mysql/”, which makes it accessible at http://localhost/mysql/. Also, I have a virtual host configured, and a entry in the hosts file so I can also access from http://mysql/
Then of course, I use TextMate, and I’ve got a TextMate project with all the Apache and PHP configuration files, which I can quickly open using Quicksilver by pressing cmd+space and typing “httpd” and pressing return cause the project file is called “httpd”. But the rest of my workflow is a story for another time
I hope some of you have found this useful, saionara fili moy…
Modern Bubbling — an Adium Message Style
January 11th, 2007
So, i’ve finally gotten off my ass, and submitted my first message style for Adium. The plan was to add a few more things to it before i released it, but that was 3 weeks ago, and i haven’t had time to work on it, so i decided to just release it in its current form cause its stable, works well, and looks nice
Check out Modern Bubbling here: http://adiumxtras.com/index.php?a=xtras&xtra_id=3629
Hope you like it
Digg it here: http://digg.com/design/Modern_Bubbling_a_most_excellent_Adium_message_style
Cleaning Up After SVN
December 12th, 2006
If you’re using SVN for keeping your source safe for web apps, you may notice uploading the working folder also uploads all those hidden .svn folders. Not ideal.
Here’s the shell command to delete all those .svn files from your working directory:
find -d "your/working/directory" -name ".svn" -exec rm -r '{}' ; -print
The -d flag (-depth) means the find command will “process each directory’s contents before the directory itself” so the rm (delete) command won’t complain it can’t find a file in the structure it just deleted.
(I am not responsible if this screws up your project, I assume if you’re a developer and you’re using SVN you *should* know what you’re doing. However, just in case you don’t, once you run this command you won’t be able to update your working copy, nor commit or anything else, so… [insert cautionary advice here])
cmd+tab+scroll wheel = crazy delicious
December 5th, 2006
I usually hit cmd+tab and then mouse over the app icon i’m looking for and let go to switch to that app; it’s faster than cmd+tab+tab+(repeat for every app open). I randomly (read: accidentally) scrolled with the mouse while while doing this once, and surprisingly, it scrolled through the app icons.
I had no idea it would work like this, nor have I read any thing that hinted to that behavior, but it seems really handy for people with multiple displays who like to use the cmd+tab/mouse app switch combo.
How do YOU switch? How does YOUR productivity workflow look? And finally, does anyone even use that “crazy delicious” formula meme anymore?



