473,419 Members | 1,759 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,419 software developers and data experts.

Mac Safari compatibility questions

Hi,

I have a big script that doesn't work in Safari 1.3, but does work in
FF, and IE. I've given up going to my local Uni. to use their Macs
(they've prevented the Debug menu from appearing after running that
widely known hack), and so I want to buy my first Mac to do this
properly.

Being a PC person I am generally ignorant of Mac OS issues;

a) it looks like Safari 2 only works with OSX v10.4, is this true?

b) it also appears that Safari 1.3 ONLY works with OSX 10.3 - will it
work on 10.4, and if it will, is it obtainable (ie. public download?).

c) if answer to b) is 'no' - would I be safe to assume that scripts
which work on v1.3 will work on v2? Or the other way around? (I'd
prefer to get a new Mac and get the script working on 2 and roughly
working on 1.3, then refine it in the Uni library :(

d) if a), b) and c) are all 'no' - I presume I can get two hard drives
and install 10.3 on one and 10.4 on the other... joy.
Sorry this is a little OT, but you cant post to comp.sys.mac from
Google Groups :( (and FYI I cant reach our ISP news service from behind
our office firewall...).
Thanks and any general tips/pointers are gratefully received,
Jim

Oct 25 '05 #1
2 1955
jd*******@gmail.com wrote:
Hi,

I have a big script that doesn't work in Safari 1.3, but does work in
FF, and IE. I've given up going to my local Uni. to use their Macs
(they've prevented the Debug menu from appearing after running that
widely known hack), and so I want to buy my first Mac to do this
properly.

Being a PC person I am generally ignorant of Mac OS issues;

a) it looks like Safari 2 only works with OSX v10.4, is this true?
Yes.

b) it also appears that Safari 1.3 ONLY works with OSX 10.3 - will it
work on 10.4, and if it will, is it obtainable (ie. public download?).
Will it work? Dunno - but a moot point really. The version of Safari
that you get is essentially tied to the version of Mac OS that you are
running. OS X 10.2 has Safari 1.0.3, 10.3 has 1.2 and 10.4 has 2.0.

<URL:http://developer.apple.com/internet/safari/uamatrix.html>

As far as I know, you can't get installers for Safari, so you can't
have multiple versions on the one OS. No doubt there is a hack
somewhere to do it, but it may be more trouble than it's worth (the Web
Kit is open source, you can download and compile different versions if
you like...).

c) if answer to b) is 'no' - would I be safe to assume that scripts
which work on v1.3 will work on v2? Or the other way around? (I'd
prefer to get a new Mac and get the script working on 2 and roughly
working on 1.3, then refine it in the Uni library :(
Yes, but there's no guarantee. It may be too much to ask, but check in
1.0.3 (OS X 10.2) also to ensure graceful fall-back - it lacks some
important features and has a number of quirks.

d) if a), b) and c) are all 'no' - I presume I can get two hard drives
and install 10.3 on one and 10.4 on the other... joy.
No need for separate hard drives, just partition the one drive. 5 GB
is plenty for a basic install if you just want to test the browser.
You can pick up old copies of OS X pretty cheap on eBay, install on an
old iMac so you have a test machine separate from your dev box. A good
setup is a Mac mini on top of a Wintel laptop and a KVM switch to
change environments.


Sorry this is a little OT, but you cant post to comp.sys.mac from
Google Groups :( (and FYI I cant reach our ISP news service from behind
our office firewall...).
Thanks and any general tips/pointers are gratefully received,
Jim


Apples Safari support pages may be useful, their developer stuff is
here:

<URL:http://developer.apple.com/internet/safari/>
--
Rob

Oct 26 '05 #2
Thanks very much Rob, very helpful.

Jim

Oct 26 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: liberty | last post by:
Hi, I have looked everywhere to try and solve my problem-- looked at W3C DOM Compatibility charts, read articles, tried debuggers, and still my script is not working. The problem I have is this. ...
4
by: metoikos | last post by:
I've scoured the web (clumsily, I'm sure) for information on the difficulties I am having, checked my markup in validators, and had a friend with more CSS clue look over it, but I haven't had any...
2
by: drew197 | last post by:
I am a newbie. This is someone else's code which I have to modify to work in Mozilla and Safari. The changes I made so far have allowed it to work in Mozilla but not Safari. It seems to be...
4
by: drew197 | last post by:
I am a newbie. I am editing someone elses code to make it compatible with Firefox and Safari. In IE, when you click on the proper link, a block of text is shown in a nice paragraph form. But, in...
3
by: Joe Cox | last post by:
I am having a problem with style properties for dynamic images in Mac OS X Safari. By dymanic images, I mean images allocated with the javascript 'new Image()' call. With static images (created...
2
by: Simon Wigzell | last post by:
I use onkeypress() within text fields in my forms to chcek certain characters e.g. allow numbers for a phone number or credit card field. The code looks at the key pressed and if it is not numberic...
34
by: Simon Wigzell | last post by:
document...focus() will scroll the form to move the specified text field into view on everything I have tried it with except Safari on the MAC. The form doesn't move. Any work around? Thanks.
7
by: Tom | last post by:
I have an oo-type javascript program running perfectly on IE 6.0+, FF 1.5+, and Opera 7+ on Windows 98+, Linux (RH 9, FC 6), and Mac OS X. 4. As usual, the Safari browser is not working correctly,...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.