Snow Leopard: New Airport Icon

Apple’s Newest OS Release Snow Leopard has many new features… Most of them talked about all over the web. A small update has been made to the Airport Icon which doesn’t provide any new functionality but is still a slight change. The New Airport Icon shows when it’s scanning for a network. (see video)

Note: Video made using the New Quicktime Screen Recording Feature.

  • Digg
  • Twitter
  • Facebook
  • Share/Bookmark

MacCurious Tweets from this week (2009-09-01)

  • And now it's official – Apple holding 'rock and roll' themed event, September 9th http://bit.ly/oOlNj (engadget) #
  • 20 best new features in OS X 10.6 Snow Leopard TechRadar http://bit.ly/KGlj8 #
  • Good thing to look at for New Mac/iLife Users – Top tips and tricks for iLife beginners http://bit.ly/3jHqMl (Techradar) #
  • Using the kindle app for the iPhone & enjoying it. http://bit.ly/LX2Ua
    Not a real kindle but free is good at least til a Mac Tablet is out #
  • If you haven't ordered already amazon is now offering Snow Leopard discounted for $25 – http://bit.ly/13xEsz #
  • Gizmodo Review of Snow Leopard looks promising: http://bit.ly/p7TPI
    Ships tomorrow, but you can still order on Amazon: http://bit.ly/13xEsz #

Powered by Twitter Tools

  • Digg
  • Twitter
  • Facebook
  • Share/Bookmark

MacCurious Tweets from this week (2009-08-25)

Powered by Twitter Tools

  • Digg
  • Twitter
  • Facebook
  • Share/Bookmark

Sync your iCal Calendar using Dropbox

Dropbox_IconIn this month’s issue of Wired Magazine they give a tip on how to use Dropbox to sync your iCal across multiple macs. Sure you can do this with MobileMe and pay $99 a year which gets you other features but Dropbox is Free (up to 2GB of Storage). Here is how to do it.

Ical-BackupNOTE: Make sure you backup your Calendar Files and everything before you do this.

  • If you don’t have Dropbox already you need to Download, Install and Setup an account. You can sign up Here.
  • Once you have dropbox setup on your Main Machine Open Terminal which is located in your Applications/Utilities Folder.
  • First you want to move your iCal File into the Dropbox Folder. Do this by entering or copying the following text and then hit Enter:

mv ~/Library/Calendars ~/Dropbox/

  • Next you need to tell iCal to look in the dropbox folder when it opens. Do this by putting in this text and hit Enter:

ln -s ~/Dropbox/Calendars/ ~/Library/Calendars

You have now setup your Main Machine. Next thing to do is setup your 2nd computer. Since you already have moved your iCal folder to Drop box you can skip the first step… So on the 2nd Mac:

  • Open Terminal and Enter or Copy the following text and hit Enter:

ln -s ~/Dropbox/Calendars/ ~/Library/Calendars

This tells your 2nd Mac to look for the iCal File that should already be in your Dropbox Folder.

  • And Finally you need to Delete the Calendar Folder from your 2nd Mac. It is located in your User Library (User/Library/Calendars)

Now your two macs will sync with the same calendar File. Just make sure you are not changing both of them at the same time.

You can sync other Databases as well like Address Book. www.tipsfor.us shows a similar tutorial for the Address Book.app.

Dropbox has even setup an Automator workflow to help create these types of links (called Symlinks or Symbolic Links). Check out the Dropbox Tutorial (pdf). The Automator Action & Workflow can be downloaded here.

  • Digg
  • Twitter
  • Facebook
  • Share/Bookmark

MacCurious Tweets from this week 2009-08-18

  • All about the Mac menubar http://bit.ly/2T5mHI #
  • Don't know why but now that the rumors are saying a mac tablet could be out sep 7, I am finding it hard to believe them http://bit.ly/pT2Bg #
  • New MS Office coming in late 2010. Best news: They are adding Visual Basic/Macros back. Thank you Microsoft. http://is.gd/2fz5A #
  • WSJ.com gets in on the tablet speculation – http://is.gd/2eAkA #
  • Clever way to store hard drives (or if you are gizmodo action figures) on the back of your iMac. http://is.gd/2e7mp #
  • Run your Mac Software Update, There's a Security and a Safari update. If you don't know where it is, it's in your System Preferences. #
  • RT @mactip: in iTunes… hold down "option" while clicking the green zoom widget to make it zoom instead of it going mini. #

Powered by Twitter Tools

  • Digg
  • Twitter
  • Facebook
  • Share/Bookmark

MacCurious Tweets from this week 2009-08-11

Powered by Twitter Tools

  • Digg
  • Twitter
  • Facebook
  • Share/Bookmark

Quick Tip: Quickly find the location of Current File

This Quick Tip helps you find the location of a file that you have open on your screen quickly.

Simply hold down the (Apple Key) and click on the file name at the top of the window. A little box will pop up that shows you the path of your file. Now you can click on any of the folders that come up to go to those Finder Locations.

Here is how it will look:

  • Digg
  • Twitter
  • Facebook
  • Share/Bookmark

Quick Tip: Tweek iTunes in Terminal

In your iTunes song list you will notice a small arrow on a highlighted song.

If you click it, it will take you to the iTunes Music Store and show you a search for that artist.

Today’s Quick Tip is that if you hold down the option key when you click the artist arrow you will get a search result for that artist in your own music library.

If you like this feature and would rather not hold down the option key you can switch the two in Terminal. So when you click the arrow it will take you to your library and holding the option key will take you to the Music Store.

Here’s how to do it:

  • Start by closing the iTunes application
  • Open Terminal which is located in your Applications/Utilities Folder.
  • Enter or Copy the following text and hit Enter:

defaults write com.apple.iTunes invertStoreLinks -bool YES

Now your arrows have been changed.

  • Digg
  • Twitter
  • Facebook
  • Share/Bookmark

Quick Tip: Share your Ethernet internet using WiFi

In this Quick Tip we will show you how to share your internet Connection on your mac. If you find yourself in a situation where you have two computers that need to connect to the internet but only one Ethernet cable Macs make it very easy to Share between the two. I have used this in offices and hotel rooms that only have one Ethernet hookup but you have two people that want to get online.

To do this click on the Sharing icon in System Preferences

Then click on Internet Sharing in the list. We will setup the options first so don’t click the check box until we are ready to turn it on. You should see something like this:

We are going to Share your connection from Built-in Ethernet to Computers using Airport. If you click Airport Options you can name the wifi netowrk you are making and set a password. The options page will look like this:

Once all the options are set click the check box to Turn Internet Sharing On. The Airport icon in your menu bar will change to show that you are sharing your internet connection via Airport/WiFi.

  • Digg
  • Twitter
  • Facebook
  • Share/Bookmark

Applescript: Move Mail.app Messages to Folder

.

.

I find myself using 1 or 2 Email folders 90% of the time. And with the amount of email I get I need a fast way of moving read emails into folders for saving. Here is an applescript action to move the selected messages from your inbox to 1 or 2 folders that you setup.

To use this script I use the program Quicksilver. If you don’t have Quicksilver installed I highly recommend using it. You can read why I think Every Mac user should install Quicksilver for more info.

Read more…

  • Digg
  • Twitter
  • Facebook
  • Share/Bookmark

←Older