Recent Comments

Shared on Facebook

Support Us

Mac Picks

iPhone & iPad Picks

Mac from PC Picks

Search 10.6

Safari 5 has been unleashed

safari_icon-1In the midst of all the exciting news about iPhone OS iOS 4 and the new iPhone 4, Apple snuck in yet another bit of innovation in the release of Safari 5. With little surprise, the most advertised of new features are enhancements to the rendering of HTML 5. Of the HTML 5 improvements, full screen video support is of most intrigue due to the on going “war” (of sorts) between Apple and Adobe over video content delivery. The release notes also talk about how Safari’s Nitro Engine will run JavaScript 30% faster than Safari 4, 3% faster than Chrome and over twice as fast as Firefox 3.6. Last but not least is the addition of Bing to the list of available search providers and (finally!) Safari now has support for Extensions, or as the rest of the web broswing world calls them, “Plugins”. Read on for a more complete list of features.safari_5_is_out
Read more »

Configuring Xcode to use Subversion

imgresWhether you are a new Apple developer or an experienced Cocoa engineer with roots in NeXTStep, you will understand the need to back up your hard work. Integrating Xcode with subversion not only allows you to back up your code, but it also enables you to keep a history of changes that you can revert back to or compare your code against. This is called version control. This article assumes that you already have your own subversion repository that you have read and write access to. If you want to setup a subversion server of your own, I suggest consulting the almighty google for a wide range of articles on how to accomplish this task. Read on for screenshots, details and lots of fun.
Read more »

Shrink Illustrator PDF File Sizes with ShrinkIt

shrink illustrator pdf size

ShrinkIt is a handy little app that greatly reduces the file size of Illustrator generated PDF’s. Created as an internal tool, the developers over at Panic realized that PDF files saved from Adobe Illustrator were loaded with loads of extra nonsense metadata, even patterns, preview bitmaps, swatches, creating enormous PDF file sizes when they should be much smaller. The solution? Process the Adobe bloatfile through Apple’s PDF processor. You can do this yourself through Preview, but it’s a pain to open and re-save tons of PDF files, thus the creation of ShrinkIt. Now you can drag and drop your Illustrator PDF’s into ShrinkIt and you’ll save a whole lot of space (the original file is always kept, just renamed).

ShrinkIt is for Mac OS X 10.6 Snow Leopard only.

ShrinkIt developer home
Download now

How to enable the Firewall in Mac OS X

If you want to beef up the security on your Mac, you can try enabling the built-in firewall.

Enabling the Firewall in Mac OS X 10.6 Snow Leopard

* Open “System Preferences” from the Apple menu
* Click on the ‘Security’ icon
* Click on the ‘Firewall’ tab
* In the corner of this window, you’ll see a lock icon, click on that and enter the administrator password
* Now click on the ‘Start’ button to activate the firewall

Yes, it’s that simple.

If you want to allow certain ports, applications, or network connections, you can enter the ‘Advanced’ tab and adjust the settings as necessary. The Mac OS X firewall is quite secure by default and will block nearly all incoming connections (again, unless specified otherwise). It’s my opinion that if you’re behind a router with it’s own firewall, and on a trusted network, you probably don’t need to use the Mac firewall at all. For small home and school networks you should be fine, but for larger, untrusted, or exposed networks, using the firewall may be a prudent idea, even if the likelihood of an attack on your Mac is extremely low in comparison to a Windows machine.

enable firewall mac os x

It’s worth mentioning that since Mac OS X 10.6, the Firewall service has been placed under the “Security” systems preference as opposed to ‘Sharing’ as it was in prior versions of Mac OS X.

Change Font Smoothing Settings

font smoothing mac os x Mac OS X 10.6 simplified the font smoothing (anti-aliasing) for Mac OS X and all apps within it, but for some the change is unwelcome. If you feel like your screen looks different, it probably does, and the change can be very profound on certain LCD displays. Using the Terminal we can adjust the font smoothing to the same precision that we could prior to 10.6, so launch the Terminal and enter the following command:

defaults -currentHost write -globalDomain AppleFontSmoothing -int 2

the 2 on the end is for medium smoothing which used to be called ‘best for flat panel’, 1 is for light smoothing, and 3 is for strong smoothing. After you execute the command you’ll want to reload the Finder and other apps that are open to see the changes in effect, you can reload the Finder by killing it:

killall Finder

Now your font smoothing will be reflected in the settings you chose.

