PC Review


Reply
Thread Tools Rate Thread

Designing for Opera

 
 
John Brandt
Guest
Posts: n/a
 
      4th Feb 2004
Until recently I had not paid much attention to Opera, but on a lark I
downloaded and took a look at some of the pages that I have designed.
Yuck.

What's the scoop? Any insights or workarounds for designed for this
browser?

jeb
 
Reply With Quote
 
 
 
 
chris leeds
Guest
Posts: n/a
 
      4th Feb 2004
noticed the same thing when testing some .css stuff. I think they have a
newsgroup and some kind of an anomaly list. you should check their site.
don't forget the mozilla firebird.
http://www.mozilla.org/products/firebird/
it's a little closer to rendering like internet explorer. it's not a bad
browser and there are some cool plug-ins for it if you're into .css and
whatnot.

<John Brandt> wrote in message
news:(E-Mail Removed)...
> Until recently I had not paid much attention to Opera, but on a lark I
> downloaded and took a look at some of the pages that I have designed.
> Yuck.
>
> What's the scoop? Any insights or workarounds for designed for this
> browser?
>
> jeb



 
Reply With Quote
 
Chet
Guest
Posts: n/a
 
      4th Feb 2004

<John Brandt> wrote in message
news:(E-Mail Removed)...

<snip>
| What's the scoop? Any insights or workarounds for designed for
this
| browser?
</snip>

In some cases Opera displays a page correctly when IE doesn't,
even though IE's version looks better!

It's not really a "workaround", just make sure that your html and
css validate. That will eliminate quite a few cross-browser
compatibility problems. You can validate your pages at W3C's
site:

HTML Validator
http://validator.w3.org/

CSS Validator
http://jigsaw.w3.org/css-validator/

Also, if you'd like to see what your site looks like on Apple's
Safari browser on an Apple iMac check out iCapture at
http://www.danvine.com/icapture/ (it's free).

hth
--
Chet
(E-Mail Removed) (remove NO.....SPAM)


 
Reply With Quote
 
MD WebsUnlimited.com
Guest
Posts: n/a
 
      4th Feb 2004
Hi John,

Do you really need Opera support? I understand that it is used less than 2%
--
Mike -- FrontPage MVP '97-'02
http://www.websunlimited.com
Need to add Meta Tags to your web pages NOW with Google Bot controls.
http://www.websunlimited.com/order/P...2_help_dir.htm
FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible


<John Brandt> wrote in message
news:(E-Mail Removed)...
> Until recently I had not paid much attention to Opera, but on a lark I
> downloaded and took a look at some of the pages that I have designed.
> Yuck.
>
> What's the scoop? Any insights or workarounds for designed for this
> browser?
>
> jeb



 
Reply With Quote
 
David Baxter
Guest
Posts: n/a
 
      4th Feb 2004
That's a good point... in fact, most web stats will tell you that
Internet Explorer accounts for at least 90% of visitors, and on many
sites it's as high as 95%. That means that ALL other browsers are
sharing the remaining 5 - 10%.

