UsingMac.com

Mac Tricks and Tips, Wallpapers and Applications for Mac Users

Dock Tweaks for Mac OS X Leopard

We know that Dock is one of the most essential features on your Mac, without your Dock, I can say that you will lose roughly half of your productivity. Even folks at Windows are imitating the Dock, as can be seen here, here and here also.

As a big fan of tweaking, I love to play around with the system files of the Dock. And more importantly, I've found out several tweaks that I believe will give you an extra boost in productivity and self proud.

But before we started…

Disclaimer

We won't take any responsibilities for damages or data loss due to practicing the content of this article. Please kindly backup your files involved in the tweaking before you proceed.

Now, I've shouted it out, let's begin our tweaking!

Tweaking Dock Menu

RemoveJunk

Sometimes, I just want to have fun and change the menu name for my Dock, like changing "Empty Trash" into "Remove Junk". But we can use this creativity to tweak around whole contextual menu of your Mac, to increase your convenience while navigating around with Dock.

It's really simple. Just follow the steps and do the backup beforehand than you will do no harm to your Mac.

  1. Go to Your Hard Drive, e.g. Macintosh HD and then open folder System → Library → CoreServices
  2. Look for Dock, Control-Click on it and choose Show Package Contents
  3. Move inside Contents → Resources → English.lproj
  4. Copy DockMenus.strings to your Desktop followed by deleting the original DockMenus.strings inside English.lproj
  5. Open copied DockMenus.strings, search for EMPTY_TRASH = "Empty Trash"; and replace the whole line with EMPTY_TRASH = "Remove Junk";
    You can also search for QUIT = "Quit"; and change it to QUIT = "Quit %@";
  6. Save the file as DockMenus.strings and move it back to English.lproj folder
  7. Restart your Dock with command line killall Dock