I found this hint on MacWorld, where the author was complaining of the way fonts looked in 10.6 on his Hackintosh Dell Mini 10v, the changes are very profound on smaller screens and the improvement was very nice on my Hackintosh Netbook (an Acer Aspire) as well.

[ via MacWorld ]

Change the Mac Login Screen Background

You can change the Mac OS X login screen background picture using a few different methods. We have covered this tip before but it was based around a few Terminal commands that might not be easy to follow for the average Mac user without command line experience. With that in mind, here are ways to change the Mac login wallpaper:

Change the Mac Login Screen Background

This is the easiest way to change the Mac’s login window background picture, you simply copy a new background image file over the old one via the Finder.

* Change the image of the file you want to use as the new login background to ‘DefaultDesktop.jpg’ – note that it must be a JPG file!
* Hit Command+Shift+G to bring up the ‘Go To Folder’ window
change mac login wallpaper
* Type or paste in the following directory path: /System/Library/CoreServices/
* Within this directory, locate the file ‘DefaultDesktop.jpg’ and copy it somewhere else on your hard drive, so that you have a backup of the original.
* Now drag the new image file you want to use as the login background (also named DefaultDesktop.jpg) into the /System/Library/CoreServices/ folder
* You will be presented with a dialog box telling you the file cannot be modified without authentication, click on ‘Authenticate’ – you may need to enter your Admin password

change mac os x login background
* After authentication, the copy should go as intended, and your Mac login background is now changed! Reboot to see the difference:

Change Mac Background Image

The above screenshot is dated from our past article, but this method has been tested and works in Mac OS X Snow Leopard 10.6! You can further also customize the Mac login screen, by changing the Mac logo and whatnot.

Get a free copy of Mac OS X Server for evaluation

mac os x server box Mac OS X Server is infinitely better equipped, more stable, and just generally more pleasant than any of Windows offerings (yes I am biased, but it’s true), if you’re needing a server I highly recommend checking out Apple’s offering. Instead of shelling out the $499 for a copy though, you can get a free evaluation copy! If you’re a large corporation, small business, nonprofit organization, government agency, or educational institution, you can get a free and fully functional evaluation copy of Mac OS X Server directly from Apple. I just found out about this and I think it’s a pretty great thing for Apple to do, so if you qualify for a copy, check it out and you will be impressed.

Apple: Snow Leopard Server Evaluation

Change the Dock item click-and-hold behavior in Snow Leopard

Snow Leopard changed the way the Dock behaves when a Dock item has been clicked on and held down, since 10.6 it launches Expose for that specific application. You may recall how Leopard handled the click-and-hold though, which was to launch the contextual menu (the same one you get when you right-click in 10.6). Using the Terminal and the defaults write command, you can alter this behavior between the 10.5 contextual-menu and 10.6 Expose style click-and-hold Dock behavior. So launch your Terminal:

Show contextual menu rather than Expose when Dock item has been clicked and held (like 10.5)
defaults write com.apple.dock show-expose-menus -bool no; killall Dock

Revert to Expose upon click-and-hold (10.6 default)
defaults write com.apple.dock show-expose-menus -bool yes; killall Dock

I actually like the new Expose click effect (which is slightly different in 10.6.2 than it is in 10.6), so for me this is a matter of “If it ain’t broke, don’t fix it” but to each their own.

dock expose snow leopard

via Lap Cat Software

Accept file extension changes with Command-U

When you go to change the file extension in Mac OS X you will get a dialog box notifying you that by changing a file type it may open in another application. Chances are if you are changing the file extension deliberately, you did this intentionally. You can quickly accept this file type extension change by hitting Command+U when the dialogue box pops up.

change file type This appears to be Snow Leopard only, but I do not have access to an older Mac OS X to test.

Change the Login Background Wallpaper on your Mac

If you want to change the wallpaper that sits in the background of your Mac’s login screen, from the Finder hit Command+Shift+G to open the ‘Go to Folder’ screen. Type /System/Library/CoreServices/ and click ‘Go’:

change mac login background

Next, find the image file called ‘DefaultDesktop.jpg’ – you should save a copy of this somewhere safe, or rename it to DefaultDesktop-backup.jpg or something of the sort, so that you can revert your changes.

change mac login background wallpaper

After that file is safely backed up, add the new wallpaper image you want to use as the login background, naming it exactly the same as the previous file: DefaultDesktop.jpg

That’s all there is to it! Reboot and your login wallpaper is now whatever you set it to. This works to change the login background in Mac OS X Snow Leopard 10.6