On Opera, On Mac, On inluminent
Published 5 years, 8 months ago in design + dev, macintosh
On Monday, I downloaded the latest version of Opera for Mac so that I could test some of the problems that people have reported with the new “images: on/off” option that I’m offering on inluminent/weblog. Then I read this article on C|Net.
It basically says that Opera might be dead on the Macintosh due to the release of Safari.
The question for me now becomes… do I really care about ‘fixing’ a problem on my site that only really affects Opera for Mac users?
On one hand, I’d love to figure out how to make the CSS switching Javascript work in Opera browsers. On the other hand, only about 0.74%% of my readers use Opera on Windows or Macintosh. Only 2% of those users use Opera on a Macintosh. That’s an amazingly small number.
Is it worth my time to fix a Javascript problem with Opera, or can I count on Opera to either fix it, or quit developing a Mac browser?
Honestly at this point I don’t have the time to worry about Opera browser support on top of my regular work life… sorry folks. Use IE, Mozilla, or wait on Safari to come out of beta to get the “images: on/off” feature.
5 Responses to “On Opera, On Mac, On inluminent”
- 1 Trackback on Jan 28th, 2003 at 8:44 pm
Leave a Reply
Search
Subscribe
Archives
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- February 2005
- January 2005
- December 2004
- November 2004
- October 2004
- September 2004
- August 2004
- July 2004
- June 2004
- May 2004
- April 2004
- March 2004
- February 2004
- January 2004
- December 2003
- November 2003
- October 2003
- September 2003
- August 2003
- July 2003
- June 2003
- May 2003
- April 2003
- March 2003
- February 2003
- January 2003
- December 2002
- November 2002
- October 2002
- September 2002
- August 2002
- May 2002
Categories
- asides (445)
- baby (6)
- design + dev (142)
- for sale (7)
- get a job (11)
- investing (6)
- leadership + management (146)
- life stories (251)
- macintosh (320)
- marketing + advertising (223)
- Moveable Type (52)
- organization (6)
- photography + video (68)
- publishing + content (136)
- random (239)
- Saab (1)
- sales and selling (94)
- small business (147)
- stuff (68)
- sysadmin (40)
- travel (42)
- Video (2)
- windows (69)
- WordPress (13)

I see nipples! I am offended! I am kidding!
One more desired feature for the pictures: captions.
the problem is also true for netscape 7.1 (as far as i can see). it only seems to work right in ie. finally a good reason to start msie once in a while.
Since the CSS should work either way, have you considered using a server-side scripting language like PHP? I tested an image-free version of my own site that I could turn on using a GET query:
http://www.practicalmadness.com/?image_pref=none
I didn’t do any work to make it look good because it was just a test to see if I could do it. But you could easily set up a PHP (or whatever kind of) script to set an images/no-images cookie pref, which should be 100% cross-platform compatible.