Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > 2+2 Communities > Other Other Topics
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 09-04-2006, 01:18 PM
StevieG StevieG is offline
Senior Member
 
Join Date: Jan 2003
Location: b-more
Posts: 3,558
Default Re: Opera 9 vs Firefox Review

[ QUOTE ]

Another, simpler approach is to use a "bookmarklet". This works in Opera and IE too. Here's one:

javascript:maxwidth=800;pi=document.getElementsByT agName("img");
for(var%20i=0;i<=pi.length;i++){var%20aspectrat io=(pi.item(i).height/pi.item(i).width);
if(pi.item(i).width>maxwidth){pi.item(i).width= 800;pi.item(i).height=aspectratio*800;}}


[/ QUOTE ]

Cool.

But the maxwidth variable is silly if the magic number 800 is used twice later in the code. Change the code to ths

javascript:maxwidth=800;pi=document.getElementsByT agName("img");
for(var%20i=0;i<=pi.length;i++){var%20aspectrat io=(pi.item(i).height/pi.item(i).width);
if(pi.item(i).width>maxwidth){pi.item(i).width= maxwidth;pi.item(i).height=aspectratio*maxwidth;}}

and the maximum width is set in that one place only.
Reply With Quote
  #12  
Old 09-04-2006, 01:21 PM
KOTLP KOTLP is offline
Senior Member
 
Join Date: Jan 2006
Posts: 1,987
Default Re: Opera 9 vs Firefox Review

yeah that was sloppy, nice edit

Anyone tried gmail yet? The "basic HTML" mode looks fine, but the "standard" mode is all messed up for me.
Reply With Quote
  #13  
Old 09-04-2006, 04:07 PM
New001 New001 is offline
Senior Member
 
Join Date: Feb 2005
Location: Gogogogo, Madagascar
Posts: 6,914
Default Re: Opera 9 vs Firefox Review

[ QUOTE ]
yeah that was sloppy, nice edit

Anyone tried gmail yet? The "basic HTML" mode looks fine, but the "standard" mode is all messed up for me.

[/ QUOTE ]
I was going to say I had no problem with it when I checked it last night, but either something changed or I was using Firefox at the time. Mine is all messed up too.

Edit: Aha. Turn off that fit to width thing and try it again?
Reply With Quote
  #14  
Old 09-04-2006, 05:14 PM
KOTLP KOTLP is offline
Senior Member
 
Join Date: Jan 2006
Posts: 1,987
Default Re: Opera 9 vs Firefox Review

[ QUOTE ]
[ QUOTE ]
yeah that was sloppy, nice edit

Anyone tried gmail yet? The "basic HTML" mode looks fine, but the "standard" mode is all messed up for me.

[/ QUOTE ]
I was going to say I had no problem with it when I checked it last night, but either something changed or I was using Firefox at the time. Mine is all messed up too.

Edit: Aha. Turn off that fit to width thing and try it again?

[/ QUOTE ]
Yup, that was it for me too, thank ya.
Reply With Quote
  #15  
Old 09-04-2006, 06:25 PM
KOTLP KOTLP is offline
Senior Member
 
Join Date: Jan 2006
Posts: 1,987
Default Re: Opera 9 vs Firefox Review

If anyone else uses the Yahoo TV Guide, just found a fix to the rendering problem in the Opera forums. This sounds like something to try for most any problem with a site.

[ QUOTE ]
Steps:
- Goto Yahoo tv guide site page
- Right click -> 'Edit site preferences...' -> Network tab
- Choose 'Mask as Mozilla' under 'Browser Identification'


[/ QUOTE ]
Hmm, there's also an "Identify as Mozilla" option, not sure what the difference between "Mask" and "Identify" is.

edit: "Identify" changes your user agent to Mozilla, but still adds Opera at the end so it can be identified as Opera. "Mask" changes it to Mozilla without the reference to Opera at the end.
Reply With Quote
  #16  
Old 09-08-2006, 08:27 PM
Etric Etric is offline
Senior Member
 
Join Date: Nov 2004
Posts: 913
Default Re: Opera 9 vs Firefox Review

Wow, I just got Opera. It is so much better than IE/Firefox.

Mouse gestures are amazing (I don't have a programmable mouse like the OP).

Thanks for the review!
Reply With Quote
  #17  
Old 09-08-2006, 08:31 PM
Jack of Arcades Jack of Arcades is offline
Senior Member
 
Join Date: Jan 2005
Posts: 13,859
Default Re: Opera 9 vs Firefox Review

[ QUOTE ]
It is so much better than IE/Firefox.

Mouse gestures are amazing

[/ QUOTE ]

#2 does not support it #1
Reply With Quote
  #18  
Old 09-08-2006, 08:39 PM
astroglide astroglide is offline
Senior Member
 
Join Date: Sep 2002
Posts: 13,836
Default Re: Opera 9 vs Firefox Review

[ QUOTE ]
#2 does not support it #1

[/ QUOTE ]

you're batting 1000 on vague comments in browser discussions
Reply With Quote
  #19  
Old 09-08-2006, 09:12 PM
Jack of Arcades Jack of Arcades is offline
Senior Member
 
Join Date: Jan 2005
Posts: 13,859
Default Re: Opera 9 vs Firefox Review

oh sorry, didn't see that. I meant that opera looks very out of place with just about any OS and that bothers me. Firefox does a pretty good job of it with the right skin. Obviously neither will be as good as their OSes default (IE, Konqueror on KDE, Epiphany on Gnome). It bugs me that even with a good skin it really stands out.

As for that vague comment, it's not hard to come by mouse gestures on both IE and Firefox. I used Mouse Gestures on Firefox for years.
Reply With Quote
  #20  
Old 09-08-2006, 09:45 PM
KOTLP KOTLP is offline
Senior Member
 
Join Date: Jan 2006
Posts: 1,987
Default Re: Opera 9 vs Firefox Review

Anyone know if it's possible to use gestures with custom searches like with drag de go? For example, I lookup movies on IMDB all the time with a gesture. I highlight the movie name, then gesture left, and it opens in a new, background tab.

btw, if anyone anyone cares, I did get touchpad scrolling working with my thinkpad. Still using firefox though, too many little tweaks I have a hard time letting go of.
Reply With Quote
Reply


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

Forum Jump


All times are GMT -4. The time now is 04:59 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.