Go Back   CodingForums.com > :: Client side development > General web building

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 11-30-2003, 09:23 PM   PM User | #1
JAVAEOC
Regular Coder

 
Join Date: Oct 2003
Location: SC
Posts: 936
Thanks: 0
Thanked 0 Times in 0 Posts
JAVAEOC is an unknown quantity at this point
IE, Mozilla, Opera or NS

i need to know wicht of the three browsers is the best and why...

i am using IE... However it has been sugestted to me that it is not good... But it is the only thing that supports my scripts...

so which is my best choice?
JAVAEOC is offline   Reply With Quote
Old 11-30-2003, 11:19 PM   PM User | #2
oracleguy
Rockstar Coder


 
Join Date: Jun 2002
Location: USA
Posts: 9,043
Thanks: 1
Thanked 322 Times in 318 Posts
oracleguy is a jewel in the roughoracleguy is a jewel in the roughoracleguy is a jewel in the rough
That is a complicated topic, out of the four you listed, IE has the lowest technology support and poorest implementation. I personally use Mozilla myself.

It really isn't that hard to make a site cross browser supported, as long as you write valid (X)HTML and CSS that goes a long way. IE, like mentioned before, doesn't support as much as CSS as any of the others. IE hasn't had a major update since 2001, so what can you expect. And considering that IE7 will only work for people who buy Longhorn (the next windows version) and that isn't supposed to come out until 2005 or 2006, IE is and going to be the next NS4.
__________________
OracleGuy
oracleguy is offline   Reply With Quote
Old 12-01-2003, 06:10 PM   PM User | #3
JAVAEOC
Regular Coder

 
Join Date: Oct 2003
Location: SC
Posts: 936
Thanks: 0
Thanked 0 Times in 0 Posts
JAVAEOC is an unknown quantity at this point
No one likes IE... i do

it is the only browser that supports my scripts//what can i do?
JAVAEOC is offline   Reply With Quote
Old 12-01-2003, 06:32 PM   PM User | #4
Caffeine
Regular Coder

 
Join Date: Mar 2003
Posts: 241
Thanks: 0
Thanked 0 Times in 0 Posts
Caffeine is an unknown quantity at this point
IE is shhhhht compared to Mozilla IMHO.
Not only has it much more securityholes, but it's support for some standards are very weak.
A browsers purpose is to translate the code into a graphical interface, and IE renders some stuff the wrong way.
A simple example: border: 1px dotted #000000; render a dashed line. The dashed line and dotted line looks just the same in IE.

Mozilla also has more options for the user, pop-up blocker is one among others. The cookie-handling seems to be better in Mozilla too, I still get "coockied" on some sites when I use IE although I have set it to reject 3rd party cookies. Mozilla does not let this happen.

Personally, I dont understand why it took me so long for completing this browser-switch thing, I just Love Moz

I've heard that Opera has better support for some standards. but I don't like the interface of it plus the banner at the top is distubing me.
But I still use it when I'm testing my work.

Hope that is to some use for you
Caffeine is offline   Reply With Quote
Old 12-01-2003, 06:39 PM   PM User | #5
liorean
The thread killer


 
Join Date: Feb 2003
Location: Umeå, Sweden
Posts: 5,575
Thanks: 0
Thanked 84 Times in 75 Posts
liorean will become famous soon enoughliorean will become famous soon enough
Quote:
Originally posted by JAVAEOC
No one likes IE... i do
it is the only browser that supports my scripts//what can i do?
Learn WHY your scripts doesn't work in other browsers. Learn what constructs are iew proprietary. Try to code according to the other prowsers primarily, and you'll find it's not hard to accommodate for the black holes in iew. When you ask us how to do something, also consider asking us WHY we chose to do it that way, and why your original solution didn't work. This is where you can learn small feature differences most easily.

Oh, and of course, read up on what you're trying to do. First of all, try to learn the language before you fiddle with the browsers. By knowing the works of the language you can understand why your scripts don't work better.
__________________
liorean <[lio@wg]>
Articles: RegEx evolt wsabstract , Named Arguments
Useful Threads: JavaScript Docs & Refs, FAQ - HTML & CSS Docs, FAQ - XML Doc & Refs
Moz: JavaScript DOM Interfaces MSDN: JScript DHTML KDE: KJS KHTML Opera: Standards
liorean is offline   Reply With Quote
Old 12-01-2003, 10:14 PM   PM User | #6
JAVAEOC
Regular Coder

 
Join Date: Oct 2003
Location: SC
Posts: 936
Thanks: 0
Thanked 0 Times in 0 Posts
JAVAEOC is an unknown quantity at this point
Quote:
Learn WHY your scripts doesn't work in other browsers
OK... its not the way I write my scripts its just that IE is the only thing that supports my scripts...

there is nothing to do about it... Mozilla, NS, Opera just dont do it

and there is no one on earth who can make it work in anything else then IE....

so if you say that mozilla supports more... this is not true!!!

Last edited by JAVAEOC; 12-01-2003 at 10:17 PM..
JAVAEOC is offline   Reply With Quote
Old 12-01-2003, 11:32 PM   PM User | #7
Stuart H
Regular Coder

 
Join Date: Nov 2003
Location: England
Posts: 174
Thanks: 0
Thanked 0 Times in 0 Posts
Stuart H is an unknown quantity at this point
I see what your saying (Black n white) Confusing one!
Stuart H is offline   Reply With Quote
Old 12-01-2003, 11:46 PM   PM User | #8
oracleguy
Rockstar Coder


 
Join Date: Jun 2002
Location: USA
Posts: 9,043
Thanks: 1
Thanked 322 Times in 318 Posts
oracleguy is a jewel in the roughoracleguy is a jewel in the roughoracleguy is a jewel in the rough
Quote:
Originally posted by JAVAEOC
OK... its not the way I write my scripts its just that IE is the only thing that supports my scripts...