The decision really depends on who you believe your market is - and in
my opinion making sure that other browsers can at least use your site
(e.g., don't use navigation scripts that won't work in Netscape 4.x
because there are a few people still using that browser who then won't
be able to use your site at all.

The question really is one of "diminishing returns" - a couple of years
ago, I made the decision to stop trying to work all those extra hours to
make my site look pretty in NS4.7 (I keep a copy of that around as a
worst case scenario). Instead, a put a little notice on each page that
says "this page is optimized for Internet Explorer and may not display
as intended in other browsers", but then I also make sure the site is
usable in NS4.7 - it ain't pretty but it's usable.


"MD WebsUnlimited.com" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Hi John,
>
> Do you really need Opera support? I understand that it is used less

than 2%
> --
> Mike -- FrontPage MVP '97-'02
> http://www.websunlimited.com
> Need to add Meta Tags to your web pages NOW with Google Bot controls.
>

http://www.websunlimited.com/order/P...2_help_dir.htm
> FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
>
>
> <John Brandt> wrote in message
> news:(E-Mail Removed)...
> > Until recently I had not paid much attention to Opera, but on a lark

I
> > downloaded and took a look at some of the pages that I have

designed.
> > Yuck.
> >
> > What's the scoop? Any insights or workarounds for designed for this
> > browser?
> >
> > jeb

>
>



 
Reply With Quote
 
chris leeds
Guest
Posts: n/a
 
      4th Feb 2004
I found a nice way to make it so the "warning" is displayed to "old"
browsers and not to new.
the trick is to use an @ import rule to keep nn 4.x from seeing it.
then at the foot of each page <span class="warning">Notice! you're seeing
an unformatted version of this site........blah, blah, blah</span>
then on the style sheet i just have the span class "warning" set as display
none.
works like a charm and no need for detection scripts or any of that.

"David Baxter" <spam-(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> That's a good point... in fact, most web stats will tell you that
> Internet Explorer accounts for at least 90% of visitors, and on many
> sites it's as high as 95%. That means that ALL other browsers are
> sharing the remaining 5 - 10%.
>
> The decision really depends on who you believe your market is - and in
> my opinion making sure that other browsers can at least use your site
> (e.g., don't use navigation scripts that won't work in Netscape 4.x
> because there are a few people still using that browser who then won't
> be able to use your site at all.
>
> The question really is one of "diminishing returns" - a couple of years
> ago, I made the decision to stop trying to work all those extra hours to
> make my site look pretty in NS4.7 (I keep a copy of that around as a
> worst case scenario). Instead, a put a little notice on each page that
> says "this page is optimized for Internet Explorer and may not display
> as intended in other browsers", but then I also make sure the site is
> usable in NS4.7 - it ain't pretty but it's usable.
>
>
> "MD WebsUnlimited.com" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
> > Hi John,
> >
> > Do you really need Opera support? I understand that it is used less

> than 2%
> > --
> > Mike -- FrontPage MVP '97-'02
> > http://www.websunlimited.com
> > Need to add Meta Tags to your web pages NOW with Google Bot controls.
> >

> http://www.websunlimited.com/order/P...2_help_dir.htm
> > FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
> >
> >
> > <John Brandt> wrote in message
> > news:(E-Mail Removed)...
> > > Until recently I had not paid much attention to Opera, but on a lark

> I
> > > downloaded and took a look at some of the pages that I have

> designed.
> > > Yuck.
> > >
> > > What's the scoop? Any insights or workarounds for designed for this
> > > browser?
> > >
> > > jeb

> >
> >

>
>



 
Reply With Quote
 
MD WebsUnlimited.com
Guest
Posts: n/a
 
      5th Feb 2004
David,

I've been promoting this position for some time now especially with regard
to NS 4.x. Major website, www.espn.com , are also adopting this philosophy.

--
Mike -- FrontPage MVP '97-'02
http://www.websunlimited.com
Try RunASP - Run ASP pages without a web server.
http://www.websunlimited.com/order/p...asp/runasp.htm
FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible


"David Baxter" <spam-(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> That's a good point... in fact, most web stats will tell you that
> Internet Explorer accounts for at least 90% of visitors, and on many
> sites it's as high as 95%. That means that ALL other browsers are
> sharing the remaining 5 - 10%.
>
> The decision really depends on who you believe your market is - and in
> my opinion making sure that other browsers can at least use your site
> (e.g., don't use navigation scripts that won't work in Netscape 4.x
> because there are a few people still using that browser who then won't
> be able to use your site at all.
>
> The question really is one of "diminishing returns" - a couple of years
> ago, I made the decision to stop trying to work all those extra hours to
> make my site look pretty in NS4.7 (I keep a copy of that around as a
> worst case scenario). Instead, a put a little notice on each page that
> says "this page is optimized for Internet Explorer and may not display
> as intended in other browsers", but then I also make sure the site is
> usable in NS4.7 - it ain't pretty but it's usable.
>
>
> "MD WebsUnlimited.com" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
> > Hi John,
> >
> > Do you really need Opera support? I understand that it is used less

> than 2%
> > --
> > Mike -- FrontPage MVP '97-'02
> > http://www.websunlimited.com
> > Need to add Meta Tags to your web pages NOW with Google Bot controls.
> >

> http://www.websunlimited.com/order/P...2_help_dir.htm
> > FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
> >
> >
> > <John Brandt> wrote in message
> > news:(E-Mail Removed)...
> > > Until recently I had not paid much attention to Opera, but on a lark

> I
> > > downloaded and took a look at some of the pages that I have

> designed.
> > > Yuck.
> > >
> > > What's the scoop? Any insights or workarounds for designed for this
> > > browser?
> > >
> > > jeb

> >
> >

>
>



 
Reply With Quote
 
MD WebsUnlimited.com
Guest
Posts: n/a
 
      5th Feb 2004
Chris,

I don't understand what your doing here. Can you provide an example?

--
Mike -- FrontPage MVP '97-'02
http://www.websunlimited.com
Need to add Meta Tags to your web pages NOW with Google Bot controls.
http://www.websunlimited.com/order/P...2_help_dir.htm
FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible


"chris leeds" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> I found a nice way to make it so the "warning" is displayed to "old"
> browsers and not to new.
> the trick is to use an @ import rule to keep nn 4.x from seeing it.
> then at the foot of each page <span class="warning">Notice! you're seeing
> an unformatted version of this site........blah, blah, blah</span>
> then on the style sheet i just have the span class "warning" set as

display
> none.
> works like a charm and no need for detection scripts or any of that.
>
> "David Baxter" <spam-(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > That's a good point... in fact, most web stats will tell you that
> > Internet Explorer accounts for at least 90% of visitors, and on many
> > sites it's as high as 95%. That means that ALL other browsers are
> > sharing the remaining 5 - 10%.
> >
> > The decision really depends on who you believe your market is - and in
> > my opinion making sure that other browsers can at least use your site
> > (e.g., don't use navigation scripts that won't work in Netscape 4.x
> > because there are a few people still using that browser who then won't
> > be able to use your site at all.
> >
> > The question really is one of "diminishing returns" - a couple of years
> > ago, I made the decision to stop trying to work all those extra hours to
> > make my site look pretty in NS4.7 (I keep a copy of that around as a
> > worst case scenario). Instead, a put a little notice on each page that
> > says "this page is optimized for Internet Explorer and may not display
> > as intended in other browsers", but then I also make sure the site is
> > usable in NS4.7 - it ain't pretty but it's usable.
> >
> >
> > "MD WebsUnlimited.com" <(E-Mail Removed)> wrote in message
> > news:%(E-Mail Removed)...
> > > Hi John,
> > >
> > > Do you really need Opera support? I understand that it is used less

> > than 2%
> > > --
> > > Mike -- FrontPage MVP '97-'02
> > > http://www.websunlimited.com
> > > Need to add Meta Tags to your web pages NOW with Google Bot controls.
> > >

> > http://www.websunlimited.com/order/P...2_help_dir.htm
> > > FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
> > >
> > >
> > > <John Brandt> wrote in message
> > > news:(E-Mail Removed)...
> > > > Until recently I had not paid much attention to Opera, but on a lark

> > I
> > > > downloaded and took a look at some of the pages that I have

> > designed.
> > > > Yuck.
> > > >
> > > > What's the scoop? Any insights or workarounds for designed for this
> > > > browser?
> > > >
> > > > jeb
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
chris leeds
Guest
Posts: n/a
 
      5th Feb 2004
Absolutely!
I'm glad someone with the experience you've got would be interested in my
"stupid trick".
basically what I've done is put a line on every page that, if the style
sheet is loaded, gets the display property of "none", not hidden (taking up
space).
then instead of a "regular" style sheet link I'm linking in a way that old
browsers can't comprehend and therefore don't load the sheet thereby
exposing my not usually displayed warning.
you can look at my source here: http://nedp.net where you'll see the style
sheet link and you can download the style sheet to see it how the span
..warning is written.

"MD WebsUnlimited.com" <(E-Mail Removed)> wrote in message
news:#(E-Mail Removed)...
> Chris,
>
> I don't understand what your doing here. Can you provide an example?
>
> --
> Mike -- FrontPage MVP '97-'02
> http://www.websunlimited.com
> Need to add Meta Tags to your web pages NOW with Google Bot controls.
> http://www.websunlimited.com/order/P...2_help_dir.htm
> FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
>
>
> "chris leeds" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
> > I found a nice way to make it so the "warning" is displayed to "old"
> > browsers and not to new.
> > the trick is to use an @ import rule to keep nn 4.x from seeing it.
> > then at the foot of each page <span class="warning">Notice! you're

seeing
> > an unformatted version of this site........blah, blah, blah</span>
> > then on the style sheet i just have the span class "warning" set as

> display
> > none.
> > works like a charm and no need for detection scripts or any of that.
> >
> > "David Baxter" <spam-(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > That's a good point... in fact, most web stats will tell you that
> > > Internet Explorer accounts for at least 90% of visitors, and on many
> > > sites it's as high as 95%. That means that ALL other browsers are
> > > sharing the remaining 5 - 10%.
> > >
> > > The decision really depends on who you believe your market is - and in
> > > my opinion making sure that other browsers can at least use your site
> > > (e.g., don't use navigation scripts that won't work in Netscape 4.x
> > > because there are a few people still using that browser who then won't
> > > be able to use your site at all.
> > >
> > > The question really is one of "diminishing returns" - a couple of

years
> > > ago, I made the decision to stop trying to work all those extra hours

to
> > > make my site look pretty in NS4.7 (I keep a copy of that around as a
> > > worst case scenario). Instead, a put a little notice on each page that
> > > says "this page is optimized for Internet Explorer and may not display
> > > as intended in other browsers", but then I also make sure the site is
> > > usable in NS4.7 - it ain't pretty but it's usable.
> > >
> > >
> > > "MD WebsUnlimited.com" <(E-Mail Removed)> wrote in message
> > > news:%(E-Mail Removed)...
> > > > Hi John,
> > > >
> > > > Do you really need Opera support? I understand that it is used less
> > > than 2%
> > > > --
> > > > Mike -- FrontPage MVP '97-'02
> > > > http://www.websunlimited.com
> > > > Need to add Meta Tags to your web pages NOW with Google Bot

controls.
> > > >
> > >

http://www.websunlimited.com/order/P...2_help_dir.htm
> > > > FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
> > > >
> > > >
> > > > <John Brandt> wrote in message
> > > > news:(E-Mail Removed)...
> > > > > Until recently I had not paid much attention to Opera, but on a

lark
> > > I
> > > > > downloaded and took a look at some of the pages that I have
> > > designed.
> > > > > Yuck.
> > > > >
> > > > > What's the scoop? Any insights or workarounds for designed for

this
> > > > > browser?
> > > > >
> > > > > jeb
> > > >
> > > >
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
chris leeds
Guest
Posts: n/a
 
      5th Feb 2004
I've always wished everyone who made a website would do it with absolute
disregard to "old" browsers. that way the users of these dinosaurs would
finally get new ones. I've always thought when looking at my stuff with nn
4.07 that if it's messed up on my site it's gotta be messed up at other
sites. so I guess I don't look "comparatively" worse than others ;-)

"MD WebsUnlimited.com" <(E-Mail Removed)> wrote in message
news:#(E-Mail Removed)...
> David,
>
> I've been promoting this position for some time now especially with regard
> to NS 4.x. Major website, www.espn.com , are also adopting this

philosophy.
>
> --
> Mike -- FrontPage MVP '97-'02
> http://www.websunlimited.com
> Try RunASP - Run ASP pages without a web server.
> http://www.websunlimited.com/order/p...asp/runasp.htm
> FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
>
>
> "David Baxter" <spam-(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > That's a good point... in fact, most web stats will tell you that
> > Internet Explorer accounts for at least 90% of visitors, and on many
> > sites it's as high as 95%. That means that ALL other browsers are
> > sharing the remaining 5 - 10%.
> >
> > The decision really depends on who you believe your market is - and in
> > my opinion making sure that other browsers can at least use your site
> > (e.g., don't use navigation scripts that won't work in Netscape 4.x
> > because there are a few people still using that browser who then won't
> > be able to use your site at all.
> >
> > The question really is one of "diminishing returns" - a couple of years
> > ago, I made the decision to stop trying to work all those extra hours to
> > make my site look pretty in NS4.7 (I keep a copy of that around as a
> > worst case scenario). Instead, a put a little notice on each page that
> > says "this page is optimized for Internet Explorer and may not display
> > as intended in other browsers", but then I also make sure the site is
> > usable in NS4.7 - it ain't pretty but it's usable.
> >
> >
> > "MD WebsUnlimited.com" <(E-Mail Removed)> wrote in message
> > news:%(E-Mail Removed)...
> > > Hi John,
> > >
> > > Do you really need Opera support? I understand that it is used less

> > than 2%
> > > --
> > > Mike -- FrontPage MVP '97-'02
> > > http://www.websunlimited.com
> > > Need to add Meta Tags to your web pages NOW with Google Bot controls.
> > >

> > http://www.websunlimited.com/order/P...2_help_dir.htm
> > > FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
> > >
> > >
> > > <John Brandt> wrote in message
> > > news:(E-Mail Removed)...
> > > > Until recently I had not paid much attention to Opera, but on a lark

> > I
> > > > downloaded and took a look at some of the pages that I have

> > designed.
> > > > Yuck.
> > > >
> > > > What's the scoop? Any insights or workarounds for designed for this
> > > > browser?
> > > >
> > > > jeb
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Opera BrianE Freeware 18 29th Jul 2004 06:42 AM
[OT] Opera 7.23 Available Gordon Darling Freeware 0 21st Nov 2003 07:49 PM
[OT] Opera 7.22 Gordon Darling Freeware 5 9th Nov 2003 11:55 AM
Opera Splinky Freeware 1 26th Oct 2003 04:37 AM
Re: IE and Opera H Leboeuf Windows XP Internet Explorer 0 5th Jul 2003 03:25 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:22 AM.