Tag Cloud
» 2008 » May
Home » Archive: May 2008

F5827509-79B4-44C6-A67B-75D73C05DF83.jpgThe thing that makes Safari great is the combination of fast and sleek capabilities as well as the significant number of features that makes the browser unique when compared to others available.

In previous articles we’ve discussed a number of unique features that help you enhance your Safari experience. Additionally, Safari syncs great with Apple mobile devices like the iPhone and iPod Touch by sharing your favorite bookmarks.

While Firefox has the capabilities to restore a browsing session, it lacks the capability of re-opening websites on browser windows that you’ve just closed.

Safari on the other hand makes this is. In fact, Safari allows you to open the last window closed as well as all the windows from your last browsing session.

Both options are located under History on the menu bar. Select History, and then either “Reopen Last Closed Window” or “Reopen All Windows From Last Session”

SafariScreenSnapz002.png

I often utilize these features when I jump around within Safari windows. I close windows to often only to realize later there was more information I needed to gather from the website I was viewing. These Safari features make my browsing experience that more enjoyable.

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

iphone - Google Image Search.jpgIf you own an iPhone and love sharing photos, than the new website Natuba is just for you. This site was designed by iPhone owners for iPhone owners with the intent of providing an optimal place to share photos taken on your iPhone.

After getting iPhones, we began taking photos on the go and soon realized we needed an easy way to share them with our friends. Although there were plenty of photo sharing sites on the web, none of these sites were designed specifically for iPhone users. So we created Natuba, a site for uploading, sharing and viewing photos from your iPhone.

-Natube

The site is a quick and easy way to upload and share the photos you’ve taken on your iPhone and discuss them with friends, family, or other individuals that browse through the site. Adding comments to pictures is quick and easy for account owners.

If you don’t have an iPhone and are interested in the quality of pictures the phone takes then head over to Natuba and click the ‘Surprise Me’ button to randomly be displayed a photo upload by an iPhone owner. The site also provides search capabilities to find photos of certain topics and includes displays of related photos to the image you’re currently looking at.

So go ahead and check out Natuba and their iPhone photos.

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

Automator_512.jpgIn my recent efforts to get apache2 and mysql up and running on my iMac I often needed to view the hidden files in Finder. I was lucky enough to stumble across a hint that showed me exactly the commands I needed to run in terminal to view all the hidden files in Finder.

After viewing and hiding these files over and over again I realized that this would be a perfect plugin for Finder. I launched automator and found the 1 action item I needed to show and hide files in finder.

I selected “Run Shell Script” from the Utilities library and dragged it over to my workflow. I added the following text to the workflow:

defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder

HideHidden-1.jpg

Once the code was included in the step, I saved the workflow as a Finder plugin: ShowHidden. Now to view the hidden files in finder, I simply right click (command + click) in Finder, select More, Automator, and then ShowHidden. Finder closes and then re-opens with all the hidden files and folders viewable.

To hide the files again, I created another workflow with the same “Run Shell Script” action and entered in this text:

defaults write com.apple.finder AppleShowAllFiles FALSE
killall Finder

HideHidden.jpg

I saved it as a Finder plugin, HideHidden. To hide the files and folders again, righ click (command + click) in Finder, select More, Automator, and then HideHidden. Finder will close and re-open with the files and folders hidden again.

Now there is no need to open Terminal to view OS X hidden files in Finder.

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

Every so often you’ll come across a CD or DVD image (.ISO) file that you need to burn to Disk. Although the capability isn’t used often, it is something that can be done with just the software included in OS X.

To burn a CD or DVD from an .iso file:

  1. Insert your CD/DVD into your Mac
  2. Add the blank disk to Finder
  3. Open the application Disk Utility
  4. Select File, and then Open Disk Image. Select the .iso file you’d like to burn
  5. Select the .iso file from the list of volumes
  6. Click the Burn Button on the top of Disk Utility

Disk Utility should start burning the image to the CD or DVD you inserted into the computer. At times, I’ve received notice from OS X that the process was unsuccessful only to stick the disk into a computer and have it work fine, so be sure to test the new CD/DVD after the burning is complete.

[Via - macosxhints.com]

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

If you’re like me, you use Google often to find everything and anything on the web. But despite how powerful Google is sometimes you’d like to focus your search a bit more than the standard search allows.

As a blogger about Mac hardware, software, hints, and news I often navigate through the web to help me find interesting material to spark my creative mind into the next new hint, tip, or more.

To help me with my searches, I often want to look at just Mac related sites. And now, Google has included this capability on their Mac page.

Google Software Downloads for the Mac.jpg

Head over to Google Mac (http://www.google.com/mac.html), type in what you’re searching for and click the Search Mac Sites button to bring back results from Apple related websites.

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]