473,396 Members | 2,002 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,396 software developers and data experts.

testing mac browser

hey all,
longshot here, but is there anyway to test my asp.net web app in a mac
browser without actually having to buy a mac or know anyone who has a mac?

thanks,
rodchar
Aug 17 '06 #1
7 1199
Really? Are you serious?

I'd like to go to the moon. But without going into space or getting on a
rocket.
"rodchar" <ro*****@discussions.microsoft.comwrote in message
news:9A**********************************@microsof t.com...
hey all,
longshot here, but is there anyway to test my asp.net web app in a mac
browser without actually having to buy a mac or know anyone who has a mac?

thanks,
rodchar

Aug 17 '06 #2
Safari uses the KHTML rendering engine (forked from konqurer).

So I use konqurer on Linux. This should give you a good aproximation of
how Safari render the page!
You can run Linux in a VMware virtual machine - they even have a free
player: http://www.vmware.com/products/player/

You just need to get your hands on a pre-made VMware Linux image.
There are many available for download from:
http://www.vmware.com/vmtn/appliances/directory/

Konqurer is a native KDE application although it will run an GNOME
based distros.

I suggest Open SUSE.

Hope this helps
C
rodchar wrote:
hey all,
longshot here, but is there anyway to test my asp.net web app in a mac
browser without actually having to buy a mac or know anyone who has a mac?

thanks,
rodchar
Aug 17 '06 #3
thanks for the suggestion. i appreciate it.

"cp******@gmail.com" wrote:
Safari uses the KHTML rendering engine (forked from konqurer).

So I use konqurer on Linux. This should give you a good aproximation of
how Safari render the page!
You can run Linux in a VMware virtual machine - they even have a free
player: http://www.vmware.com/products/player/

You just need to get your hands on a pre-made VMware Linux image.
There are many available for download from:
http://www.vmware.com/vmtn/appliances/directory/

Konqurer is a native KDE application although it will run an GNOME
based distros.

I suggest Open SUSE.

Hope this helps
C
rodchar wrote:
hey all,
longshot here, but is there anyway to test my asp.net web app in a mac
browser without actually having to buy a mac or know anyone who has a mac?

thanks,
rodchar

Aug 17 '06 #4
"rodchar" <ro*****@discussions.microsoft.comwrote in message
news:9A**********************************@microsof t.com...
longshot here, but is there anyway to test my asp.net web app in a mac
browser without actually having to buy a mac or know anyone who has a mac?
No.
Aug 17 '06 #5
<cp******@gmail.comwrote in message
news:11**********************@74g2000cwt.googlegro ups.com...
So I use konqurer on Linux. This should give you a good aproximation of
how Safari render the page!
Not even close. Safari famously doesn't understand at all <asp:Menuand
<asp:TreeView>, and there are many other differences...

Bottom line - if you want to test on a Mac, you need a Mac. I bought a Mac
Mini so that it slotted right into the rest of my network, though I had to
get a Belkin KVM. Works perfectly.
I suggest Open SUSE.
I fully agree with that. I use Virtual PC and have a SuSE 10 virtual machine
with Konqueror, Epiphany, FireFox, Opera, Netscape and Mozilla installed for
testing...
Aug 17 '06 #6
Safari famously doesn't understand at all <asp:Menuand
<asp:TreeView>,
That's interesting, I don't know what code the <asp:Menuand
<asp:TreeViewproduces. I prefer to bind the sitemap to a bullet list
and use CSS to do the styling - its nice and accessible.
I suggest Open SUSE.

I fully agree with that. I use Virtual PC and have a SuSE 10 virtual machine
with Konqueror, Epiphany, FireFox, Opera, Netscape and Mozilla installed for
testing...
I find a lot of the automatically generated HTML to be poor quality,
its a shame we have to to go such lengths.

C

Aug 18 '06 #7
"<oo</" <cp******@gmail.comwrote in message
news:11**********************@b28g2000cwb.googlegr oups.com...
> Safari famously doesn't understand at all <asp:Menuand
<asp:TreeView>,

That's interesting, I don't know what code the <asp:Menuand
<asp:TreeViewproduces. I prefer to bind the sitemap to a bullet list
and use CSS to do the styling - its nice and accessible.
http://www.google.co.uk/search?sourc...Menu%22+Safari

Some of the solutions work some of the time... It's a bit of a problem,
especially since Safari is now the most popular browser on Macs...
http://www.thecounter.com/stats/2006/July/browser.php
I find a lot of the automatically generated HTML to be poor quality,
its a shame we have to to go such lengths.
Well, since I bit the bullet and upgraded all my sites to full XHTML
compliance, things have been massively better... Even IE7 seems to be
playing friendly... :-)
Aug 18 '06 #8

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

Similar topics

56
by: Don G | last post by:
I currently have IE6 and Firefox installed on my machine, and I switch between the two when testing web sites I am working on. It is my understanding that IE5 is still pretty common. Is this...
6
by: gsb | last post by:
Don't know if this is the right place to post this JavaScript issue. If not, could someone point me in the right direction please. I am trying to make a "cross browser compliant" floating...
3
by: Matt Kruse | last post by:
Does anyone actively use JSUnit < http://www.edwardh.com/jsunit/ > for unit testing their javascript code? For logical functions, I imagine it could be very useful. However, I'm wondering how...
2
by: Stephen | last post by:
Hi, I have developed my application using VS.NET and used project properties to both IE and Netscape. I am testing my application on IE and Netscape. The pages appear perfect on IE but totally...
25
by: Nathan Sokalski | last post by:
As we all know, IE7 is now available. However, it also cannot be installed side by side with IE6. This makes it very hard to test pages on both versions using the same machine. I am guessing that...
1
by: flashadow | last post by:
Who can explain. Can JsUnit test dynamic pages? A site uses Apache Tomcat for the start. A site consists of starting page in which is loaded 4 jsp pages. Functions that need testing take...
19
by: adminloozer | last post by:
Hello, Is there a solution to test on local HD a site under differents IE version. I use Vista and I have IE7. Can I install (with a kind of procedure) older versions of IE. I tried with...
11
by: VK | last post by:
In the continuation of the discussion at "Making Site Opaque -- This Strategy Feasible?" and my comment at http://groups.google.com/group/comp.lang.javascript/msg/b515a4408680e8e2 I have...
0
by: =?Utf-8?B?QWJoaXJ5YQ==?= | last post by:
Could anyone elaborate me the difference between WAP and Browser testing.As both of them are done for testing the Smart phone's.
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
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,...

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.