May 20

Summary

The Mac OS X 10.5.7 Update is recommended for Mac OS X 10.5 Leopard and includes general operating system fixes that enhance the stability, compatibility and security of your Mac. For detailed information about security updates, please visit this website.

Important: Read below before installing.

  • Back up your computer prior to installing any updates.
  • Quit any open applications before starting the installation.
  • Do not interrupt the installation process.
  • You may experience unexpected results if you have third-party system software modifications installed, or if you’ve modified the operating system through other means. (This does not apply to normal application software installation.)
  • If issues occur during installation–for example, if Software Update quits unexpectedly–please see this article.

Products Affected

Mac OS X 10.5, Mac OS X 10.5.1, Mac OS X 10.5.2, Mac OS X 10.5.3, Mac OS X 10.5.4, Mac OS X 10.5.5, Mac OS X 10.5.6

Installing the update

To update to Mac OS X 10.5.7, use Software Update or the standalone installer. You only need to use one of these methods to update your computer.

Software Update

Choose Software Update from the Apple menu to automatically check for the latest Apple software using the Internet, including this update. (Software Update might have linked you to this article to learn more about the update.) If your computer is not up-to-date, other software updates available for your computer may appear which you should install. Note that an update’s size may vary from computer to computer when installed using Software Update. Also, some updates must be installed prior to others, so you should run Software Update more than once to make sure you have all available updates.

Standalone installer

Download the update installer and run it manually. This is a useful option when you need to update multiple computers but only want to download the update once. These versions of the standalone installers are available from Apple Support Downloads.

The Mac OS X 10.5.7 Update is recommended for all versions of Mac OS X 10.5 through 10.5.6.

  • The delta update lets you update from Mac OS X 10.5.6 to 10.5.7
  • The combo update lets you update from Mac OS X 10.5, 10.5.1, 10.5.2, 10.5.3, 10.5.4, 10.5.5, or 10.5.6 to 10.5.7

Additional Information

What’s included?

General

  • Includes latest security fixes.
  • Includes additional RAW image support for several third-party cameras.
  • Improves performance of video playback and cursor movements for recent Macs with NVIDIA graphics.
  • Resolves an issue with Dvorak keyboard layout in Mac OS X 10.5.6.
  • Improves the reliability and accuracy of Unit Converter, Stocks, Weather and Movies Dashboard widgets.
  • Addresses a situation that may cause issues when logging into Gmail.
  • Improves reliability when syncing contacts with Yahoo!.
  • Expansion Slot Utility for Mac Pro now reports the correct PCIe slot configuration.
  • Improves network performance when connected to certain Ethernet switches that have Flow Control enabled.
  • Improves stability for network home directories hosted by Mac OS X Server v10.4.
  • Improves Finder search results for network volumes that may not support Spotlight searching, such as Mac OS X Server v10.4, Time Capsule, and third-party AFP servers.
  • Includes several improvements to Directory Service and Client Management.

iCal

  • Improves overall reliability with CalDav.
  • Improves reliability when automatically syncing with MobileMe.

Mail

  • Addresses reliability and sync issues with Notes.
  • Addresses an issue that may cause the BCC field to populate incorrectly when redirecting a message from the Sent mailbox.

Parental Controls

  • Improves consistency with Parental Controls and application restrictions.
  • Addresses an issue in which time limits may not work properly with full-screen games and Fast User Switching.

Printing

  • Resolves an issue that may cause certain third-party printers to print to the incorrect paper tray.
  • Non-admin user accounts can now be allowed to add and remove printers by enabling Parental Controls and selecting “Can administer printers”.
  • Includes other printing reliability and stability improvements.
Apr 09

Masters iPhone

I love my iPhone 3G with all of its capabililties. But the “phone” part sucks and the monthly bills are 3x what they were when I was on Verizon. I can now say that all that extra dough is worth it since I’ve installed the free Masters iPhone App.

Features of the Masters iPhone App:

  • Live Leaderboard keeps you up to date, and shows player pairings and tee times.
  • Amen Corner Live has live video streaming of holes 11, 12 and 13.
  • Masters Extra has more video coverage from Augusta.
  • Live video feeds from holes 15 & 16
  • The Highlights section has random content, including the Par 3 contest.
  • An interactive course map tells you about the course and includes video flyovers of each hole.
  • You can select 3G, Wifi or Edge networks for your connection.

Masters iPhone

More Masters iPhone images below… Continue reading »

Apr 01

MacRabbit CSSEditI run/manage/program/design roughly 30 web sites.  I have to know a little HTML, PHP, Javascript, AJAX, CSS and various other web languages to manage my own and my client’s web sites.  I don’t have time to master all of those languages, so I need tools which can take care of the raw code for me.  My CSS tool of choice is hands down CSSEdit by my friends at MacRabbit.

What is CSS?

