Skip to Content

WoW Insider is getting ready for BlizzCon!
AOL Tech

dock posts

Filed under: iPhone, iPod touch, Jailbreak/pwnage

Found Footage: More new Stack features for jailbreak iPhones

Looks like Stack for Jailbreak has some new improvements. For those of you unfamiliar with the application, Stack adds a quick-launch menu directly to your iPhone dock, letting you expand your dock space to hold all your favorite apps. With it you can add 16 items (using grid view) or 5 items (in fan view) for easy access in each stack. And stacks are not just limited to the dock. You can add stacks anywhere in the home screen as well.

As this video shows, you can now rename your stacks as well as use drag and drop editing. So you can create a 'Games' stack, an 'Internet' stack, and so forth. Removing items from a stack is just as easy as adding them. Just drag them out from the stack for an Apple-standard "puff of smoke" animation.

Stack, which is developed by iPhone expert Steven Troughton-Smith is donor-ware. Although not ready for public release, he has regularly been seeding early alpha builds to people who have donated to the project. But as you can see, it's making great progress.

Stack is a jailbreak-only product as Apple does not permit this kind of OS-based enhancement in App Store. That's a pity, because the relative difficulty and fear of jailbreaking keeps this kind of groundbreaking software away from the general public. It's an enhancement that Apple really should have built into the iPhone -- and hopefully someday will.

Filed under: Odds and ends

Spell it out with your Dock

For your early-afternoon entertainment, I have the story of Mike Giepert, who happened one day to spell something clever with the icons in his dock.

His website, in fact, has a whole raft of these sets, including those submitted by his readers, to spell everything from "vamp" to "agoraphobic."

What can you come up with? Feel free to take your own screenshots, add them to our TUAW Flickr Pool and leave a comment!

Filed under: Software, Beta Beat

Beta Beat: Dropzone for Mac OS X


The Mac OS X Dock is a great UI invention, but it doesn't have all the functionality that it could have. That's why one developer is looking to expand the functionality and make it even better with an application that he calls "Dropzone."

Dropzone is a small application that you can install on your Mac, and as the app name suggests, drag stuff onto. When you drop a file on the icon, you will get a list of options depending on what type of file you just dropped. For instance, you could drop a picture onto the icon and get an option to email, send to Flickr, or upload to an FTP server.

Different applications can "register" to work with Dropzone by using a simple API, the documentation for which can be found on the Aptonic website. The more applications that decide to work with Dropzone, the better (developers, did you hear that?). There is currently no shipping date set for this handy little Dock tool, but you can check out a teaser video on the Aptonic website, and also apply to be a part of the beta program.

Filed under: Analysis / Opinion, Gaming, Software, Odds and ends, Developer, iPhone, App Store

What's in an icon?

Gedeon Maheux has an post about how an icon is designed from the aptly-named Iconfactory (specifically the Frenzic app icon), and while I don't have any design skills to speak of at all, it's an interesting look into how those little snippets of art are made.

