I recently added a news ticker to a site and it all works well except for in internet explorer for mac. I know that IE for mac is discontinued now but my friend that I did it for wants it to work in that as well. I had actually made some php code to generate the text that the news ticker was going to display so I just grabbed a free ticker from online. the code
IE5 for Mac is arguably the worst written, most buggy, most inconsistent browser ever written. In most cases, trying to write for IE5(Mac) breaks implementations for most other browsers. Also, in the stats I found, IE5(Mac) was about 0.25% of the browser market.
Long story short - tell you friend not to worry about IE5 for the Mac - ignoring that browser will make it work better for other browsers.
If you can't convince your friend - what exactly is not working? What have you tried?
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Pickle, that's the answer I was really looking for. My friend just wrote to me midday yesterday and I was busy with a few other things so I didn't really want to think about it. I had a sense that the ie5(mac) share of the browser market was quite low - on any of the sites I've hosted I've only seen one person every connect using that browser.
I'm of the opinion that it's good to strive for complete compliance but you've got to draw the line somewhere. If only 0.25% of people are using ie5(mac) then it's really probably not worth worrying about. Those few people also have to realize that it's a buggy browser as well and that most sites probably won't work in it.
I'll tell him not to worry about it. If I can't convince him then I'll have to think about it a bit more perhaps and after I've tried a few things I'll write back. The other problem is that I don't have internet explorer on my mac and I don't really want to install it just to check that.