CSS is short for “cascading style sheets.”  Style sheets can drive the appearance and even the layout of websites.   The cool thing about using CSS to control a site’s appearance, is that it’s easy to make quick changes to the look of the site or document, without having to change the actual content.

With CSS, a single document or set of code can be used to “style” multiple pages (even multiple sites) with the same look, saving on tons of raw coding.  Site-wide changes can be achieved by changing one CSS document, rather than editing each individual markup (html/php etc) document.  The advantages are less code, faster loading, quicker editing and more attractive documents.

CSSEdit Features

Live Preview is a great feature of CSSEdit.  It is incredibly easy to load documents or web pages, make changes to to the CSS and see the changes happen instantly.  In the “old” days of editing CSS, you had to make the changes to the code, update the code on the server, then refresh the page.  That took a ton of time, and often times 2-3 different applications to complete the process.   CSSEdit replaces 2-3 applications and saves you a ton of time with this feature alone.

You can even load the CSS of pages other than your own to see what they’re doing to make their sites look good so that you can steal learn from their ideas.  Conversely, you can see what makes some pages look so bad in order to make sure you don’t make the same mistakes.

One of the very confusing parts of editing and working with CSS, is trying to figure out which damn lines of code control what you’re trying to work with.  In the “pre-CSSEdit days” I’d spend hours guessing which lines of CSS to modify.  It was a very frustrating process, changing the code then refreshing the page to see if it did anything.  Sometimes I’d change styles, see nothing and forget to change them back.  Later on, I’d discover that the code I changed caused problems on other pages or documents.  The X-Ray Inspector contained in CSSEdit allows you to highlight any part of a document and see exactly what lines of CSS code are controlling it.  All it takes is activating the X-Ray Inspector and clicking the part of the document you want to analyze.  Super easy.

Whether you are a GUI (graphical user interface) type of user, or a raw code demon, CSSEdit has you covered.  I’m a combination of both.  When I’m being a code demon I’ll use  Source Editing mode to tweak my CSS.  When I’m not sure what code to use, or I’m in more of a GUI mood I’ll use Visual Editing instead.  CSSEdit allows you to view one or both modes, which is very nice.

Source Editing Visual Editing
MacRabbit CSSEdit
MacRabbit CSSEdit

I’ve used CSSEdit for quite a while.  I date back to version 1.x.  That being said I’m still not completely proficient with all the features.  The Selector Builder is a feature I need to use more.  Selectors in CSS define the HTML element or tag which you are styling.  Selectors can get confusing because they can be grouped, they can have multiple iterations and some can even be nameless (global).

Bad or useless code eats up bandwidth and can cause problems.  That’s why CSSEdit’s Debugging feature is so useful.  I had a problem with a blog just yesterday.  Despite looking at the CSS about five times I never figured out what the problem was.  I hit the debug button and voila, question answered.  Problem solved.

MacRabbit CSSEditThe Milestones feature is a nice touch in CSSEdit.  With Milestones you can log breakthroughs or important events, and refer back to them later.

All about FLOW

As I mentioned earlier, editing CSS (and other web scripts) used to be a total pain.  You’d use one application to edit and another to preview.  CSSEdit combines those two applications into one.  Less switching between apps and quicker previewing means more productivity and more free time.

Suggestion Box

I’d like to see the following features in upcoming versions of CSSEdit.

Live browser interpretations.  I’d like to click a button or selector on a page I’m viewing/editing and be able to switch between browser renditions.   Anyone who has done any CSS at all knows that not all browsers are the same.  Get it looking good in Firefox and it may look totally different in Internet Explorer.  I’d like to be able to preview the page live as interpreted by specific browsers.  I know you can extract pages and “pretend to be” certain browsers when extracting CSS with CSSEdit, but unless I’m mistaken this isn’t quite what I’m saying.  Live previewing between browser renditions of a document you are working on would be great.

The next obvious step and my 2nd suggestion is flow related.  CSSEdit can edit and preview pages but can’t save to the server.  With an integrated FTP capability in CSSEdit, I could get my flow down to one application for the three steps of the process: edit, preview, save to server.

Conclusion

CSSEdit is now a crucial tool for me, and part of my daily web administration.  I’m so much more productive with CSS editing, designing, tweaking and debugging my pages now.  The application is well designed, bug free and fast.  CSSEdit is a must have tool for web geeks who use the Macintosh platform.

Update: In previewing this post, it dawned on me that the text in my blog was not justified.  I like a fully justified look.  In a matter of a few seconds I set the CSS to full justification.  I first loaded the page.  Then I turned on the X-Ray Inspector to find the code to edit.  Then I hit the full justify icon in the text tab of the visual editor.  Done!

Mar 19

Copy and paste

System wide search

Syncing notes

These are three major features which were horribly overlooked in previous iPhone software models.  With the new 3.0 iPhone software coming out soon, these features which should have come standard out of the original box, will be implemented.

It is about time.