![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
DO you have to do anything special when developing a website to accommodate Mac users??... |
#3
| |||
| |||
|
|
I know nothing whatsoevera about Macs except that you have to pry them out of their cold dead hands before they'd switch to a Windows machine. Recently a Mac owner said that they had to do something "special" to their company website before she could see the website on her Mac. She doesn't know anything about computers except how to turn it off and on, so I wasn't able to get any more information out of her. DO you have to do anything special when developing a website to accommodate Mac users??... Sorry if this is a dumb question, but I had to ask! |
#4
| |||
| |||
|
|
I know nothing whatsoevera about Macs except that you have to pry them out of their cold dead hands before they'd switch to a Windows machine. Recently a Mac owner said that they had to do something "special" to their company website before she could see the website on her Mac. She doesn't know anything about computers except how to turn it off and on, so I wasn't able to get any more information out of her. DO you have to do anything special when developing a website to accommodate Mac users??... Sorry if this is a dumb question, but I had to ask! |
#5
| |||
| |||
|
|
If you are going to be developing websites on a professional basis, then get a Mac as well just to check. You can pick up an old Blue iMac for about $200. Plus you'll get to learn a bit about "the other side" which is A Good Thing. -- James Loudon www.fatgraphics.com websites: hotography::videoAll outgoing (and incoming) mail is scanned by Norton AV and is as guaranteed to be as bug-free as possible. "Jenna" <jennaw707 (AT) NOSPAMhotmail (DOT) com> wrote in message news:cdmcut$3ul$1 (AT) forums (DOT) macromedia.com... I know nothing whatsoevera about Macs except that you have to pry them out of their cold dead hands before they'd switch to a Windows machine. Recently a Mac owner said that they had to do something "special" to their company website before she could see the website on her Mac. She doesn't know anything about computers except how to turn it off and on, so I wasn't able to get any more information out of her. DO you have to do anything special when developing a website to accommodate Mac users??... Sorry if this is a dumb question, but I had to ask! |
#6
| |||
| |||
|
|
Good coding methods? Seriously, no. Any website built with standards compliant code will be equally visible on Macs and PCs. Be aware that it's possible to build a completely broken site that looks vastly different on the two platforms, and still have valid code, however. |
#7
| |||
| |||
|
|
Not sure I agree with buying a Mac just for site viewing. |
|
Considering that most stats show Mac users between 1%-5% of users out there. |
|
And most of those are web developers. |
#8
| ||||
| ||||
|
|
"Standards compliant" code is not rendered the same way by different browsers. Actually, if you're going to use "standard compliant" CSS positioning for your layout, don't even bother publishing your site without previewing it in as many browsers as possible on both Mac and PC, because your layout might as well be *upside down* from one browser to the next. |
|
Also, there are big differences in javascript support. |
|
If you're going to use timelines, show-hide layer behaviors or even swap image behaviors, you better test in both Mac and PC, because same browser version might not behave the same way on different platforms. |
|
"Standards compliant" code is not rendered the same way by different browsers. Actually, if you're going to use "standard compliant" CSS positioning for your layout, don't even bother publishing your site without previewing it in as many browsers as possible on both Mac and PC, because your layout might as well be *upside down* from one browser to the next. Same discrepancies apply to table layout, although with less enormous consequences (no upside-down stuff, mostly alignment variations). Also, there are big differences in javascript support. If you're going to use timelines, show-hide layer behaviors or even swap image behaviors, you better test in both Mac and PC, because same browser version might not behave the same way on different platforms. Same discrepancies apply to table layout, although with less enormous consequencies than for CSS layout and javascript. Murray *TMM* wrote: Good coding methods? Seriously, no. Any website built with standards compliant code will be equally visible on Macs and PCs. Be aware that it's possible to build a completely broken site that looks vastly different on the two platforms, and still have valid code, however. |
#9
| |||
| |||
|
|
"Standards compliant" code is not rendered the same way by different browsers. Actually, if you're going to use "standard compliant" CSS positioning for your layout, don't even bother publishing your site without previewing it in as many browsers as possible on both Mac and PC, because your layout might as well be *upside down* from one browser to the next. While it is true that testing sites in many browsers is always a good idea no matter what your coding methods are, I think it's not correct to assert that using CSS positioning can cause your site to be radically wrong on different CONTEMPORARY browsers. But I have not seen any of your sites, so I can't really judge what you mean by this. |
| Also, there are big differences in javascript support. Really? Like what? |
| If you're going to use timelines, show-hide layer behaviors or even swap image behaviors, you better test in both Mac and PC, because same browser version might not behave the same way on different platforms. Really? Can you give me specific examples where you see these differences? |
#10
| |||
| |||
|
|
I have spent a lot of time creating a site using only CSS positioning, which looked exactly the same in FireFox, Safari, IE Windows, and Opera. Unfortunately, all looked wrong in IE5 Mac (really wrong, not slightly). |
|
persistent layers (JS extension) don't work in Safari (don't remember about Opera). Just so pictures (JS extension) don't work in Safari and Opera. |
![]() |
| Thread Tools | |
| Display Modes | |
| |