Now your menu will change from simply stating "Quit" (don't know what to quit) to "Quit" followed by the Application name.

Changing Trash Name

RecycleBin

If you feel bored with your old Trash Name, i.e. Trash, you can change it anytime you want. But bear in mind that, I never force you to do the tweak.

  1. Go to Your Hard Drive, e.g. Macintosh HD and open System → Library → CoreServices
  2. Look for Dock, Control-Click on it and choose Show Package Contents
  3. Move inside Contents → Resources → English.lproj
  4. Copy InfoPlist.strings to your Desktop and delete original InfoPlist.strings inside English.lproj
  5. Open copied InfoPlist.strings
  6. Search for the line of text: TrashName = "Trash"; and change it to TrashName = "Recycle Bin";. Save it
  7. Throw it back to folder English.lproj
  8. Restart your Dock with killall Dock

Anyway, if you don't like the name "Recycle Bin", you can change to other name.

Fixing Grid View

Default view:

MoreInFinder

After the tweak:

MoreFixed

The Leopard behavior to hide the text in the middle is quite unconvenient for me. Since I can't change this behavior, I will just cut down the length of the text, so it can be displayed as whole.

Here are the steps to do the tweak.

  1. Go to Your Hard Drive, e.g. Macintosh HD. Open System → Library → CoreServices
  2. Look for Dock, Control-Click on it and choose Show Package Contents
  3. Move inside Contents → Resources → English.lproj
  4. Copy Localizable.strings to your Desktop. Delete the original Localizable.strings inside English.lproj
  5. Open copied Localizable.strings
  6. Search for "MORE_IN_FINDER" = "%d More in Finder";. Replace the whole line with "MORE_IN_FINDER" = "More...";
  7. Save the file as Localizable.strings and move it back to English.lproj folder
  8. Restart your Dock with command line killall Dock

And you will get the same result as mine (hopefully).

Metallic Gradient Effect on Mouse Over

MouseOverGradient

Handling bunch of Applications at once, it will be really nice if we have a sort of indicator other than our tiny mouse pointer…

  1. Open your Finder
  2. Go inside Applications → Utilities
  3. Open Terminal
  4. Execute command line: defaults write com.apple.dock mouse-over-hilte-stack -boolean YES
  5. Restart your Dock by executing command line: killall Dock
  6. Change your Dock folder to Grid View, sit back and enjoy the gradient effect
  7. If you want to disable it (but I don't think you want to), repeat from step 4, but change the value of -boolean YES to -boolean NO

Reveal Stack of Recent Items

RecentItems

  1. Open your Terminal
  2. Execute command line: defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile"; }'
  3. Restart your Dock by using commnad line: killall Dock
  4. You can select to view several kind of hidden features here, such as showing Recent Servers
  5. You can add many more stacks of recent items by executing step 2 many times
  6. Simply drag the stack out of your Dock to remove the folder

Make Hidden Applications Less Opaque

HiddenApps

By default, you won't be able to distinguish between hidden applications and shown applications, after running this tweak, you will.

  1. Open your Terminal (Now you should know how to find your Terminal)
  2. Execute this command line: defaults write com.apple.Dock showhidden -bool YES
  3. Restart Dock with killall Dock
  4. Try to hide one of your applications and see the effect
  5. If you want to revert back, execute the command line from step 2 again, but now by changing -bool YES to -bool NO

Split your Dock with Spacer

Spacer

When sometimes you want to categorize your Dock into several parts, you will want to put a blank space between Applications. Lucky for you, today you will now how to do the tweak.

  1. Open your Terminal
  2. Execute command line: defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'
  3. Repeat as many times as you want for creating several spacers
  4. Restart your Dock with killall Dock
  5. You can drag around the spacers. And you can also drag it out of your Dock to remove it

Categories: Popular, Tweak
Tags: Dock, Leopard, Tweak

Subscribe to RSS Leave a Comment (163)

Related Entries

Some articles taken from our resource base, tightly related to current article, to empower you with more knowledge on tweaking the most out of your Mac.

163 Comments

Stuart

I love the opaque apps trick. Thanks.

Frank

I love it!
Now my Trash is called Crap Jar lol

Leandro

Great, thanks!
How did you do to show the base of the Dock dark (or black) ?

SebKom

I tried the last tweak, to add empty spaces but I can't move them. I can't even rearrange the application icons now. Any ideas on how I can bring my last dock back? :P

P.S: Keep up the good work, great site!

Jared

How did you change your dock's color?

Me, David

Very nice post, I've had the opaque tweak for some while now but I really appreciate the gradient effect on mouse over

thank you !
David

btw: nice theme, I always read your post through RSS so this layout was new to me.

iGeek_FTW

i guess he changed the dock base using  an application called "super dock" 

i've tried it once .. but now there 're  spaces between each  applications  and i don't know how to rearrange  the dock back again :(  
 
nice site , truly u r heroes keep it up gents :D 
i've been tracking this site since last august 

Wendy

Thanks for all the comments. Anyway, I change my Dock color by going inside Macintosh HD → System → Library → CoreServices → Dock (Show Package Contents) → Contents → Resources and look for 4 files : scurve-l.png, scurve-m.png, scurve-sm.png and scurve-xl.png.


For better understanding how it works, you can refer back to my previous article Leopard - Transparent Dock and Black Dock.

Jim

Most of these hacks can be done with a single click using Onyx, a great freeware tool that does a whole lot more as well. However, the first couple of tricks (changing trash names, etc.) are very cool. Thanks for the tips!

Jordan

I changed my trash to toilet and I also changed everything in the finder/dock content resources to match it. Eg: instead of empty trash it is flush toilet which is seen in the dock trash bin and in the finder view.

Beau

Can you post a link to an article on how you changed your dock to be glossy AND a different color like that? 

Jordan

To change the Dock theme, visit http://leoparddocks.com/Browse_Leopard_Docks_Designs.php and follow the instructions.  It is so easy to do, you just open the Dock contents and navigate to resources and replace a few png files labeled scurve-l.png, scurve-m.png, scurve-sm.png, scurve-xl.png with the new ones and you can also change the indicator called indicator_large.png and indicator_medium.png and/or divider too which is called separator.png.  Also, if you are also one of the people like me that hates the little white line at the bottom of the Dock, delete the file called 'frontline.png'.

Eddie

They are there, I had trouble with this too, they are almost like really small icons. So when you are trying to move or remove them, click at the farthest point to the bottom you can on the dock while still being on it. You should have the 'space' selected.

kevin

Can you upload your 4 images for your dock? those ones look so nice!

super revo

http://www.usingmac.com/2007/11/8/leopard-invisible-dock-and-black-dock
on this post

Bryan

hey how do you change the gradient color on the whole folder? 

matt

I just use an application called Docker. 
I mainly got it to change the color of the dock. I like it black also.

Mark

I've tried to do some of these tips, but I'm getting access privilege errors when trying to modify the "nfoPlist.strings" file. I'm logged in as an Administrator on this Mac. When I look at the file info, I have read/write access, yet I'm unable to make the change. Any help is appreciated. Do I have to do a chmod first?

Matt

Mark, google "Docker for Mac"
It can do a lot (if not all) of these same things, and you don't need to enter terminal.
Its much easier, and you can always restore defaults with the click of a button...

Mac Lova

Now my trash is called dangling Junk

Matthew Miller

What about changing the name of the trash so Finder recognizes it?

Vince

where is the dock folder?

klee

will the name change of the trash work on tiger?

V !

use deeper (dock setting)

Wendy

I haven't tried it in Tiger, but as it works on Leopard, maybe it also works on TIger.

John

thanks for these tips. I just changed my dock and changed my trash bin to "Soiled Linen" LOL

Kris kHz

I changed the name of my Trash to "Baby Dumpster" haha, but I can't figure out how to change the name of Finder in the Dock. I got it to say a different name everywhere else, even in the Menu Bar, but I don't know where to look to get it to change the name displayed in the Dock...

Y0u can't be anonymous

Press+hold the shift key while minimizing a window! Sloooowwww Moooooooww!

ReynaldoRiv

He didn't change the color, it's reflecting the black wallpaper he has displayed. It is however possible to change up your dock's Appearance Via Candybar or SuperDocker

max

Wonderful! If only my dock would come back to life.

I desperately need to find out how to revive my dock's previous response to the mouse cursor. I no longer get any mouse-over effect - even in the drop-down menus - nor will the dock come out of hiding when nudged by the cursor. I swapped out my cordless for a tethered mouse. No help. 

Please tell me how, at least, to re-install whatever drivers operate the dock and mouse.

Hunt

when i open dockmenus.strings i can't edit it. i've tried to change the access privileges and still it won't work. Is there a way around this? 

Jingo

hi to all, i have installed menubar_icons, now i want to change it to original, how do i do it? thanks guys

Jessica

Just wondering if there was any way to change the application arrows on my dock on my notebook? My last mac had the black arrows under all of the applications, and I found that easier to read. Any help would be great! Thanks!!

Surya

To make the gradient dock, ow come in the picture it's such a visible gradient. It's like black but in mine it's like hardly visible, it's like a small color change. Help???

Bawby

cool

Elysha

how do you do the command Killall Dock? I'm new at this and I don't know how to do that. =(

Wendy

Open Terminal and execute command line killall Dock. That's how you can restart your Dock, Elysha.

Asa

i can't right click in my dock help

Woohoo!

Lol!

William

Wow, the spacers in the dock is AWESOME.  Thanks.  That's really helpful.

Jez

Yeah the spacers are awesome, thanks for the tips

Haydar Taha

thanks so much for the great work and tips .. u made sooo many people happy .. wish u all the best my friend.

Cool Site

How do you make those cool arrows in your text? Do you press option and some key? What key?

Mac Hoe

Thanks for sharing.. i like the "Reveal Stack of Recent Items" tip.. very useful!

Muhajir

what application did u use to change DockMenus.strings?

Cristy

@Muhajir : Text Edit.

creampotato

Sweet tricks! I'll be sure to use them. I've already used some, (changed my trash to "Unloved applications" and instead of empty trash i changed it to "Kill unwanted apps" LOL!) Thanks alot guys! I also can't believe Windows copied the Macintosh's dock. Keep up the good work!

Thanks

Sammie

I am a first time 'tweaker', I guess you could say...
I tried to rename my 'Trash' but ended up copying out the wrong 'info.plist' and now my dock is behaving funny :/

If I post the exact text from this, could anyone be able to give me a path as to where to replace the file? Here it is:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>CFBundleDevelopmentRegion</key>
	<string>English</string>
	<key>CFBundleDocumentTypes</key>
	<array>
		<dict>
			<key>CFBundleTypeExtensions</key>
			<array>
				<string>dock</string>
			</array>
			<key>CFBundleTypeIconFile</key>
			<string>dockling.icns</string>
			<key>CFBundleTypeName</key>
			<string>Dock Extra</string>
			<key>CFBundleTypeOSTypes</key>
			<array>
				<string>dlng</string>
			</array>
			<key>CFBundleTypeRole</key>
			<string>Editor</string>
			<key>LSIsAppleDefaultForType</key>
			<true />
			<key>LSTypeIsPackage</key>
			<true />
		</dict>
		<dict>
			<key>CFBundleTypeExtensions</key>
			<array>
				<string>wdgt</string>
			</array>
			<key>CFBundleTypeIconFile</key>
			<string>widget.icns</string>
			<key>CFBundleTypeName</key>
			<string>Widget</string>
			<key>CFBundleTypeRole</key>
			<string>Editor</string>
			<key>LSIsAppleDefaultForType</key>
			<true />
			<key>LSTypeIsPackage</key>
			<true />
		</dict>
	</array>
	<key>CFBundleExecutable</key>
	<string>Dock</string>
	<key>CFBundleGetInfoString</key>
	<string>Dock 1.6.10</string>
	<key>CFBundleIconFile</key>
	<string>Dock.icns</string>
	<key>CFBundleIdentifier</key>
	<string>com.apple.dock</string>
	<key>CFBundleName</key>
	<string>Dock</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>CFBundleShortVersionString</key>
	<string>1.6.10</string>
	<key>CFBundleSignature</key>
	<string>dock</string>
	<key>CFBundleVersion</key>
	<string>614.11</string>
	<key>LSRequiresNativeExecution</key>
	<true />
	<key>LSUIElement</key>
	<string>1</string>
	<key>NSHumanReadableCopyright</key>
	<string>Copyright 2000-2008, Apple Inc.</string>
	<key>com.apple.PreferenceSync.ExcludeSyncKeys</key>
	<array>
		<string>persistent-apps</string>
		<string>persistent-others</string>
		<string>trash-full</string>
		<string>mod-count</string>
		<string>checked-for-dashboard</string>
		<string>dashboard-in-dock</string>
	</array>
</dict>
</plist>

Gil Williams

Hello, I'm trying to change the background of the entire applications grid from the sort-of transparent view, to something more solid.  Any tips on how I can achieve this?  I used the metallic greying mouse scroll over and love it. Thanks!

JotaC / Mywk

Amazing stuff here, thanks a lot, something also very cool is the "Dark Dock" tweak, just google it :)

JotaC / Mywk

About the Gradient Effect Here is Something just AMAZING for everyone:


Make 10.6's List Stacks look like Grid Stacks

To make this change on your Snow Leopard machine, open Terminal (in Applications -> Utilities) and enter these two commands, pressing Return after each one.
defaults write com.apple.dock use-new-list-stack -bool YES
killall Dock
 
10.6 Metallic Gradient Effect on Mouse Over

defaults delete com.apple.dock mouse-over-hilte-stack
defaults write  com.apple.dock mouse-over-hilite-stack -boolean YES
killall Dock

(Credits to Jonh)
Enjoy!

ron dough

@ Sammie

why don't you leave the tweaking to meth heads and stop posting annoying lines of code; it's called backing up before making modifications for your first time "tweaking"

mic macin

easier way to killall dock is to go into activity monitor and select dock and click quit process 

Cindy Jeror

Somehow my Applications folder icon on the dock got covered with the Address Book Icon.  I followed instructions from another post to create a fake Automator project and saved it as AAA in Applications. Then I copied the Applications Folder icon to that file.  Now the Applications Folder appears in the dock, but I still see the Address Book icon and another folder behind it....they are stacked.  I cannot seem to locate any instructions to remove the icons behind the Applications folder.  My operating system is  Mac OS X 10.6.3  --  I have no idea how it got changed in the first place.  Any help in recovering the original icon in the dock would be appreciated.  I am new to Mac, so full instructions are needed.

Matt

Finally, I no longer have to call it the Trash, some people here prefer Rubbish. Thanks from England.

Icepup

Thanks so much John! I was getting discouraged when  I couldn't get the gradient effect to work!
Pup

Sage

So having some DockMenu.strings problems... I modified it and now I need a backup file... does anyone have the originals? Now my dock says "Show in Finder" like SHOW_IN_FINDER and it's very annoying...

Aude

Hi, thanks a lot for the stack of recent applications in the dock thing, very useful!
I still have a problem here... I have unwillingly removed the recent downloads stack. I tried to put it back there with a click-slide of the downloads file, but it only create a huge pile, as for the documents, not a stack of the recent downloads... Any ideas how to get it back, please?
Thanks very much in advance!

Frederick Malouf

Wow, great. One thing I'd love to change is the font of the Dock menus. I guess that is changeable in the same English.lproj file. I want it to match the same font as when you press and hold an icon in the Dock. Is this in English.lproj too? Any advice woudl be greatly appreciated.

Frederick Malouf

Hi,

Well, I looked at DockMenus.strings, but I see no way to change the fonts the menus render in. Could you tell me where and how I can do that? It was much better in the alpha releases of 10.6. :)

Alicia

Hello,

So i wasnt exactly sure what i was doing when i was trying to Tweaking Dock Menu and i ended up deleting the file DockMenus.strings, is there anyway to get that back at all? someone please help, now when i right click and icon i get "Empty_Trash" its quite annoying. PLEASEE HELP!
Email would be great: Aliciagraber@comcast.net

BonnieLondon

Did anyone answer Cindy Jehor problem with the applications folder.  New to Mac and have lost mine out of the dock.

Eduardo

I have this same exact problem! Somehow my 3 year old kid changed my applications icon in the dock to the address book! I can't change it back! In the finder, the applications icon shows normal.

"Somehow my Applications folder icon on the dock got covered with the Address Book Icon.  I followed instructions from another post to create a fake Automator project and saved it as AAA in Applications. Then I copied the Applications Folder icon to that file.  Now the Applications Folder appears in the dock, but I still see the Address Book icon and another folder behind it....they are stacked.  I cannot seem to locate any instructions to remove the icons behind the Applications folder.  My operating system is  Mac OS X 10.6.3  --  I have no idea how it got changed in the first place.  Any help in recovering the original icon in the dock would be appreciated.  I am new to Mac, so full instructions are needed."

Eduardo

I've found the solution! Just right click the applications icon in dock and switched in "display as" from "stack" to "folder", and the icon is back to normal...

Essay

Great tips for Mac users!

moncler jacket

One day will exist a computer like this, but what will be the price? For today too expensive. I think.

Autoradio gps

Great tips for Mac users!

pass4sure 156-215.70

yes these are nice tips but this is expensive as said by monchler, and i think so we must use the policy of wait and see!!!

thomas sabo

Honestly, I've always been more of a fan of just putting the monitor to sleep than screen savers. Sure they look pretty awesome, but if you're sitting at your computer, are you really doing so with the screen saver on?Good luck for the dates. It has been some times since we last heard about the next tour. I hope they can run it accordingly now.wrsCW14H7plEUA9V

headphones

Honestly, I've always been more of a fan of just putting the monitor to sleep than screen savers. Sure they look pretty awesome, but if you're sitting at your computer, are you really doing so with the screen saver on?Good luck for the dates. It has been some times since we last heard about the next tour. I hope they can run it accordingly now.4awGEHNaL8ShrhKj

thomas sabo

I like these things, every time I see a little bit excited, especially 
thomas sabo uk  even more exciting, to be honest I like thomas sabo of these things!

malikjubbi

Honestly, I've always been more of a fan of just putting the monitor to sleep than screen savers. Sure they look pretty awesome, but if you're sitting at your computer, are you really doing so with the screen saver on?Good luck for the dates.Best Real Estate Agent

rahuldev1234

I am very enjoyed for this blog. Its an informative topic. It help me very much to solve some problems. Its opportunity are so fantastic and working style so speedy. I think it may be help all of you. Thanks a lot for enjoying this beauty blog with me. I am appreciating it very much! Looking forward to another great blog. Good luck to the author! all the best!       Cheap garden furniture

rajsnikant

The tutorial is very simple and explained to a great level. It doesn’t take any effort from our side to grasp it! I guess now I understand what the threshold function was for and how it could be used to make striking line art conversion effects!  Denver Diamonds

chnage your life

Well, Now the Applications Folder appears in the dock, but I still see the Address Book icon and another folder behind it.

star09

I think this is  great post because it have a valuable information and knowledge i like this post very much.sturdy weapon light

Poko

Merci de prendre le temps d'en discuter, je crois fermement à ce sujet et de l'amour en apprendre davantage sur ce sujet. Si possible, d'acquérir des connaissances que vous, auriez-vous l'esprit la mise à jour de votre blog avec plus d'informations? Il est extrêmement utile pour moi. Лечение ВИЧ

Mark

Thanks for your kind information.. I realy enjoy it.. keep it up. Advertise Porn Site

mivpl

New to Mac and have lost mine out of the dock.  Jehor problem with the applications folder.  lawyer for disability

888 Ladies Bingo

Every so often the most daunting project of your entire life arrives on your desk.

888 Ladies Bingo

Polk

C'était vraiment génial et je pense que votre site est un des atouts importants. Книги о здоровье Ce n'est pas un de ces site typique que vous perdre votre temps sur. Je suis heureux que j'ai enfin trouvé ce blog, je ne pouvais trouver aucune information sur ce sujet avant. Je suis toujours à la recherche pour les personnes à consulter leur site. S'il vous plaît arrêter et laisser un commentaire quelque part! Женские журналы и сайты Merci pour le post

fany

I've heard conflicting reports about whether or not this really makes a difference in Apple notebook batteries. What's your source on this one? iphone batteries

dating

what kind of font have you used to draw the logo Colored Lists ?

Thanks!!

anila

what kind of font have you used to draw the logo Colored Lists ?

Thanks!!dating

Personal Car Lease

All of them are so well thought out and executed. Bravo to the concept and everyone involved in filling those little specimen boxes with visual delight. Personal Car Lease

Yoga Online

Lot of great information which can be helpful in some or the other way. Keep updating the blog,looking forward for more contents.

Medical Tourism India

I think that she is very similar like Alexis Texas! Look at her.

Online Bhadaji

The exams are provided by some registered Open Group training centres as well as a large number of Prometric centres worldwide.

Buy Festival Tickets

This area is also renowned for Native American ceremonial sites, petroglyphs and spectacular scenery.

Van Leasing

Guru has teamed up with Solar, a producer who grew up breathing hip hop in New York.

hospital scrubs

 nor will the dock come out of hiding when nudged by the cursor. I swapped out my cordless for a tethered mouse. No help. 
 I no longer get any mouse-over effect - even in the drop-down menus -

Removable Pool Fence

I think that she is very similar like Alexis Texas! Look at her. 

Renal Diet

 My operating system is  Mac OS X 10.6.3  --  I have no idea how it got changed in the first place.  Any help in recovering the original icon in the dock would be appreciated. 

softmod wii

We won't take any responsibilities for damages or data loss due to practicing the content of this article. Please kindly backup your files involved in the tweaking before you proceed.

Larry Glapol

Very informative and helpful post. You have good command on the topic and have explained in a very nice way. Thanks for sharing. The Hangover Part II torrent

sesso

I guess that almost everyone who is used to work with the bash environment should do so as well.    buy aldara online 

Frederick Malouf

How do I sort the recent app in the dock alphabetically, not by last opened?

Thanks.

Wedding Photographer Surrey

I felt in my country, must pay the fare is Quite expensive. And this is a matter That Is not Constructive.

finish high school in 6-8 weeks

This site knows the importance of acknowledging the public’s attention. It caters every person’s needs especially in this competitive market online. It did wake the citizen’s awareness and it deprives the ignorance’s capacity to destroy what it tries to attain and accomplish. All of us have the reason why we spend even a single moment of our time here thus this site does attract my curiosity. What it tries to convey is indeed convincing! That’s my judgment. Hence I have no more words to say except more power to you and keep the good work going! The site is tough!

lmi pumps

This is good post and i appreciate it very much. riedel decanter

linkbugging

This site has a really amazing information.Thanks for sharing this one I will ask my fiends and their friends also so that this site could really discover by many people.I am so excited to get update with this.

linkbugging

carpet cleaning seattle

Im always looking forward on this page everyday to see the update and comments here. As I noticed that the comments here are so interesting thanks for the peple who comment here.

carpet cleaning seattle

SEO

New to Mac and have lost mine out of the dock.

buzzparas

well it was universal for every gadget

san antonio dentists

Thanks for the cool stuff.I could easily say that I am impressed.Nice article which makes sense.

sap

Fantastic precise info and this is one of the most nice blogs Ive read in a very long time iphone

authentic handbags

Well, this post is quite good!Thanks for updating my information about the subject.it very useful for me .

austin defense attorneys

All of us know how much we are going to lost in our productivity without dock.So I would like to thanks the author for sharing those information.

San Diego Lawyer

Thanks for the information about Mac OX S Leopard. I was searching for this information.

makeup artist schools

Is this applicable to windows 7 OS, Thanks

mobile signal booster

I think it is applicable for the window 7. I likes these all features that you have shared over here. You post all the steps which are required in using tweaking Docs. 

sport

How much do you know about designer sunglasses? Particularly important in warmer and sunnier weather, sunglasses offer eye protection against UVA and UVB rays, but they also offer ray-ban junior sunglasses. At the moment, wayfarer and aviator sunglasses are back in style, and manufacturers like Ray Ban are bringing back designs from 20 years ago and giving them a modern twist. If you want to learn about the different styles of designer sunglasses in style at the moment, read all about them on this information page. We have various articles regarding current styles for oakley fuel cell sunglasses and ray-ban warrior sunglasses, as well as those for other popular types, such as oversized, wraparound, and shield.oakley gascan sunglasses fake sunglasses fake oakley fake oakley sunglasses replica oakleys cheap replica sunglasses cheap oakley sunglasses fake oakleys replica oakley gascan oakley gascan sunglasses replica oakley sunglasses wholesale oakley sunglasses wholesale replica sunglasses wholesale sunglasses fake oakley sunglasses replica oakley gascan fake oakley gascan cheap fake sunglasses ray ban sunglasses cheap sunglasses fake ray ban fake glasses designer sunglasses oakley fake sunglasses oakley sunglasses replica sunglasses cheap designer sunglasses designer sunglasses saleray-ban junior sunglassesray-ban warrior sunglassesoakley fuel cell sunglassesoakley gascan sunglassesed hardy skull swords & roses bikinised hardy skull swords bikinised hardy rose and skull bikinised hardy tiger bikinised hardy tiger with tattoo bikinis replica sunglassesoakley jawbone sunglassesoakley juliet sunglassesoakley m frame sunglassesray-ban wayfarer sunglassesed hardy girl and flower bikinised hardy lotuses bikinised hardy love is a gamble bikinised hardy love kills with tattoo bikinised hardy love kills slowly bikinis designer glasses designer discount sunglasses discount sunglasses mens sunglasses designer designer sunglass designer sunglasses sale men designer sunglasses oakley sunglasses cheap oakley sunglasses discount oakley sunglasses sale oakley for sale sunglasses for sale oakley on sale replica oakley half jacket sunglasses replica oakley gascan sunglasses replica oakley m frame sunglasses wholesale replica oakley sunglasses replica oakley sunglasses manufacturers replica oakley sunglasses suppliers cheap oakley sunglasses fake oakley half jacket sunglasses fake oakley gascan sunglasses fake oakley sunglasses for sale fake oakley radar sunglasses fake oakley sunglasses wholesale replica oakley sunglasses ac

mobile phone signal booster

Just like a start menu for a window Dock is one of the  characteristic of Mac OS. We can easily resizing a Dock it contains s many useful items fr our OS. 

R4

The latest MAC LION OS is really great operating system to use it. Apple is selling this operating system is just for $30 which is really phenomenal price for awesome operating system.

Plano dentist

Nice job.Thanks for discussing such a wonderful topic.Many important technique has brought out through this discussion.thanks to all.

austin home builder

Thanks for the great work.I have read it and find it very helpful indeed.Waiting for the next update coming next. 

Sam

I really thank you for the valuable info on this great subject and look forward to more great posts. Thanks a lot for enjoying this beauty article with me. I am appreciating it very much! Looking forward to another great article. Good luck to the author! All the best! 

carpet cleaning

Interesting to see your tricks.it's quite easy to decorate my computer as i want.Thanks for sharing this types of article.

musc

hello,
one thing i did not find out is how can i group (stack) different programs together on the dock?   on Mac Leopard

Realitypod

All the themes are very nice. Each one resembling its uniqueness.

Flex Belt exercise

really useful advice. This has saved me lots of time. Thank you very much. Looking for your post in future

scrabble cheat

Here  I would like to say a lots of thanks for this amazing post. I appreciate the work has been done here. 

led signs

To tell the truth I am very impressed by what you said. You share a ton of interesting information, neat and excellent design you have here. This is certainly one of the most instructive tips on this subject I have ever read.

latest news today

Congratulations to everyone who made these, they're fabulous! Aw, this was a extremely quality post. In concept I would like to put in writing like this too - taking time and actual effort to make a good article.....

San Diego Lawyer

I love this website, thanks! San Diego Lawyer

lindamartin

I really like this kind of stuff. Thanks for sharing it.

thailand flower delivery | send flowers argentina

umairmalik

Wonderful Article! I have bookmarked this page and I love to share this with my friends and circle of influence.!!!    Property Preservation  |  Property Preservation Companies

NH Weddings

It is a very nice site.It is also informative.The site provides the necessary information which i have need.Thanks for this site.NH Weddings 

jasminejohns01

Thanks for sharing .Keep posting articles like this. A good example of content presentation. A piece of information from you every now and then is really great. Everything was so well coordinated and looked so aesthetically pleasing to the eye. Great job!
free cell phone spy 

Descargar Ares

It is a very nice site.It is also informative.The site provides the necessary information which i have need.Thanks for this site.

Trucos de Club Penguin

It is a very nice site.It is also informative.The site provides the necessary information which i have need.Thanks for this site.

Descargar Videos

It is a very nice site.It is also informative.The site provides the necessary information which i have need.Thanks for this site.

Juegos Friv

The site provides the necessary information which i have need.Thanks for this site.

Helen Afat

I might just add that you we're right on everything that you've said. quotes about death of a loved one

the energy egg

Mac Os is still the best compared to MS.

Gift Baskets

Thanks for this tutorial. It helps me a lot.

nik21

I will always give a nice thrust look in to you from my bookmark feed. Coffee I don't actually comment and don't like to spend time in typing the comment. But here I have to do this because this deserves a good like.golf resort spain

Law personal statements

I’ve desired to post about something similar to this on one of my blogs and this has given me an idea. I’ve really found out a great deal studying this site. Plainly especially excellent content heregraduate school personal statement

outsourcing Romania

We have learned a great deal as we listened to the concerns and desires of our clients as they begin to learn about the marketing industry. outsourcing Romania

saniyamirja0

Brilliant aviator and helpful info sensing forwards to proximo posts in this land thanks a rattling gripping article, exciting ideas and a lot of keen questions posed Thanks for your insight for the outstanding longhand case

Φωτοβολταικα

news articles

Just want to say your blog is kinda awesome. I always like to hear something new about this because I have the similar blog in my Country on this subject so this help′s me a lot. I did a search on the issue and found a good number of blogs but nothing like this.Thanks for sharing so much in your blog.. news articles

health articles

We have learned a great deal as we listened to the concerns and desires of our clients as they begin to learn about the marketing industry. health articles

software development Romania

Just want to say your blog is kinda awesome. I always like to hear something new about this because I have the similar blog in my Country on this subject so this help′s me a lot. I did a search on the issue and found a good number of blogs but nothing like this.Thanks for sharing so much in your blog.. software development Romania

romanian programmers

You can take great credit for publishing about this.Theres a heap of important info on the internet.Youve got a lot of that info here on your site.Im impressed I try to keep a couple blogs fairly up-to-date,but it can be difficult every now and then.You have done a fantastic job with this one.How do you do it? romanian programmers

Java Romania

Superb article ,I really appreciated with it, This is fine to read and valuable pro potential,I really bookmark it, pro broaden read. Appreciation pro sharing. I like it Java Romania

halena

well, I just thought that I can also do these dock tweaks here. This is going to be what I would do. PMP Certification Orlando Florida

jabina palin

This is a very well written post. Your writing style is outstanding here and I feel like you touched on a bunch of very important points.Great information on your site here. I love this post because we can get some useful information from your blog. I expect more post from you guys.clubmz e-spy @@@@@

Donne mature

Your website is so cool. Im impressed by the details that you have on this blog. It reveals how nicely you perceive this subject. Bookmarked this website page, will come back for extra articles
donne nude

Donne mature

I am really impressed by this excellent stuff. I always prefer to read the quality content and this thing I found in you post. Thanks for sharing
donne nude

crank

very informative. thanks for sharing this.

JudeffSE

Ride your bike over different types of objects and obstacles to pass each level in the fastest time as possible. Some new twists and some backwards thinking required. Posted in gril game, newest, shooting | 3 Replies. Free Stunt Dirt Bike Games

content writing for a website

Your site is fantastic. Ive bookmarked your site in my browser; I hope in future days Ill get more valuable information from your site.

Amelie

It is an art to stop and attract visitors with their brilliant writing skills. This author really knows how to bring traffic to his site. Thanks for sharing. Undergraduate Dissertation

Denze

I really love this Gambling King info on this blog and the amazing info is visible on this blog. This is providing the lot of Online Bingo Ball articles in this blog that to presentation is very simple language in this blog. I am really admired for using US Top Poker the nice services in this blog and the great info in this blog. This is very much amazing services are visible on this blog. Thank you very much for using Blackjack Playtime the nice approach is visible on this blog.

karthiseo4

This is a very awesome 
live poker slotsstrategy is noticeable on this web page and the 

top black jackgameexcellent solutions are noticeable in this weblog.


play casino  sport I had really liked this web page and 

uk poker rulesthe excellent technological innovation 
great casino gameis noticeable in this webpage. I really liked it.

designer sunglasses

This is my first time visit at here and i am truly happy to read all at single place.

sharathseo4

I really Online Top Pokerenjoy reading the nicely writing the brilliant info
777 Poker Online is visible in this blog that to astonishing technology is visible in this 888 POKER GAMESblog. This is rather much happy for using the 
nicely writing the great info I visible in
Blackjack Online Play this blog. I am searching the brilliant science is visible in this blog that to pretty 777 BEST POKERSinteresting info is visible in this blog. Thanks a 
lot for providing the nice info is visible in this blog.

oakley frogskins

Write more, thats all I have to say. Literally, it seems as though you relied on the video to make your point.

You clearly know what youre talking about, why waste your intelligence on just posting videos to your site when you could be giving 
us something enlightening to read?

thetahealinginstituteofknowledge.com/blog/

You obviously comprehend what youre discussing, why squander your brainpower on simply presenting motion pictures on your site when you was able to be giving 

Cheap Baby Stuff

I do not know about the Dock Tweaks before, but after know about that, it is very interesting to try. Thank you for sharing.

Joovy Stroller 

margahayuland

I hope the incoming comments and suggestion are equally positive.Margahayuland | Margahayuland | Yurosie | ide bagus | Rosie blog | Belajar SEO

Leave a Comment