Icons are increasingly important, especially on the iPhone and OSX, as Apple leverages icons more and more in their interfaces, from the Dock to CoverFlow to the iPhone's home screen. He sounds a little sheepish that they obsess over icons, but why shouldn't they -- every time you decide whether or not to buy or use an app (some might say the most important part of an application's lifeline), you're likely looking right at the icon.

There are a few things to take away here: they designed the icon not by itself, but right alongside all the other icons on an average iPhone screen -- in context, where people would see it. And they walked a thin line: while they wanted it to stand out as something you'd chose even among the apps you've already purchased, they didn't want it to be so bright or flashy that it broke the UI. Truth be told, Frenzic's icon still looks a little bright to me, but the lesson is good: the UI comes first.

Ged closes with a sentiment I've agreed with for a while: while there's a disturbing trend of adding "On Sale" or "New!" to icons in the App Store (not to call anyone out, but ahem) that doesn't serve the developers or their customers. An icon, just like your app, should be subtle and simple and beautiful. After all, isn't that why we're all using Macs in the first place?

Filed under: Humor, Cult of Mac, Odds and ends, Stocking Stuffers, Deals

Throwboy Dock Icon pillows


We're in the middle of gift guide season right now, but here's a gift that would fit great on any Mac user's list: Throwboy has designed a set of throw pillows after some of the Dock's most famous icons, including iTunes, iPhoto, Dashboard, and the Finder. They're 100% fleece, hand-crafted, and look cuddly as all get out.

Sure, a computer icon might seem like a strange thing to squeeze, but hasn't Finder been there for you in the worst of moments before? No reason that shouldn't remain the case outside the computer as well. You can pick up a pillow (for yourself or anyone else this holiday season) for $29 each, or $149 for the whole set. They ship in about 3-6 weeks, so there's no guarantee you'll get it by Christmas, unfortunately, but as their order page says "handmade takes a while."

Filed under: Terminal Tips

Terminal Tips: Make the Dock spring loaded

Spring-loaded Dock items, just like spring-loaded Finder items, are supposed to save you time by allowing you to drag a file over the folder/icon, hover for a few seconds, and have the application/folder open. Some people like these spring loaded items, while others don't -- with this Terminal "hack," you can either enable or disable this Dock feature. To enable it, open Terminal.app (located in /Applications/Utilities/) and type the following command, pressing enter:

defaults write com.apple.dock enable-spring-load-actions-on-all-items -boolean YES

To disable spring loaded items, replace the "YES" in the command above with a "NO."


Want more tips and tricks like this? Visit TUAW's Mac 101 and Terminal Tips sections.

Filed under: Terminal Tips

Terminal Tip: Disabling Leopard's Dock spring windows

I seriously hate the way that Leopard's spring-loaded download pane works. So this morning, I asked our team if there were a way to get around it. "Of course," said Brett, and he pointed me to this Mac OS X Hints page, warning me that it was a kludge.

Kludge it may be, but it was a kludge that worked just fine. I didn't quite follow the directions in that post, though, and I thought I'd share my approach because it worked a lot more easily for me.

First, I opened Terminal and changed directories to ~/Library/Preferences. I made a backup copy of com.apple.dock.plist (probably completely unnecessary, in retrospect) and converted the original version to XML from binary: plutil -convert xml1 com.apple.dock.plist.

Next, I opened the preferences property list in TextEdit and did a global search/replace on directory-tile, changing all instances to directory. I saved and then did a killall Dock.

When my dock returned, it returned with the normal, happy, uncomplicated folders you see here. When clicked, they open normal, happy, uncomplicated file browsers. Yay. Thanks, Brett, and thanks Mac OS X Hints.

Also thanks to TUAW readers Brandon, who points out that you can Command-click the folder and Rich who suggests adding folder aliases rather than the folder itself.

Filed under: Terminal Tips

Terminal Tips: Add recent applications as a Stack on Dock


Do you find yourself constantly using the Apple menu to find your recently opened applications? This simple Terminal hack will create a custom Stack on the Dock that will show your recently opened applications. Just open Terminal.app (/Applications/Utilities/) and type in the following command:

defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile"; }'

Once you type in the command, you will need to restart the Dock by typing "killall Dock" and pressing enter. If you decide you don't want the newly created Stack, just drag it off the Dock like any other Stack.


Want more tips and tricks like this? Visit TUAW's Mac 101 and Terminal Tips sections.

Filed under: Analysis / Opinion, iPod Family, SDK

My ideal iPod touch

Don't get me wrong, I love my iPod touch. As a matter of fact, I'm writing this post with it on the beach as my girlfriend goes surfing. But with Apple's new product announcement on Tuesday, it makes me wonder what changes could be in store for our favorite supercharged music player.

I think the single greatest thing Apple could do for the iPod touch is take a page from the Amazon Kindle and offer free "Whispernet" service for every iPod touch sold. (Or, say, roll it in with a Mobile Me subscription.) Amazon bought access to a chunk of Sprint's EVDO network, which means every Kindle has network access wherever it goes.

Apple could make such a deal with AT&T -- and its various partners worldwide -- to provide the necessary bandwidth. Who knows -- perhaps they have already. Allow tethering with software like NetShare, and you've got Internet access for your Mac, too. Instant-on, and always there. Brilliant.

Another simple addition would be GPS functionality, bringing the iPod touch in line with its newer sibling. Suddenly, the need for both a GPS and an iPod in your car is obviated, and it opens up interesting opportunities with the car manufacturers who already offer iPod integration in their vehicles.

Third, and this could apply to new iPhones too, would be to allow access to the dock connector for Apps. This opens up all kinds of options for iPhone and iPod touch owners to use voice recorders and cameras, as well as potentially control a wide range of equipment from industrial automation tools to backyard telescopes.

Who knows what Apple has up their sleeve? Certainly not me. But with this wish list fulfilled, you can be sure a new iPod touch is in my immediate future.

Filed under: Software, Odds and ends, Freeware, Leopard

Customize your Leopard Dock and more with SuperDocker

Super DockerRoss McKillip over at Simple Help pointed out a great little Dock utility a while back called SuperDocker.

If you want a basic 2D Dock again, or think it would be cool to make the Dock look like a wooden shelf, then SuperDocker may be for you. This donation-ware utility not only gives you control over the look of the Dock, but also provides an easy-to-use portal for customizing other features of Leopard. SuperDocker can:
  • Lock the Dock
  • Make your Dock 2D
  • Enable Dashboard widgets on the desktop
  • Add the Development menu in Safari, including the Web Inspector
  • Customize the Safari progress bar
  • Disable the shadows on screenshots
  • Disable the crash panel when an application crashes
  • ...and a lot more
A number of Dock backgrounds and other items have been uploaded to the SuperDocker site; to install them on your Mac, you just drag and drop 'em on the appropriate spot in SuperDocker.

A similar app that is popular with a lot of Mac users is OnyX, which adds maintenance and optimization utilities to the mix. Do you customize your Dock or Finder? If so, what utility do you use? Let us know in the comments.

[via CreativeBits]

Filed under: Accessories, iPod Family, iPhone

Apple to release new iPhone/iPod touch dock?


Electronista reports on a patent filing for an iPhone/iPod touch dock that could allow you to both charge and play video in landscape mode, simultaneously. The patent was filed on September 5, 2007 -- near the time of the iPod touch debut. The so-called "dock" looks more like the tiny holder that ships with the iPod touch, with the exception of a dock connector plugged in.

Apple does, however, file patents that it might not ever use -- as do most other companies. What do you think? Could this be a new dock design, or is it the patent for the included iPod touch stand?

Filed under: Accessories, Mods, iPhone

Mod your dock to work with iPhone 3G

Two intrepid users have found a simple way to mod their old iPhone docks to work with iPhone 3G: a rotary tool.

All it takes, apparently, is grinding away about a millimeter of the plastic where the back of the iPhone 3G rests against the dock. A rotary tool with a tapered grinding bit appears to work the best, as it avoids touching the dock connector.

It might not have exactly the fit and finish of a new dock, but hey, the price is right if you already have the tools.

iPhone 3G docks are $29 at the Apple Store. Dremel grinding bits are about $10 for a five-pack.

[Via Digg.]

Filed under: Hacks, Tips and tricks, Terminal Tips, TUAW Tips, Leopard

TUAW Tip: Highlight items in gridded stacks

Highlight gridded stacks
The Dock's Stacks feature lets Leopard users view a folder's worth of stuff with one click. You'll either love it or hate it, use it or not. If you do use it, here's a little tip that improves it slightly (in my opinion).

When you've got a bunch of files from a Stack displayed in Grid View, it can be hard to spot the particular one you're looking for, especially if many of them look identical (such a collection of text files or word processor documents).

Luckily, there's a highlight you can switch on, that puts a whiter background around the file you're mousing over. It makes it slightly easier to ensure you click on the correct file.

The highlight appears normally if you use the arrow keys to move around a Grid, or if you type Command and the first letter of one of the files displayed. But this trick switches it on permanently, so that it is always in action whether or not you use these keyboard shortcuts.

Read on for all the commands.

Continue readingTUAW Tip: Highlight items in gridded stacks

Filed under: OS, Rumors, Software, Snow Leopard

New screenshots of Snow Leopard appear, show desktop web apps

A German site, Apfeltalk.de has posted screenshots of the forthcoming version of Mac OS X, 10.6 (a.k.a "Snow Leopard"). Most of the screenshots show off the Safari 4 developer preview that will include the "Save as Web Application" option in the File menu.

The website also shows off the next version of Address Book.app that will bring Microsoft Exchange support to the Mac platform. We do however have to speculate about the System Preferences.app screenshot that shows two Time Machine icons with one labled "Dock" and another labeled "Time Machine" -- this seems out of place and unlike Apple.

You can see all of the screenshots (before Apple's legal team gets a hold of them) on the Apfeltalk.de site.

[via Engadget]

Filed under: Freeware, Open Source

AppMenuBoy: all your apps in your Dock

Over on the Office Google Mac Blog they're calling attention to simple little application from Google Mac Team member David Phillip Oster called AppMenuBoy. Basically, it will allow you to get one click access to all your applications by clicking on its Dock icon.

David designed it to function like folders on the Dock did back in the good old Tiger days, when you could simply drag your Applications folder to the Dock to get a basic launcher. Though the 10.5.2 update improved things to some degree from the original Stacks behavior in Leopard, AppMenuBoy "shows only applications, follows aliases, and if a folder contains only an application, it silently 'hoists' that application in the menu so you don't have hierarchical menus that contain only a single icon."

AppMenuBoy is a free download from Google Code.

Tip of the Day

Holding the Command key (aka the Apple key) and pressing Tab will cycle through your open applications. It's easier to Cmd-Tab if you are Copy (Cmd-C) and Pasting (Cmd-V) to and from various applications.


Follow us on Twitter!
TUAW [Cafepress]

Sponsored Links

Featured Galleries

DNC Macs
Macworld 2008 Keynote
Macworld 2008 Build-up
Google Earth for iPhone
Podcaster
AT&T Navigator Road Test
Bento for iPhone 1.0
Scrabble for iPhone
Tom Bihn Checkpoint Flyer Briefcase
Apple Vanity Plates
Apple booth Macworld 07
WorldVoice Radio
Quickoffice for iPhone 1.1.1
Daylite 3.9 Review
DiscPainter
Mariner Calc for iPhone
2009CupertinoBus
Crash Bandicoot Nitro Kart 3D
MLB.com At Bat 2009
Macworld Expo 2007 show floor
Apple Texas Hold 'Em

 

More Apple Analysis

AOL Radio TUAW on Stitcher