there is nothing to do about it... Mozilla, NS, Opera just dont do it

and there is no one on earth who can make it work in anything else then IE....

so if you say that mozilla supports more... this is not true!!!
Then let's see some scripts that your talking about that work only in IE.
__________________
OracleGuy
oracleguy is offline   Reply With Quote
Old 12-02-2003, 12:42 AM   PM User | #9
Vladdy
Senior Coder

 
Join Date: Jun 2002
Location: Nashua, NH
Posts: 1,724
Thanks: 0
Thanked 0 Times in 0 Posts
Vladdy is an unknown quantity at this point
Quote:
Originally posted by JAVAEOC
OK... its not the way I write my scripts its just that IE is the only thing that supports my scripts...

there is nothing to do about it... Mozilla, NS, Opera just dont do it

and there is no one on earth who can make it work in anything else then IE....

so if you say that mozilla supports more... this is not true!!!
Mozilla supports more DOM functionality and therefore allows one to create better and more functional scripts.
If IE is the only browser that can run your scripts means that YOU write your scripts using IE-proprietory objects/methods/constructs. That does not make your scripts better, on contrary it makes them outdated and hard to convert.
Much better way to approach scripting is write DOM compliant scripts (testing for support of objects used rather than sniffing the browser) and fall back to IE methods when DOM support is lacking. For example:
Code:
if(document.body.addEventListener)
  { /* initialize compliant event handling */
  }
else
  { if(document.body.attachEvent)
      { /* use IE methods */
      }
    else
      { /* No support for required objects. Abort */
      }
  }
This will assure forward compatibility of your scripts!!!
__________________
Vladdy | KL
"Working web site is not the one that looks the same on common graphical browsers running on desktop computers, but the one that adequately delivers information regardless of device accessing it"
Vladdy is offline   Reply With Quote
Old 12-02-2003, 01:00 AM   PM User | #10
JAVAEOC
Regular Coder

 
Join Date: Oct 2003
Location: SC
Posts: 936
Thanks: 0
Thanked 0 Times in 0 Posts
JAVAEOC is an unknown quantity at this point
ok, if ANYONE can make this script work in anything else then IE with all its fucntions (including the scroll bar colors, glowing effect etc.) the I will switch to what ever browser supports that script...


see attachment

P.S. if it si not possible in anything else then IE I WILL STICK WITH IE
Attached Files
File Type: txt timer(best).txt (2.6 KB, 121 views)

Last edited by JAVAEOC; 12-02-2003 at 01:03 AM..
JAVAEOC is offline   Reply With Quote
Old 12-02-2003, 01:05 AM   PM User | #11
JAVAEOC
Regular Coder

 
Join Date: Oct 2003
Location: SC
Posts: 936
Thanks: 0
Thanked 0 Times in 0 Posts
JAVAEOC is an unknown quantity at this point


ha, all you NS users i bet you dont see this pritty GREEN scrollbar on the left of each coding forums!!!!!!!!!!!!!!!!

P.S. just an example what NS cant do
JAVAEOC is offline   Reply With Quote
Old 12-02-2003, 01:11 AM   PM User | #12
JAVAEOC
Regular Coder

 
Join Date: Oct 2003
Location: SC
Posts: 936
Thanks: 0
Thanked 0 Times in 0 Posts
JAVAEOC is an unknown quantity at this point
Do you also sugest to go to LINUX ???

cause i really like linux but i can run IE on it.... so no linux for me
JAVAEOC is offline   Reply With Quote
Old 12-02-2003, 01:17 AM   PM User | #13
brothercake
Senior Coder


 
Join Date: Jun 2002
Location: near Oswestry
Posts: 4,508
Thanks: 0
Thanked 0 Times in 0 Posts
brothercake is an unknown quantity at this point
Quote:
Originally posted by JAVAEOC
:ha, all you NS users i bet you dont see this pritty GREEN scrollbar on the left of each coding forums!!!!!!!!!!!!!!!!

P.S. just an example what NS cant do
And you think that's a bad thing? Personally I'm delighted that my scrollbar always looks the same.
__________________
"Why bother with accessibility? ... Because deep down you know that the web is attractive to people who aren't exactly like you." - Joe Clark
brothercake is offline   Reply With Quote
Old 12-02-2003, 01:25 AM   PM User | #14
JAVAEOC
Regular Coder

 
Join Date: Oct 2003
Location: SC
Posts: 936
Thanks: 0
Thanked 0 Times in 0 Posts
JAVAEOC is an unknown quantity at this point
exactly, changing the scrolbar color is a wonderfull thing... and i like it... and NS cant do it... so NS does not support more then IE does.

P.S. not changing the scrollbar color is a baaaad thing, very bad
JAVAEOC is offline   Reply With Quote
Old 12-02-2003, 01:33 AM   PM User | #15
Basscyst
Smokes a Lot


 
Join Date: Jul 2003
Location: CA, USA
Posts: 1,594
Thanks: 5
Thanked 20 Times in 20 Posts
Basscyst is on a distinguished road
Um. . .No. It just doesn't do that among a few other things. While it is a matter of personal preference, facts are facts and what has been said here is in fact, fact. If things change but applications don't it generally means downfall. Imagine if M$ just stuck with Windows 95 but software developers continued to advance to what we have today. While that may be an extreme example it is happening at a smaller scale to IE everyday they neglect to send us out an update.

Basscyst
__________________
Helping to build a bigger box. - Adam Matthews
Basscyst is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


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

Forum Jump


All times are GMT +1. The time now is 01:09 PM.


Advertisement
Log in to turn off these ads.