Go Back   vb.org Archive > Community Central > Community Lounge
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #31  
Old 11-15-2004, 06:29 AM
Brad Brad is offline
 
Join Date: Nov 2001
Posts: 4,765
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

True. Personaly I find firefox faster at loading web-pages so I use it. I like the idea of tabs because it lets me see alot of things at once and load stuff in the backround while I read anthor page.

I used IE for years and it served me well, but now I think firefox is alot better. I think everyone should find what suits them best, im real picky about what I install on my computer and I know alot of you are to

Quote:
Originally Posted by Michael Morris
IE still makes a better interface to the admincp than Firefox by far. Other than that though I run them both to verify that everything displays properly in both.
We are supposed to see some improvements in 3.1.0 if I remember correctly, the admin interface in IE kicks ass, I would love to see it working in firefox
Reply With Quote
  #32  
Old 11-16-2004, 02:36 AM
Natch's Avatar
Natch Natch is offline
 
Join Date: Nov 2002
Location: Australia
Posts: 851
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Brad.loo
We are supposed to see some improvements in 3.1.0 if I remember correctly, the admin interface in IE kicks ass, I would love to see it working in firefox
It's most likely a malformed test for compliance, as opposed to the script not functioning properly. It's the case with the WYSIWYG editor, IIRC.
Reply With Quote
  #33  
Old 11-16-2004, 05:45 AM
Revan's Avatar
Revan Revan is offline
 
Join Date: Jan 2004
Location: Norway
Posts: 1,671
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KirbyDE
I agree with you Reavan. But if you run a business site you normally can't afford your site not being compatible with IE ...
Quote:
Originally Posted by Brad.loo
IMO IE just happens to be so widly used because it just happens to ship as the default browser in the biggest OS world wide.

I find it very stupid to code in such a way that will prevent 98+ % of the users world wide to visit your site. The push for standards is a good one yes, but at the moment if something must be broken (a standard) in order for IE to see your site correctly, I would do it.
You two. I dare you to visit my site, Ultimate FF. I have its coding in, IIRC, XHTML 1.0 Strict.
View it in IE, and FF side by side.
You will see that the ONLY difference is that the header image has a small 1-2px misalignment in FF, else the entire page renders just perfect in both browsers.
If it were not for my news script, the entire page would validate 100 % against XHTML 1.1
I realise that my webpage does not have any fancy JScript, or sells anything, but it shows that the base level of websites is 100 % possible to code for both IE and FF. I spent less than 5h redoing the original coding into XHTML, it was the first time I touched XHTML, and I had rarely touched HTML before. So I think any pro can do it in a fraction of time

Onto what I find might be a problem for businesses, JScript. As we know, not all JScript works 100 % equal in both IE and FF. But I also completely believe that there are other ways of coding that function, using possibly "FF-only" code. And as you can see in vB, it is possible to have "browser-specific" JScript.

I find it EXTREMELY stupid for businesses to code sites that do not work at all in FF, because FF's download counts will only rise in the future. I boycott any site that either displays "Optimised for IE", or shows that its code does not work in FF, regardless who made it. (You can ask one of my MSN friends....)
What do you think is better business, spending $50 extra for a coder to make your site FF compliant, or losing ~8 million potential customers? ...I rest my case


Quote:
Originally Posted by Zachery
IE follows the standards but not all of them, this is true
Firefox is guilty of the same, they do not follow all the standards and it does not render the code 100% correctly 100% of the time.

Both IE and Firefox have propeitery tags, which all the FF/Mozilla Nuts rant about ie having its filter: css setting, but Firefox has quite a few of its own.

Firefox is ok, it has tabbed browsing, and thats all it currently offers me, which is not enough to switch to.
As mentioned above, coding sites for FF too would be very easy, using some JScript


Quote:
Originally Posted by Brad.loo
We are supposed to see some improvements in 3.1.0 if I remember correctly, the admin interface in IE kicks ass, I would love to see it working in firefox
IIRC, they said that at the time of producing vB3 ACP interface, Firefox was not able to display the IE interface. I think they said that they would give FF this too, once it was able to display it
Reply With Quote
  #34  
Old 11-18-2004, 05:40 PM
Brad Brad is offline
 
