Running Safari 4 Beta with Safari 3

When Apple announced the Safari 4 Beta, I was itching to try it out right away, but I knew that if I installed it, the current WebKit would get wiped out my system. This might be acceptable for most, but I would like to keep testing my sites against Safari 3 at least for another year before moving on. So I waited until someone came up with a solution to install them side by side. Brian Mastenbrook’s package extractor seems like exactly what I need, it works very well for me so far.

Visit the bookmark »

Speak Your Mind

  • Your address won't be shown, it will be used for Gravatar icons if available.

  • Markdown is allowed.

Header 1    Header 2
========    --------

*italic*    **bold**

> A single level blockquote
>> A nested quote

A link: [example](http://url.com "title")
Or a quick URL: <http://url.com>

1. Numbered list item 1
2. Numbered list item 2

* Unordered list item 1
* Unordered list item 2

Any paragraph with 4 spaces to 
the left is a preformatted code block

Language specific code blocks with 
syntax highlighting are supported too:

@@ python
import antigravity
@@ end