Join Date: Nov 2001
Posts: 4,765
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Revan
You two. I dare you to visit my site, Ultimate FF. I have its coding in, IIRC, XHTML 1.0 Strict.
View it in IE, and FF side by side.
You will see that the ONLY difference is that the header image has a small 1-2px misalignment in FF, else the entire page renders just perfect in both browsers.
Very good to see someone using code for what it is ment to do for once. I never said that could'nt be done, infact it is exactly what you should be doing .

My comments where based on all the sites I have seen going 'firefox only' or 'mozilla only' because the authors of the code want it to be standards compliant and they think it won't work in IE. Or they use new standards that IE can't even work with.

Thats what I mean when I say if you need to break something for IE, do it. IE is just used by to many users not to support it. You might be able to get away with not supporting firefox now, but for how long remains to be seen.

But your right, anyone serouis about there site damn well better be making sure there xhtml works in most browsers at least to the point that the site is readable.

Hopfully god awful IE will get a big update, but we are still going to have to live with IE has it is today for along time to come

Meh, ill save the wap support rant for anthor day. :ninja:
Reply With Quote
  #35  
Old 11-18-2004, 10:24 PM
Natch's Avatar
Natch Natch is offline
 
Join Date: Nov 2002
Location: Australia
Posts: 851
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Revan
You two. I dare you to visit my site, Ultimate FF. I have its coding in, IIRC, XHTML 1.0 Strict.
View it in IE, and FF side by side.
You will see that the ONLY difference is that the header image has a small 1-2px misalignment in FF, else the entire page renders just perfect in both browsers.
If it were not for my news script, the entire page would validate 100 % against XHTML 1.1
I realise that my webpage does not have any fancy JScript, or sells anything, but it shows that the base level of websites is 100 % possible to code for both IE and FF. I spent less than 5h redoing the original coding into XHTML, it was the first time I touched XHTML, and I had rarely touched HTML before. So I think any pro can do it in a fraction of time
On this note, it only took me around 20 minutes per style to bring up XHTML and CSS compliance on my site: this is on Forumhome, Site homepages (CMPS) with may custom modules on a *heavily* hacked-up board: not hard to do, and it looks pretty much identical on IE, FF, and only a few deviations on Opera (that Opera users are used to)...

No excuses really...
Reply With Quote
  #36  
Old 11-18-2004, 11:25 PM
Michael Morris's Avatar
Michael Morris Michael Morris is offline
 
Join Date: Nov 2003
Location: Knoxville TN
Posts: 774
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Brad.loo
Very good to see someone using code for what it is ment to do for once. I never said that could'nt be done, infact it is exactly what you should be doing .

My comments where based on all the sites I have seen going 'firefox only' or 'mozilla only' because the authors of the code want it to be standards compliant and they think it won't work in IE. Or they use new standards that IE can't even work with.

Thats what I mean when I say if you need to break something for IE, do it. IE is just used by to many users not to support it. You might be able to get away with not supporting firefox now, but for how long remains to be seen.

But your right, anyone serouis about there site damn well better be making sure there xhtml works in most browsers at least to the point that the site is readable.

Hopfully god awful IE will get a big update, but we are still going to have to live with IE has it is today for along time to come

Meh, ill save the wap support rant for anthor day. :ninja:
Unfortunately Brad, methinks MS won't update IE until they update the OS again sometime late next year or early 2006.
Reply With Quote
  #37  
Old 11-18-2004, 11:43 PM
Brad Brad is offline
 
Join Date: Nov 2001
Posts: 4,765
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Michael Morris
Unfortunately Brad, methinks MS won't update IE until they update the OS again sometime late next year or early 2006.
It really dose not matter when it is updated. The number of systems running older versions of IE will always be large.

Just because we see IE 7 dose not mean we won't be supporting IE 6 for along time to come. As it looks now the new version of IE won't even run on XP or older systems, at least as I have heard it.

All speculation.
Reply With Quote
  #38  
Old 11-19-2004, 02:41 AM
Michael Morris's Avatar
Michael Morris Michael Morris is offline
 
Join Date: Nov 2003
Location: Knoxville TN
Posts: 774
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not all speculation. I have a friend in the comp sci dept at the University of Kentucky and they have a couple machines running Longhorn beta. Longhorn is being designed to force an upgrade in order to jumpstart slumping PC sales.
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. The time now is 05:13 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04315 seconds
  • Memory Usage 2,252KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (10)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (8)post_thanks_box
  • (8)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (8)post_thanks_postbit_info
  • (8)postbit
  • (8)postbit_onlinestatus
  • (8)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete